highlighter icon

highlighter from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
highlighter
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the highlighter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M253.66 106.34a8 8 0 0 0-11.32 0L192 156.69L107.31 72l50.35-50.34a8 8 0 1 0-11.32-11.32L96 60.69a16 16 0 0 0-2.82 18.81L72 100.69a16 16 0 0 0 0 22.62l4.69 4.69l-58.35 58.34a8 8 0 0 0 3.13 13.25l72 24A7.9 7.9 0 0 0 96 224a8 8 0 0 0 5.66-2.34L136 187.31l4.69 4.69a16 16 0 0 0 22.62 0l21.19-21.18a16 16 0 0 0 18.81-2.82l50.35-50.34a8 8 0 0 0 0-11.32M93.84 206.85l-55-18.35L88 139.31L124.69 176ZM152 180.69L83.31 112L104 91.31L172.69 160Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHighlighter(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="M253.66 106.34a8 8 0 0 0-11.32 0L192 156.69L107.31 72l50.35-50.34a8 8 0 1 0-11.32-11.32L96 60.69a16 16 0 0 0-2.82 18.81L72 100.69a16 16 0 0 0 0 22.62l4.69 4.69l-58.35 58.34a8 8 0 0 0 3.13 13.25l72 24A7.9 7.9 0 0 0 96 224a8 8 0 0 0 5.66-2.34L136 187.31l4.69 4.69a16 16 0 0 0 22.62 0l21.19-21.18a16 16 0 0 0 18.81-2.82l50.35-50.34a8 8 0 0 0 0-11.32M93.84 206.85l-55-18.35L88 139.31L124.69 176ZM152 180.69L83.31 112L104 91.31L172.69 160Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M253.66 106.34a8 8 0 0 0-11.32 0L192 156.69L107.31 72l50.35-50.34a8 8 0 1 0-11.32-11.32L96 60.69a16 16 0 0 0-2.82 18.81L72 100.69a16 16 0 0 0 0 22.62l4.69 4.69l-58.35 58.34a8 8 0 0 0 3.13 13.25l72 24A7.9 7.9 0 0 0 96 224a8 8 0 0 0 5.66-2.34L136 187.31l4.69 4.69a16 16 0 0 0 22.62 0l21.19-21.18a16 16 0 0 0 18.81-2.82l50.35-50.34a8 8 0 0 0 0-11.32M93.84 206.85l-55-18.35L88 139.31L124.69 176ZM152 180.69L83.31 112L104 91.31L172.69 160Z"/></svg>
</template>

CSS

.icon-highlighter {
  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%22M253.66%20106.34a8%208%200%200%200-11.32%200L192%20156.69L107.31%2072l50.35-50.34a8%208%200%201%200-11.32-11.32L96%2060.69a16%2016%200%200%200-2.82%2018.81L72%20100.69a16%2016%200%200%200%200%2022.62l4.69%204.69l-58.35%2058.34a8%208%200%200%200%203.13%2013.25l72%2024A7.9%207.9%200%200%200%2096%20224a8%208%200%200%200%205.66-2.34L136%20187.31l4.69%204.69a16%2016%200%200%200%2022.62%200l21.19-21.18a16%2016%200%200%200%2018.81-2.82l50.35-50.34a8%208%200%200%200%200-11.32M93.84%20206.85l-55-18.35L88%20139.31L124.69%20176ZM152%20180.69L83.31%20112L104%2091.31L172.69%20160Z%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%22M253.66%20106.34a8%208%200%200%200-11.32%200L192%20156.69L107.31%2072l50.35-50.34a8%208%200%201%200-11.32-11.32L96%2060.69a16%2016%200%200%200-2.82%2018.81L72%20100.69a16%2016%200%200%200%200%2022.62l4.69%204.69l-58.35%2058.34a8%208%200%200%200%203.13%2013.25l72%2024A7.9%207.9%200%200%200%2096%20224a8%208%200%200%200%205.66-2.34L136%20187.31l4.69%204.69a16%2016%200%200%200%2022.62%200l21.19-21.18a16%2016%200%200%200%2018.81-2.82l50.35-50.34a8%208%200%200%200%200-11.32M93.84%20206.85l-55-18.35L88%20139.31L124.69%20176ZM152%20180.69L83.31%20112L104%2091.31L172.69%20160Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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