Source code

Revision control

Copy as Markdown

Other Tools

import React from "react";
export default function PlayIcon() {
return (
<svg width="24" height="24" viewBox="0 0 24 24">
<title>Play Icon</title>
<path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z" />
</svg>
);
}