highlighter circle icon
highlighter-circle-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- highlighter-circle-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the highlighter circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.37 51.59A108 108 0 1 0 236 128a108.1 108.1 0 0 0-31.63-76.41M140 136h-24v-24.61l24-12Zm-40 71.25V160h56v47.25a84.73 84.73 0 0 1-56 0m87.4-19.84a85 85 0 0 1-7.4 6.55V156a20 20 0 0 0-16-19.6V80a12 12 0 0 0-17.37-10.73l-48 24A12 12 0 0 0 92 104v32.41A20 20 0 0 0 76 156v38a85 85 0 0 1-7.4-6.55a84 84 0 1 1 118.8 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHighlighterCircleBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.37 51.59A108 108 0 1 0 236 128a108.1 108.1 0 0 0-31.63-76.41M140 136h-24v-24.61l24-12Zm-40 71.25V160h56v47.25a84.73 84.73 0 0 1-56 0m87.4-19.84a85 85 0 0 1-7.4 6.55V156a20 20 0 0 0-16-19.6V80a12 12 0 0 0-17.37-10.73l-48 24A12 12 0 0 0 92 104v32.41A20 20 0 0 0 76 156v38a85 85 0 0 1-7.4-6.55a84 84 0 1 1 118.8 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.37 51.59A108 108 0 1 0 236 128a108.1 108.1 0 0 0-31.63-76.41M140 136h-24v-24.61l24-12Zm-40 71.25V160h56v47.25a84.73 84.73 0 0 1-56 0m87.4-19.84a85 85 0 0 1-7.4 6.55V156a20 20 0 0 0-16-19.6V80a12 12 0 0 0-17.37-10.73l-48 24A12 12 0 0 0 92 104v32.41A20 20 0 0 0 76 156v38a85 85 0 0 1-7.4-6.55a84 84 0 1 1 118.8 0Z"/></svg> </template>
CSS
.icon-highlighter-circle-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204.37%2051.59A108%20108%200%201%200%20236%20128a108.1%20108.1%200%200%200-31.63-76.41M140%20136h-24v-24.61l24-12Zm-40%2071.25V160h56v47.25a84.73%2084.73%200%200%201-56%200m87.4-19.84a85%2085%200%200%201-7.4%206.55V156a20%2020%200%200%200-16-19.6V80a12%2012%200%200%200-17.37-10.73l-48%2024A12%2012%200%200%200%2092%20104v32.41A20%2020%200%200%200%2076%20156v38a85%2085%200%200%201-7.4-6.55a84%2084%200%201%201%20118.8%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204.37%2051.59A108%20108%200%201%200%20236%20128a108.1%20108.1%200%200%200-31.63-76.41M140%20136h-24v-24.61l24-12Zm-40%2071.25V160h56v47.25a84.73%2084.73%200%200%201-56%200m87.4-19.84a85%2085%200%200%201-7.4%206.55V156a20%2020%200%200%200-16-19.6V80a12%2012%200%200%200-17.37-10.73l-48%2024A12%2012%200%200%200%2092%20104v32.41A20%2020%200%200%200%2076%20156v38a85%2085%200%200%201-7.4-6.55a84%2084%200%201%201%20118.8%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/highlighter-circle-bold.svg?color=%231a73e8&size=48