Play Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Play Circle Svg icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309009.svg" alt="Play Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309009.svg" alt="Play Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309009.svg" alt="Play Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-play-circle---svg {
background-image: url('https://proicons.com/icon/309009.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM15 12C15 12.3573 14.8094 12.6874 14.5 12.866L11.5 14.5981C11.1906 14.7767 10.8094 14.7767 10.5 14.5981C10.1906 14.4194 10 14.0893 10 13.7321V10.2679C10 9.91068 10.1906 9.58056 10.5 9.40192C10.8094 9.22329 11.1906 9.22329 11.5 9.40192L14.5 11.134C14.8094 11.3126 15 11.6427 15 12Z" fill="#292929"/> </svg>
Copied!