play circle hint half icon

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

Name
play-circle-hint-half-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 2q.803.001 1.56.152a.5.5 0 0 1-.193.981a7 7 0 0 0-1.556-.13a7 7 0 1 0 1.556 13.864a.5.5 0 1 1 .194.98a8 8 0 0 1-1.877.147a7.97 7.97 0 0 1-5.726-2.75A7.97 7.97 0 0 1 2 10a7.97 7.97 0 0 1 2.545-5.852A7.97 7.97 0 0 1 10 2m3.752 1.485a.5.5 0 0 1 .693-.137a8 8 0 0 1 2.207 2.207a.5.5 0 1 1-.83.556a7 7 0 0 0-1.933-1.932a.5.5 0 0 1-.137-.694m3.508 4.56a.5.5 0 0 1 .588.394a8 8 0 0 1 0 3.122a.5.5 0 0 1-.981-.194a7 7 0 0 0 0-2.734a.5.5 0 0 1 .393-.587m-.745 5.707a.5.5 0 0 1 .137.693a8 8 0 0 1-2.207 2.207a.5.5 0 0 1-.556-.83a7 7 0 0 0 1.932-1.933a.5.5 0 0 1 .694-.137M10 16a6 6 0 1 0 0-12a6 6 0 0 0 0 12M8 7.833a.75.75 0 0 1 1.125-.65l4.125 2.384a.5.5 0 0 1 0 .866l-4.125 2.383A.75.75 0 0 1 8 12.166z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlayCircleHintHalf20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2q.803.001 1.56.152a.5.5 0 0 1-.193.981a7 7 0 0 0-1.556-.13a7 7 0 1 0 1.556 13.864a.5.5 0 1 1 .194.98a8 8 0 0 1-1.877.147a7.97 7.97 0 0 1-5.726-2.75A7.97 7.97 0 0 1 2 10a7.97 7.97 0 0 1 2.545-5.852A7.97 7.97 0 0 1 10 2m3.752 1.485a.5.5 0 0 1 .693-.137a8 8 0 0 1 2.207 2.207a.5.5 0 1 1-.83.556a7 7 0 0 0-1.933-1.932a.5.5 0 0 1-.137-.694m3.508 4.56a.5.5 0 0 1 .588.394a8 8 0 0 1 0 3.122a.5.5 0 0 1-.981-.194a7 7 0 0 0 0-2.734a.5.5 0 0 1 .393-.587m-.745 5.707a.5.5 0 0 1 .137.693a8 8 0 0 1-2.207 2.207a.5.5 0 0 1-.556-.83a7 7 0 0 0 1.932-1.933a.5.5 0 0 1 .694-.137M10 16a6 6 0 1 0 0-12a6 6 0 0 0 0 12M8 7.833a.75.75 0 0 1 1.125-.65l4.125 2.384a.5.5 0 0 1 0 .866l-4.125 2.383A.75.75 0 0 1 8 12.166z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2q.803.001 1.56.152a.5.5 0 0 1-.193.981a7 7 0 0 0-1.556-.13a7 7 0 1 0 1.556 13.864a.5.5 0 1 1 .194.98a8 8 0 0 1-1.877.147a7.97 7.97 0 0 1-5.726-2.75A7.97 7.97 0 0 1 2 10a7.97 7.97 0 0 1 2.545-5.852A7.97 7.97 0 0 1 10 2m3.752 1.485a.5.5 0 0 1 .693-.137a8 8 0 0 1 2.207 2.207a.5.5 0 1 1-.83.556a7 7 0 0 0-1.933-1.932a.5.5 0 0 1-.137-.694m3.508 4.56a.5.5 0 0 1 .588.394a8 8 0 0 1 0 3.122a.5.5 0 0 1-.981-.194a7 7 0 0 0 0-2.734a.5.5 0 0 1 .393-.587m-.745 5.707a.5.5 0 0 1 .137.693a8 8 0 0 1-2.207 2.207a.5.5 0 0 1-.556-.83a7 7 0 0 0 1.932-1.933a.5.5 0 0 1 .694-.137M10 16a6 6 0 1 0 0-12a6 6 0 0 0 0 12M8 7.833a.75.75 0 0 1 1.125-.65l4.125 2.384a.5.5 0 0 1 0 .866l-4.125 2.383A.75.75 0 0 1 8 12.166z"/></svg>
</template>

CSS

.icon-play-circle-hint-half-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202q.803.001%201.56.152a.5.5%200%200%201-.193.981a7%207%200%200%200-1.556-.13a7%207%200%201%200%201.556%2013.864a.5.5%200%201%201%20.194.98a8%208%200%200%201-1.877.147a7.97%207.97%200%200%201-5.726-2.75A7.97%207.97%200%200%201%202%2010a7.97%207.97%200%200%201%202.545-5.852A7.97%207.97%200%200%201%2010%202m3.752%201.485a.5.5%200%200%201%20.693-.137a8%208%200%200%201%202.207%202.207a.5.5%200%201%201-.83.556a7%207%200%200%200-1.933-1.932a.5.5%200%200%201-.137-.694m3.508%204.56a.5.5%200%200%201%20.588.394a8%208%200%200%201%200%203.122a.5.5%200%200%201-.981-.194a7%207%200%200%200%200-2.734a.5.5%200%200%201%20.393-.587m-.745%205.707a.5.5%200%200%201%20.137.693a8%208%200%200%201-2.207%202.207a.5.5%200%200%201-.556-.83a7%207%200%200%200%201.932-1.933a.5.5%200%200%201%20.694-.137M10%2016a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M8%207.833a.75.75%200%200%201%201.125-.65l4.125%202.384a.5.5%200%200%201%200%20.866l-4.125%202.383A.75.75%200%200%201%208%2012.166z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202q.803.001%201.56.152a.5.5%200%200%201-.193.981a7%207%200%200%200-1.556-.13a7%207%200%201%200%201.556%2013.864a.5.5%200%201%201%20.194.98a8%208%200%200%201-1.877.147a7.97%207.97%200%200%201-5.726-2.75A7.97%207.97%200%200%201%202%2010a7.97%207.97%200%200%201%202.545-5.852A7.97%207.97%200%200%201%2010%202m3.752%201.485a.5.5%200%200%201%20.693-.137a8%208%200%200%201%202.207%202.207a.5.5%200%201%201-.83.556a7%207%200%200%200-1.933-1.932a.5.5%200%200%201-.137-.694m3.508%204.56a.5.5%200%200%201%20.588.394a8%208%200%200%201%200%203.122a.5.5%200%200%201-.981-.194a7%207%200%200%200%200-2.734a.5.5%200%200%201%20.393-.587m-.745%205.707a.5.5%200%200%201%20.137.693a8%208%200%200%201-2.207%202.207a.5.5%200%200%201-.556-.83a7%207%200%200%200%201.932-1.933a.5.5%200%200%201%20.694-.137M10%2016a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M8%207.833a.75.75%200%200%201%201.125-.65l4.125%202.384a.5.5%200%200%201%200%20.866l-4.125%202.383A.75.75%200%200%201%208%2012.166z%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-20-filled.svg?color=%231a73e8&size=48