circle hint half vertical icon
circle-hint-half-vertical-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- circle-hint-half-vertical-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
circle-edit-20-filledcircle-eraser-20-filledcircle-half-fill-12-filledcircle-highlight-20-filledcircle-hint-12-filledcircle-hint-cursor-16-filledcircle-hint-dismiss-16-filledcircle-image-16-filledcircle-line-12-filledcircle-multiple-concentric-16-filledcircle-multiple-hint-checkmark-16-filledcircle-multiple-subtract-checkmark-20-filledcircle-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
Use the circle hint half vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.781 3.253a8.75 8.75 0 1 0 1.928 17.33a.75.75 0 0 1 .29 1.472a10.3 10.3 0 0 1-2.255.192a10.2 10.2 0 0 1-7.338-3.363A10.2 10.2 0 0 1 1.75 12C1.75 6.34 6.34 1.75 12 1.75q1.027.001 2 .195a.75.75 0 0 1-.291 1.472a8.8 8.8 0 0 0-1.928-.164m5.915.224a.75.75 0 0 0-.835 1.246a8.8 8.8 0 0 1 2.416 2.416a.75.75 0 0 0 1.246-.835a10.3 10.3 0 0 0-2.827-2.827M22.055 10a.75.75 0 1 0-1.472.291a8.8 8.8 0 0 1 0 3.418a.75.75 0 0 0 1.472.29a10.3 10.3 0 0 0 0-3.999m-1.532 7.696a.75.75 0 0 0-1.246-.835a8.8 8.8 0 0 1-2.416 2.416a.75.75 0 0 0 .835 1.246a10.3 10.3 0 0 0 2.827-2.827"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHintHalfVertical24Regular(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="M11.781 3.253a8.75 8.75 0 1 0 1.928 17.33a.75.75 0 0 1 .29 1.472a10.3 10.3 0 0 1-2.255.192a10.2 10.2 0 0 1-7.338-3.363A10.2 10.2 0 0 1 1.75 12C1.75 6.34 6.34 1.75 12 1.75q1.027.001 2 .195a.75.75 0 0 1-.291 1.472a8.8 8.8 0 0 0-1.928-.164m5.915.224a.75.75 0 0 0-.835 1.246a8.8 8.8 0 0 1 2.416 2.416a.75.75 0 0 0 1.246-.835a10.3 10.3 0 0 0-2.827-2.827M22.055 10a.75.75 0 1 0-1.472.291a8.8 8.8 0 0 1 0 3.418a.75.75 0 0 0 1.472.29a10.3 10.3 0 0 0 0-3.999m-1.532 7.696a.75.75 0 0 0-1.246-.835a8.8 8.8 0 0 1-2.416 2.416a.75.75 0 0 0 .835 1.246a10.3 10.3 0 0 0 2.827-2.827"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.781 3.253a8.75 8.75 0 1 0 1.928 17.33a.75.75 0 0 1 .29 1.472a10.3 10.3 0 0 1-2.255.192a10.2 10.2 0 0 1-7.338-3.363A10.2 10.2 0 0 1 1.75 12C1.75 6.34 6.34 1.75 12 1.75q1.027.001 2 .195a.75.75 0 0 1-.291 1.472a8.8 8.8 0 0 0-1.928-.164m5.915.224a.75.75 0 0 0-.835 1.246a8.8 8.8 0 0 1 2.416 2.416a.75.75 0 0 0 1.246-.835a10.3 10.3 0 0 0-2.827-2.827M22.055 10a.75.75 0 1 0-1.472.291a8.8 8.8 0 0 1 0 3.418a.75.75 0 0 0 1.472.29a10.3 10.3 0 0 0 0-3.999m-1.532 7.696a.75.75 0 0 0-1.246-.835a8.8 8.8 0 0 1-2.416 2.416a.75.75 0 0 0 .835 1.246a10.3 10.3 0 0 0 2.827-2.827"/></svg> </template>
CSS
.icon-circle-hint-half-vertical-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%22M11.781%203.253a8.75%208.75%200%201%200%201.928%2017.33a.75.75%200%200%201%20.29%201.472a10.3%2010.3%200%200%201-2.255.192a10.2%2010.2%200%200%201-7.338-3.363A10.2%2010.2%200%200%201%201.75%2012C1.75%206.34%206.34%201.75%2012%201.75q1.027.001%202%20.195a.75.75%200%200%201-.291%201.472a8.8%208.8%200%200%200-1.928-.164m5.915.224a.75.75%200%200%200-.835%201.246a8.8%208.8%200%200%201%202.416%202.416a.75.75%200%200%200%201.246-.835a10.3%2010.3%200%200%200-2.827-2.827M22.055%2010a.75.75%200%201%200-1.472.291a8.8%208.8%200%200%201%200%203.418a.75.75%200%200%200%201.472.29a10.3%2010.3%200%200%200%200-3.999m-1.532%207.696a.75.75%200%200%200-1.246-.835a8.8%208.8%200%200%201-2.416%202.416a.75.75%200%200%200%20.835%201.246a10.3%2010.3%200%200%200%202.827-2.827%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%22M11.781%203.253a8.75%208.75%200%201%200%201.928%2017.33a.75.75%200%200%201%20.29%201.472a10.3%2010.3%200%200%201-2.255.192a10.2%2010.2%200%200%201-7.338-3.363A10.2%2010.2%200%200%201%201.75%2012C1.75%206.34%206.34%201.75%2012%201.75q1.027.001%202%20.195a.75.75%200%200%201-.291%201.472a8.8%208.8%200%200%200-1.928-.164m5.915.224a.75.75%200%200%200-.835%201.246a8.8%208.8%200%200%201%202.416%202.416a.75.75%200%200%200%201.246-.835a10.3%2010.3%200%200%200-2.827-2.827M22.055%2010a.75.75%200%201%200-1.472.291a8.8%208.8%200%200%201%200%203.418a.75.75%200%200%200%201.472.29a10.3%2010.3%200%200%200%200-3.999m-1.532%207.696a.75.75%200%200%200-1.246-.835a8.8%208.8%200%200%201-2.416%202.416a.75.75%200%200%200%20.835%201.246a10.3%2010.3%200%200%200%202.827-2.827%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-half-vertical-24-regular.svg?color=%231a73e8&size=48