highlighter circle icon

highlighter-circle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
highlighter-circle-thin
Set
Phosphor
Style
Thin
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="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M92 212.7V152a4 4 0 0 1 4-4h64a4 4 0 0 1 4 4v60.7a92.42 92.42 0 0 1-72 0m56-72.7h-40V98.47l40-20Zm45.05 53.05A92 92 0 0 1 172 208.83V152a12 12 0 0 0-12-12h-4V72a4 4 0 0 0-5.79-3.58l-48 24A4 4 0 0 0 100 96v44h-4a12 12 0 0 0-12 12v56.83a92 92 0 1 1 109.05-15.78"/></svg>

React

import type { SVGProps } from "react";

export function PhHighlighterCircleThin(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="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M92 212.7V152a4 4 0 0 1 4-4h64a4 4 0 0 1 4 4v60.7a92.42 92.42 0 0 1-72 0m56-72.7h-40V98.47l40-20Zm45.05 53.05A92 92 0 0 1 172 208.83V152a12 12 0 0 0-12-12h-4V72a4 4 0 0 0-5.79-3.58l-48 24A4 4 0 0 0 100 96v44h-4a12 12 0 0 0-12 12v56.83a92 92 0 1 1 109.05-15.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M92 212.7V152a4 4 0 0 1 4-4h64a4 4 0 0 1 4 4v60.7a92.42 92.42 0 0 1-72 0m56-72.7h-40V98.47l40-20Zm45.05 53.05A92 92 0 0 1 172 208.83V152a12 12 0 0 0-12-12h-4V72a4 4 0 0 0-5.79-3.58l-48 24A4 4 0 0 0 100 96v44h-4a12 12 0 0 0-12 12v56.83a92 92 0 1 1 109.05-15.78"/></svg>
</template>

CSS

.icon-highlighter-circle-thin {
  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%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29M92%20212.7V152a4%204%200%200%201%204-4h64a4%204%200%200%201%204%204v60.7a92.42%2092.42%200%200%201-72%200m56-72.7h-40V98.47l40-20Zm45.05%2053.05A92%2092%200%200%201%20172%20208.83V152a12%2012%200%200%200-12-12h-4V72a4%204%200%200%200-5.79-3.58l-48%2024A4%204%200%200%200%20100%2096v44h-4a12%2012%200%200%200-12%2012v56.83a92%2092%200%201%201%20109.05-15.78%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%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29M92%20212.7V152a4%204%200%200%201%204-4h64a4%204%200%200%201%204%204v60.7a92.42%2092.42%200%200%201-72%200m56-72.7h-40V98.47l40-20Zm45.05%2053.05A92%2092%200%200%201%20172%20208.83V152a12%2012%200%200%200-12-12h-4V72a4%204%200%200%200-5.79-3.58l-48%2024A4%204%200%200%200%20100%2096v44h-4a12%2012%200%200%200-12%2012v56.83a92%2092%200%201%201%20109.05-15.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/highlighter-circle-thin.svg?color=%231a73e8&size=48