play circle icon
play-circle from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- play-circle
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
play-circle-filledAnt Design Iconsplay-circleBootstrap Iconsplay-circleBoxIcons v2play-circleCodiconsplay-circle-fillEva Iconsplay-circleFramework7 Iconsplay-circleFont Awesome Regularplay-circleFont Awesome Solidplay-circleFeather Iconsplay-circle-16-filledFluent UI System Iconsplay-circleHeroIconsplay-circleHuge Iconsplay-circleIonIconsplay-circleJam Iconsplay-circleLine Awesomeplay-circleMage Iconsplay-circleMajesticonsplay-circleMaterial Symbolsplay-circleMaterial Symbols Lightplay-circleMaterial Design Iconsplay-circle-fillMingCute Iconplay-circleMyna UI Iconsplay-circlePhosphorplay-circle-fillRemix Icon
Use the play circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.5 12a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18m-2 12.586c0 .89 1.077 1.337 1.707.707l3.586-3.586a1 1 0 0 0 0-1.414l-3.586-3.586c-.63-.63-1.707-.184-1.707.707z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimePlayCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4.5 12a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18m-2 12.586c0 .89 1.077 1.337 1.707.707l3.586-3.586a1 1 0 0 0 0-1.414l-3.586-3.586c-.63-.63-1.707-.184-1.707.707z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.5 12a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18m-2 12.586c0 .89 1.077 1.337 1.707.707l3.586-3.586a1 1 0 0 0 0-1.414l-3.586-3.586c-.63-.63-1.707-.184-1.707.707z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-play-circle {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%2012a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200M12%203a9%209%200%201%200%200%2018a9%209%200%200%200%200-18m-2%2012.586c0%20.89%201.077%201.337%201.707.707l3.586-3.586a1%201%200%200%200%200-1.414l-3.586-3.586c-.63-.63-1.707-.184-1.707.707z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%2012a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200M12%203a9%209%200%201%200%200%2018a9%209%200%200%200%200-18m-2%2012.586c0%20.89%201.077%201.337%201.707.707l3.586-3.586a1%201%200%200%200%200-1.414l-3.586-3.586c-.63-.63-1.707-.184-1.707.707z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/play-circle.svg?color=%231a73e8&size=48