circle hint half vertical icon
circle-hint-half-vertical-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- circle-hint-half-vertical-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M8.436 2.153a8 8 0 0 0-2.882 1.195A8 8 0 0 0 3.338 5.57A7.96 7.96 0 0 0 2 10a8 8 0 0 0 .156 1.578a8 8 0 0 0 1.191 2.867a8 8 0 0 0 2.218 2.214A7.96 7.96 0 0 0 10 18v-.002c.528 0 1.055-.05 1.56-.15a.5.5 0 0 0-.194-.981a7.2 7.2 0 0 1-2.574.03a7.005 7.005 0 0 1-5.716-5.865a7.3 7.3 0 0 1 0-2.06a7.005 7.005 0 0 1 5.75-5.874a7.2 7.2 0 0 1 2.54.035a.5.5 0 0 0 .194-.98a8 8 0 0 0-1.56-.15V2a8 8 0 0 0-1.561.152zm6.009 1.195a.5.5 0 0 0-.556.83a7 7 0 0 1 1.932 1.933a.5.5 0 1 0 .83-.556a8 8 0 0 0-2.206-2.207m3.402 5.091a.5.5 0 1 0-.98.194c.174.884.174 1.85 0 2.734a.5.5 0 1 0 .98.194c.2-1.01.2-2.111 0-3.122m-1.195 6.006a.5.5 0 1 0-.831-.556a7 7 0 0 1-1.932 1.932a.5.5 0 1 0 .556.831a8 8 0 0 0 2.207-2.207"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHintHalfVertical20Regular(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="M8.436 2.153a8 8 0 0 0-2.882 1.195A8 8 0 0 0 3.338 5.57A7.96 7.96 0 0 0 2 10a8 8 0 0 0 .156 1.578a8 8 0 0 0 1.191 2.867a8 8 0 0 0 2.218 2.214A7.96 7.96 0 0 0 10 18v-.002c.528 0 1.055-.05 1.56-.15a.5.5 0 0 0-.194-.981a7.2 7.2 0 0 1-2.574.03a7.005 7.005 0 0 1-5.716-5.865a7.3 7.3 0 0 1 0-2.06a7.005 7.005 0 0 1 5.75-5.874a7.2 7.2 0 0 1 2.54.035a.5.5 0 0 0 .194-.98a8 8 0 0 0-1.56-.15V2a8 8 0 0 0-1.561.152zm6.009 1.195a.5.5 0 0 0-.556.83a7 7 0 0 1 1.932 1.933a.5.5 0 1 0 .83-.556a8 8 0 0 0-2.206-2.207m3.402 5.091a.5.5 0 1 0-.98.194c.174.884.174 1.85 0 2.734a.5.5 0 1 0 .98.194c.2-1.01.2-2.111 0-3.122m-1.195 6.006a.5.5 0 1 0-.831-.556a7 7 0 0 1-1.932 1.932a.5.5 0 1 0 .556.831a8 8 0 0 0 2.207-2.207"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.436 2.153a8 8 0 0 0-2.882 1.195A8 8 0 0 0 3.338 5.57A7.96 7.96 0 0 0 2 10a8 8 0 0 0 .156 1.578a8 8 0 0 0 1.191 2.867a8 8 0 0 0 2.218 2.214A7.96 7.96 0 0 0 10 18v-.002c.528 0 1.055-.05 1.56-.15a.5.5 0 0 0-.194-.981a7.2 7.2 0 0 1-2.574.03a7.005 7.005 0 0 1-5.716-5.865a7.3 7.3 0 0 1 0-2.06a7.005 7.005 0 0 1 5.75-5.874a7.2 7.2 0 0 1 2.54.035a.5.5 0 0 0 .194-.98a8 8 0 0 0-1.56-.15V2a8 8 0 0 0-1.561.152zm6.009 1.195a.5.5 0 0 0-.556.83a7 7 0 0 1 1.932 1.933a.5.5 0 1 0 .83-.556a8 8 0 0 0-2.206-2.207m3.402 5.091a.5.5 0 1 0-.98.194c.174.884.174 1.85 0 2.734a.5.5 0 1 0 .98.194c.2-1.01.2-2.111 0-3.122m-1.195 6.006a.5.5 0 1 0-.831-.556a7 7 0 0 1-1.932 1.932a.5.5 0 1 0 .556.831a8 8 0 0 0 2.207-2.207"/></svg> </template>
CSS
.icon-circle-hint-half-vertical-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.436%202.153a8%208%200%200%200-2.882%201.195A8%208%200%200%200%203.338%205.57A7.96%207.96%200%200%200%202%2010a8%208%200%200%200%20.156%201.578a8%208%200%200%200%201.191%202.867a8%208%200%200%200%202.218%202.214A7.96%207.96%200%200%200%2010%2018v-.002c.528%200%201.055-.05%201.56-.15a.5.5%200%200%200-.194-.981a7.2%207.2%200%200%201-2.574.03a7.005%207.005%200%200%201-5.716-5.865a7.3%207.3%200%200%201%200-2.06a7.005%207.005%200%200%201%205.75-5.874a7.2%207.2%200%200%201%202.54.035a.5.5%200%200%200%20.194-.98a8%208%200%200%200-1.56-.15V2a8%208%200%200%200-1.561.152zm6.009%201.195a.5.5%200%200%200-.556.83a7%207%200%200%201%201.932%201.933a.5.5%200%201%200%20.83-.556a8%208%200%200%200-2.206-2.207m3.402%205.091a.5.5%200%201%200-.98.194c.174.884.174%201.85%200%202.734a.5.5%200%201%200%20.98.194c.2-1.01.2-2.111%200-3.122m-1.195%206.006a.5.5%200%201%200-.831-.556a7%207%200%200%201-1.932%201.932a.5.5%200%201%200%20.556.831a8%208%200%200%200%202.207-2.207%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%22M8.436%202.153a8%208%200%200%200-2.882%201.195A8%208%200%200%200%203.338%205.57A7.96%207.96%200%200%200%202%2010a8%208%200%200%200%20.156%201.578a8%208%200%200%200%201.191%202.867a8%208%200%200%200%202.218%202.214A7.96%207.96%200%200%200%2010%2018v-.002c.528%200%201.055-.05%201.56-.15a.5.5%200%200%200-.194-.981a7.2%207.2%200%200%201-2.574.03a7.005%207.005%200%200%201-5.716-5.865a7.3%207.3%200%200%201%200-2.06a7.005%207.005%200%200%201%205.75-5.874a7.2%207.2%200%200%201%202.54.035a.5.5%200%200%200%20.194-.98a8%208%200%200%200-1.56-.15V2a8%208%200%200%200-1.561.152zm6.009%201.195a.5.5%200%200%200-.556.83a7%207%200%200%201%201.932%201.933a.5.5%200%201%200%20.83-.556a8%208%200%200%200-2.206-2.207m3.402%205.091a.5.5%200%201%200-.98.194c.174.884.174%201.85%200%202.734a.5.5%200%201%200%20.98.194c.2-1.01.2-2.111%200-3.122m-1.195%206.006a.5.5%200%201%200-.831-.556a7%207%200%200%201-1.932%201.932a.5.5%200%201%200%20.556.831a8%208%200%200%200%202.207-2.207%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-20-regular.svg?color=%231a73e8&size=48