highlighter icon

highlighter-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
highlighter-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="m136 176l-40 40l-72-24l64-64Z" opacity=".2"/><path d="M253.66 106.34a8 8 0 0 0-11.32 0L192 156.69l-82.34-82.35l-2.35-2.34l50.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.18-21.18a16 16 0 0 0 18.82-2.82l50.35-50.34a8 8 0 0 0 0-11.32M93.84 206.85l-55-18.35L88 139.31L124.69 176ZM152 180.69l-10.34-10.35l-48-48L83.31 112L104 91.31L172.69 160Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhHighlighterDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m136 176l-40 40l-72-24l64-64Z" opacity=".2"/><path d="M253.66 106.34a8 8 0 0 0-11.32 0L192 156.69l-82.34-82.35l-2.35-2.34l50.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.18-21.18a16 16 0 0 0 18.82-2.82l50.35-50.34a8 8 0 0 0 0-11.32M93.84 206.85l-55-18.35L88 139.31L124.69 176ZM152 180.69l-10.34-10.35l-48-48L83.31 112L104 91.31L172.69 160Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m136 176l-40 40l-72-24l64-64Z" opacity=".2"/><path d="M253.66 106.34a8 8 0 0 0-11.32 0L192 156.69l-82.34-82.35l-2.35-2.34l50.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.18-21.18a16 16 0 0 0 18.82-2.82l50.35-50.34a8 8 0 0 0 0-11.32M93.84 206.85l-55-18.35L88 139.31L124.69 176ZM152 180.69l-10.34-10.35l-48-48L83.31 112L104 91.31L172.69 160Z"/></g></svg>
</template>

CSS

.icon-highlighter-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m136%20176l-40%2040l-72-24l64-64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M253.66%20106.34a8%208%200%200%200-11.32%200L192%20156.69l-82.34-82.35l-2.35-2.34l50.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.18-21.18a16%2016%200%200%200%2018.82-2.82l50.35-50.34a8%208%200%200%200%200-11.32M93.84%20206.85l-55-18.35L88%20139.31L124.69%20176ZM152%20180.69l-10.34-10.35l-48-48L83.31%20112L104%2091.31L172.69%20160Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m136%20176l-40%2040l-72-24l64-64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M253.66%20106.34a8%208%200%200%200-11.32%200L192%20156.69l-82.34-82.35l-2.35-2.34l50.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.18-21.18a16%2016%200%200%200%2018.82-2.82l50.35-50.34a8%208%200%200%200%200-11.32M93.84%20206.85l-55-18.35L88%20139.31L124.69%20176ZM152%20180.69l-10.34-10.35l-48-48L83.31%20112L104%2091.31L172.69%20160Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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