play circle hint half icon

play-circle-hint-half-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
play-circle-hint-half-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the play circle hint half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.014 4.845A9.97 9.97 0 0 1 12 2c.667 0 1.32.065 1.95.19a.75.75 0 0 1-.29 1.472a8.6 8.6 0 0 0-1.929-.158a8.5 8.5 0 1 0 1.929 16.834a.75.75 0 1 1 .29 1.472a10 10 0 0 1-2.413.18a9.96 9.96 0 0 1-7.138-3.491A9.96 9.96 0 0 1 2 12a9.97 9.97 0 0 1 3.014-7.155m11.502-.954a.75.75 0 0 1 1.04-.206c1.09.73 2.03 1.668 2.76 2.758a.75.75 0 0 1-1.247.835a8.6 8.6 0 0 0-2.347-2.347a.75.75 0 0 1-.206-1.04m4.412 5.568a.75.75 0 0 1 .882.59a10 10 0 0 1 0 3.902a.75.75 0 0 1-1.472-.291a8.5 8.5 0 0 0 0-3.32a.75.75 0 0 1 .59-.881m-.819 7.057a.75.75 0 0 1 .206 1.04a10 10 0 0 1-2.758 2.76a.75.75 0 0 1-.835-1.247a8.6 8.6 0 0 0 2.347-2.347a.75.75 0 0 1 1.04-.206M12 19.25a7.25 7.25 0 1 0 0-14.5a7.25 7.25 0 0 0 0 14.5M9 9.247a1.25 1.25 0 0 1 1.856-1.093l5.757 3.187a.75.75 0 0 1 0 1.31l-5.757 3.187A1.25 1.25 0 0 1 9 14.745z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlayCircleHintHalf24Filled(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="M5.014 4.845A9.97 9.97 0 0 1 12 2c.667 0 1.32.065 1.95.19a.75.75 0 0 1-.29 1.472a8.6 8.6 0 0 0-1.929-.158a8.5 8.5 0 1 0 1.929 16.834a.75.75 0 1 1 .29 1.472a10 10 0 0 1-2.413.18a9.96 9.96 0 0 1-7.138-3.491A9.96 9.96 0 0 1 2 12a9.97 9.97 0 0 1 3.014-7.155m11.502-.954a.75.75 0 0 1 1.04-.206c1.09.73 2.03 1.668 2.76 2.758a.75.75 0 0 1-1.247.835a8.6 8.6 0 0 0-2.347-2.347a.75.75 0 0 1-.206-1.04m4.412 5.568a.75.75 0 0 1 .882.59a10 10 0 0 1 0 3.902a.75.75 0 0 1-1.472-.291a8.5 8.5 0 0 0 0-3.32a.75.75 0 0 1 .59-.881m-.819 7.057a.75.75 0 0 1 .206 1.04a10 10 0 0 1-2.758 2.76a.75.75 0 0 1-.835-1.247a8.6 8.6 0 0 0 2.347-2.347a.75.75 0 0 1 1.04-.206M12 19.25a7.25 7.25 0 1 0 0-14.5a7.25 7.25 0 0 0 0 14.5M9 9.247a1.25 1.25 0 0 1 1.856-1.093l5.757 3.187a.75.75 0 0 1 0 1.31l-5.757 3.187A1.25 1.25 0 0 1 9 14.745z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.014 4.845A9.97 9.97 0 0 1 12 2c.667 0 1.32.065 1.95.19a.75.75 0 0 1-.29 1.472a8.6 8.6 0 0 0-1.929-.158a8.5 8.5 0 1 0 1.929 16.834a.75.75 0 1 1 .29 1.472a10 10 0 0 1-2.413.18a9.96 9.96 0 0 1-7.138-3.491A9.96 9.96 0 0 1 2 12a9.97 9.97 0 0 1 3.014-7.155m11.502-.954a.75.75 0 0 1 1.04-.206c1.09.73 2.03 1.668 2.76 2.758a.75.75 0 0 1-1.247.835a8.6 8.6 0 0 0-2.347-2.347a.75.75 0 0 1-.206-1.04m4.412 5.568a.75.75 0 0 1 .882.59a10 10 0 0 1 0 3.902a.75.75 0 0 1-1.472-.291a8.5 8.5 0 0 0 0-3.32a.75.75 0 0 1 .59-.881m-.819 7.057a.75.75 0 0 1 .206 1.04a10 10 0 0 1-2.758 2.76a.75.75 0 0 1-.835-1.247a8.6 8.6 0 0 0 2.347-2.347a.75.75 0 0 1 1.04-.206M12 19.25a7.25 7.25 0 1 0 0-14.5a7.25 7.25 0 0 0 0 14.5M9 9.247a1.25 1.25 0 0 1 1.856-1.093l5.757 3.187a.75.75 0 0 1 0 1.31l-5.757 3.187A1.25 1.25 0 0 1 9 14.745z"/></svg>
</template>

CSS

.icon-play-circle-hint-half-24-filled {
  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%22M5.014%204.845A9.97%209.97%200%200%201%2012%202c.667%200%201.32.065%201.95.19a.75.75%200%200%201-.29%201.472a8.6%208.6%200%200%200-1.929-.158a8.5%208.5%200%201%200%201.929%2016.834a.75.75%200%201%201%20.29%201.472a10%2010%200%200%201-2.413.18a9.96%209.96%200%200%201-7.138-3.491A9.96%209.96%200%200%201%202%2012a9.97%209.97%200%200%201%203.014-7.155m11.502-.954a.75.75%200%200%201%201.04-.206c1.09.73%202.03%201.668%202.76%202.758a.75.75%200%200%201-1.247.835a8.6%208.6%200%200%200-2.347-2.347a.75.75%200%200%201-.206-1.04m4.412%205.568a.75.75%200%200%201%20.882.59a10%2010%200%200%201%200%203.902a.75.75%200%200%201-1.472-.291a8.5%208.5%200%200%200%200-3.32a.75.75%200%200%201%20.59-.881m-.819%207.057a.75.75%200%200%201%20.206%201.04a10%2010%200%200%201-2.758%202.76a.75.75%200%200%201-.835-1.247a8.6%208.6%200%200%200%202.347-2.347a.75.75%200%200%201%201.04-.206M12%2019.25a7.25%207.25%200%201%200%200-14.5a7.25%207.25%200%200%200%200%2014.5M9%209.247a1.25%201.25%200%200%201%201.856-1.093l5.757%203.187a.75.75%200%200%201%200%201.31l-5.757%203.187A1.25%201.25%200%200%201%209%2014.745z%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%22M5.014%204.845A9.97%209.97%200%200%201%2012%202c.667%200%201.32.065%201.95.19a.75.75%200%200%201-.29%201.472a8.6%208.6%200%200%200-1.929-.158a8.5%208.5%200%201%200%201.929%2016.834a.75.75%200%201%201%20.29%201.472a10%2010%200%200%201-2.413.18a9.96%209.96%200%200%201-7.138-3.491A9.96%209.96%200%200%201%202%2012a9.97%209.97%200%200%201%203.014-7.155m11.502-.954a.75.75%200%200%201%201.04-.206c1.09.73%202.03%201.668%202.76%202.758a.75.75%200%200%201-1.247.835a8.6%208.6%200%200%200-2.347-2.347a.75.75%200%200%201-.206-1.04m4.412%205.568a.75.75%200%200%201%20.882.59a10%2010%200%200%201%200%203.902a.75.75%200%200%201-1.472-.291a8.5%208.5%200%200%200%200-3.32a.75.75%200%200%201%20.59-.881m-.819%207.057a.75.75%200%200%201%20.206%201.04a10%2010%200%200%201-2.758%202.76a.75.75%200%200%201-.835-1.247a8.6%208.6%200%200%200%202.347-2.347a.75.75%200%200%201%201.04-.206M12%2019.25a7.25%207.25%200%201%200%200-14.5a7.25%207.25%200%200%200%200%2014.5M9%209.247a1.25%201.25%200%200%201%201.856-1.093l5.757%203.187a.75.75%200%200%201%200%201.31l-5.757%203.187A1.25%201.25%200%200%201%209%2014.745z%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-half-24-filled.svg?color=%231a73e8&size=48