circle hint half vertical icon

circle-hint-half-vertical-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
circle-hint-half-vertical-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the circle hint half vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.05 1q.794.002 1.538.17a.474.474 0 0 1 .323.652a.54.54 0 0 1-.613.309a6 6 0 1 0-.032 11.744a.535.535 0 0 1 .62.338a.475.475 0 0 1-.337.625A7 7 0 1 1 8.05 1m4.975 10.35a.535.535 0 0 1 .693-.184a.473.473 0 0 1 .182.675a7 7 0 0 1-2.176 2.115a.475.475 0 0 1-.696-.266a.54.54 0 0 1 .232-.622a6 6 0 0 0 1.765-1.717m1.252-5.155a.474.474 0 0 1 .619.341a7 7 0 0 1-.053 3.152a.475.475 0 0 1-.695.29a.54.54 0 0 1-.257-.6a6 6 0 0 0 .04-2.563a.535.535 0 0 1 .346-.62m-3.21-3.897a.475.475 0 0 1 .689-.236a7 7 0 0 1 2.268 2.293c.162.264.02.6-.273.696a.54.54 0 0 1-.615-.236a6 6 0 0 0-1.85-1.868a.54.54 0 0 1-.219-.65"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleHintHalfVertical16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.05 1q.794.002 1.538.17a.474.474 0 0 1 .323.652a.54.54 0 0 1-.613.309a6 6 0 1 0-.032 11.744a.535.535 0 0 1 .62.338a.475.475 0 0 1-.337.625A7 7 0 1 1 8.05 1m4.975 10.35a.535.535 0 0 1 .693-.184a.473.473 0 0 1 .182.675a7 7 0 0 1-2.176 2.115a.475.475 0 0 1-.696-.266a.54.54 0 0 1 .232-.622a6 6 0 0 0 1.765-1.717m1.252-5.155a.474.474 0 0 1 .619.341a7 7 0 0 1-.053 3.152a.475.475 0 0 1-.695.29a.54.54 0 0 1-.257-.6a6 6 0 0 0 .04-2.563a.535.535 0 0 1 .346-.62m-3.21-3.897a.475.475 0 0 1 .689-.236a7 7 0 0 1 2.268 2.293c.162.264.02.6-.273.696a.54.54 0 0 1-.615-.236a6 6 0 0 0-1.85-1.868a.54.54 0 0 1-.219-.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.05 1q.794.002 1.538.17a.474.474 0 0 1 .323.652a.54.54 0 0 1-.613.309a6 6 0 1 0-.032 11.744a.535.535 0 0 1 .62.338a.475.475 0 0 1-.337.625A7 7 0 1 1 8.05 1m4.975 10.35a.535.535 0 0 1 .693-.184a.473.473 0 0 1 .182.675a7 7 0 0 1-2.176 2.115a.475.475 0 0 1-.696-.266a.54.54 0 0 1 .232-.622a6 6 0 0 0 1.765-1.717m1.252-5.155a.474.474 0 0 1 .619.341a7 7 0 0 1-.053 3.152a.475.475 0 0 1-.695.29a.54.54 0 0 1-.257-.6a6 6 0 0 0 .04-2.563a.535.535 0 0 1 .346-.62m-3.21-3.897a.475.475 0 0 1 .689-.236a7 7 0 0 1 2.268 2.293c.162.264.02.6-.273.696a.54.54 0 0 1-.615-.236a6 6 0 0 0-1.85-1.868a.54.54 0 0 1-.219-.65"/></svg>
</template>

CSS

.icon-circle-hint-half-vertical-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.05%201q.794.002%201.538.17a.474.474%200%200%201%20.323.652a.54.54%200%200%201-.613.309a6%206%200%201%200-.032%2011.744a.535.535%200%200%201%20.62.338a.475.475%200%200%201-.337.625A7%207%200%201%201%208.05%201m4.975%2010.35a.535.535%200%200%201%20.693-.184a.473.473%200%200%201%20.182.675a7%207%200%200%201-2.176%202.115a.475.475%200%200%201-.696-.266a.54.54%200%200%201%20.232-.622a6%206%200%200%200%201.765-1.717m1.252-5.155a.474.474%200%200%201%20.619.341a7%207%200%200%201-.053%203.152a.475.475%200%200%201-.695.29a.54.54%200%200%201-.257-.6a6%206%200%200%200%20.04-2.563a.535.535%200%200%201%20.346-.62m-3.21-3.897a.475.475%200%200%201%20.689-.236a7%207%200%200%201%202.268%202.293c.162.264.02.6-.273.696a.54.54%200%200%201-.615-.236a6%206%200%200%200-1.85-1.868a.54.54%200%200%201-.219-.65%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.05%201q.794.002%201.538.17a.474.474%200%200%201%20.323.652a.54.54%200%200%201-.613.309a6%206%200%201%200-.032%2011.744a.535.535%200%200%201%20.62.338a.475.475%200%200%201-.337.625A7%207%200%201%201%208.05%201m4.975%2010.35a.535.535%200%200%201%20.693-.184a.473.473%200%200%201%20.182.675a7%207%200%200%201-2.176%202.115a.475.475%200%200%201-.696-.266a.54.54%200%200%201%20.232-.622a6%206%200%200%200%201.765-1.717m1.252-5.155a.474.474%200%200%201%20.619.341a7%207%200%200%201-.053%203.152a.475.475%200%200%201-.695.29a.54.54%200%200%201-.257-.6a6%206%200%200%200%20.04-2.563a.535.535%200%200%201%20.346-.62m-3.21-3.897a.475.475%200%200%201%20.689-.236a7%207%200%200%201%202.268%202.293c.162.264.02.6-.273.696a.54.54%200%200%201-.615-.236a6%206%200%200%200-1.85-1.868a.54.54%200%200%201-.219-.65%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-16-regular.svg?color=%231a73e8&size=48