play circle hint icon
play-circle-hint-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- play-circle-hint-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the play circle hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-.667 0-1.32.065-1.95.19a.75.75 0 0 0 .29 1.472a8.6 8.6 0 0 1 3.32 0a.75.75 0 0 0 .29-1.472A10 10 0 0 0 12 2M7.278 4.931a.75.75 0 0 0-.835-1.246a10 10 0 0 0-2.758 2.758a.75.75 0 1 0 1.246.835A8.6 8.6 0 0 1 7.278 4.93m10.279-1.246a.75.75 0 0 0-.835 1.246a8.6 8.6 0 0 1 2.347 2.347a.75.75 0 1 0 1.246-.835a10 10 0 0 0-2.758-2.758m4.253 6.364a.75.75 0 0 0-1.472.291a8.5 8.5 0 0 1 0 3.32a.75.75 0 1 0 1.472.29a10 10 0 0 0 0-3.9m-18.148.291a.75.75 0 0 0-1.472-.29a10 10 0 0 0 0 3.9a.75.75 0 0 0 1.472-.29a8.6 8.6 0 0 1 0-3.32m1.27 6.382a.75.75 0 0 0-1.247.835a10 10 0 0 0 2.758 2.758a.75.75 0 0 0 .835-1.246a8.6 8.6 0 0 1-2.347-2.347m15.383.835a.75.75 0 0 0-1.246-.835a8.6 8.6 0 0 1-2.347 2.347a.75.75 0 1 0 .835 1.246a10 10 0 0 0 2.758-2.758m-9.975 2.781a.75.75 0 1 0-.29 1.472a10 10 0 0 0 3.9 0a.75.75 0 0 0-.29-1.472a8.5 8.5 0 0 1-3.32 0M9 9.248a1.25 1.25 0 0 1 1.856-1.093l5.757 3.186a.75.75 0 0 1 0 1.311l-5.757 3.187A1.25 1.25 0 0 1 9 14.746z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlayCircleHint24Regular(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" d="M12 2c-.667 0-1.32.065-1.95.19a.75.75 0 0 0 .29 1.472a8.6 8.6 0 0 1 3.32 0a.75.75 0 0 0 .29-1.472A10 10 0 0 0 12 2M7.278 4.931a.75.75 0 0 0-.835-1.246a10 10 0 0 0-2.758 2.758a.75.75 0 1 0 1.246.835A8.6 8.6 0 0 1 7.278 4.93m10.279-1.246a.75.75 0 0 0-.835 1.246a8.6 8.6 0 0 1 2.347 2.347a.75.75 0 1 0 1.246-.835a10 10 0 0 0-2.758-2.758m4.253 6.364a.75.75 0 0 0-1.472.291a8.5 8.5 0 0 1 0 3.32a.75.75 0 1 0 1.472.29a10 10 0 0 0 0-3.9m-18.148.291a.75.75 0 0 0-1.472-.29a10 10 0 0 0 0 3.9a.75.75 0 0 0 1.472-.29a8.6 8.6 0 0 1 0-3.32m1.27 6.382a.75.75 0 0 0-1.247.835a10 10 0 0 0 2.758 2.758a.75.75 0 0 0 .835-1.246a8.6 8.6 0 0 1-2.347-2.347m15.383.835a.75.75 0 0 0-1.246-.835a8.6 8.6 0 0 1-2.347 2.347a.75.75 0 1 0 .835 1.246a10 10 0 0 0 2.758-2.758m-9.975 2.781a.75.75 0 1 0-.29 1.472a10 10 0 0 0 3.9 0a.75.75 0 0 0-.29-1.472a8.5 8.5 0 0 1-3.32 0M9 9.248a1.25 1.25 0 0 1 1.856-1.093l5.757 3.186a.75.75 0 0 1 0 1.311l-5.757 3.187A1.25 1.25 0 0 1 9 14.746z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-.667 0-1.32.065-1.95.19a.75.75 0 0 0 .29 1.472a8.6 8.6 0 0 1 3.32 0a.75.75 0 0 0 .29-1.472A10 10 0 0 0 12 2M7.278 4.931a.75.75 0 0 0-.835-1.246a10 10 0 0 0-2.758 2.758a.75.75 0 1 0 1.246.835A8.6 8.6 0 0 1 7.278 4.93m10.279-1.246a.75.75 0 0 0-.835 1.246a8.6 8.6 0 0 1 2.347 2.347a.75.75 0 1 0 1.246-.835a10 10 0 0 0-2.758-2.758m4.253 6.364a.75.75 0 0 0-1.472.291a8.5 8.5 0 0 1 0 3.32a.75.75 0 1 0 1.472.29a10 10 0 0 0 0-3.9m-18.148.291a.75.75 0 0 0-1.472-.29a10 10 0 0 0 0 3.9a.75.75 0 0 0 1.472-.29a8.6 8.6 0 0 1 0-3.32m1.27 6.382a.75.75 0 0 0-1.247.835a10 10 0 0 0 2.758 2.758a.75.75 0 0 0 .835-1.246a8.6 8.6 0 0 1-2.347-2.347m15.383.835a.75.75 0 0 0-1.246-.835a8.6 8.6 0 0 1-2.347 2.347a.75.75 0 1 0 .835 1.246a10 10 0 0 0 2.758-2.758m-9.975 2.781a.75.75 0 1 0-.29 1.472a10 10 0 0 0 3.9 0a.75.75 0 0 0-.29-1.472a8.5 8.5 0 0 1-3.32 0M9 9.248a1.25 1.25 0 0 1 1.856-1.093l5.757 3.186a.75.75 0 0 1 0 1.311l-5.757 3.187A1.25 1.25 0 0 1 9 14.746z"/></svg> </template>
CSS
.icon-play-circle-hint-24-regular {
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%20d%3D%22M12%202c-.667%200-1.32.065-1.95.19a.75.75%200%200%200%20.29%201.472a8.6%208.6%200%200%201%203.32%200a.75.75%200%200%200%20.29-1.472A10%2010%200%200%200%2012%202M7.278%204.931a.75.75%200%200%200-.835-1.246a10%2010%200%200%200-2.758%202.758a.75.75%200%201%200%201.246.835A8.6%208.6%200%200%201%207.278%204.93m10.279-1.246a.75.75%200%200%200-.835%201.246a8.6%208.6%200%200%201%202.347%202.347a.75.75%200%201%200%201.246-.835a10%2010%200%200%200-2.758-2.758m4.253%206.364a.75.75%200%200%200-1.472.291a8.5%208.5%200%200%201%200%203.32a.75.75%200%201%200%201.472.29a10%2010%200%200%200%200-3.9m-18.148.291a.75.75%200%200%200-1.472-.29a10%2010%200%200%200%200%203.9a.75.75%200%200%200%201.472-.29a8.6%208.6%200%200%201%200-3.32m1.27%206.382a.75.75%200%200%200-1.247.835a10%2010%200%200%200%202.758%202.758a.75.75%200%200%200%20.835-1.246a8.6%208.6%200%200%201-2.347-2.347m15.383.835a.75.75%200%200%200-1.246-.835a8.6%208.6%200%200%201-2.347%202.347a.75.75%200%201%200%20.835%201.246a10%2010%200%200%200%202.758-2.758m-9.975%202.781a.75.75%200%201%200-.29%201.472a10%2010%200%200%200%203.9%200a.75.75%200%200%200-.29-1.472a8.5%208.5%200%200%201-3.32%200M9%209.248a1.25%201.25%200%200%201%201.856-1.093l5.757%203.186a.75.75%200%200%201%200%201.311l-5.757%203.187A1.25%201.25%200%200%201%209%2014.746z%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%20d%3D%22M12%202c-.667%200-1.32.065-1.95.19a.75.75%200%200%200%20.29%201.472a8.6%208.6%200%200%201%203.32%200a.75.75%200%200%200%20.29-1.472A10%2010%200%200%200%2012%202M7.278%204.931a.75.75%200%200%200-.835-1.246a10%2010%200%200%200-2.758%202.758a.75.75%200%201%200%201.246.835A8.6%208.6%200%200%201%207.278%204.93m10.279-1.246a.75.75%200%200%200-.835%201.246a8.6%208.6%200%200%201%202.347%202.347a.75.75%200%201%200%201.246-.835a10%2010%200%200%200-2.758-2.758m4.253%206.364a.75.75%200%200%200-1.472.291a8.5%208.5%200%200%201%200%203.32a.75.75%200%201%200%201.472.29a10%2010%200%200%200%200-3.9m-18.148.291a.75.75%200%200%200-1.472-.29a10%2010%200%200%200%200%203.9a.75.75%200%200%200%201.472-.29a8.6%208.6%200%200%201%200-3.32m1.27%206.382a.75.75%200%200%200-1.247.835a10%2010%200%200%200%202.758%202.758a.75.75%200%200%200%20.835-1.246a8.6%208.6%200%200%201-2.347-2.347m15.383.835a.75.75%200%200%200-1.246-.835a8.6%208.6%200%200%201-2.347%202.347a.75.75%200%201%200%20.835%201.246a10%2010%200%200%200%202.758-2.758m-9.975%202.781a.75.75%200%201%200-.29%201.472a10%2010%200%200%200%203.9%200a.75.75%200%200%200-.29-1.472a8.5%208.5%200%200%201-3.32%200M9%209.248a1.25%201.25%200%200%201%201.856-1.093l5.757%203.186a.75.75%200%200%201%200%201.311l-5.757%203.187A1.25%201.25%200%200%201%209%2014.746z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/play-circle-hint-24-regular.svg?color=%231a73e8&size=48