highlighter icon

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

Name
highlighter-thin
Set
Phosphor
Style
Thin
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="M250.83 109.17a4 4 0 0 0-5.66 0l-50.34 50.34a4 4 0 0 1-5.66 0l-84.68-84.68a4 4 0 0 1 0-5.66l50.34-50.34a4 4 0 0 0-5.66-5.66L98.83 63.51A12 12 0 0 0 98.37 80l-23.54 23.51a12 12 0 0 0 0 17l7.51 7.49l-61.17 61.17a4 4 0 0 0 1.57 6.62l72 24A3.9 3.9 0 0 0 96 220a4 4 0 0 0 2.83-1.17L136 181.66l7.51 7.51a12 12 0 0 0 17 0L184 165.63a12 12 0 0 0 16.47-.46l50.34-50.34a4 4 0 0 0 .02-5.66M94.92 211.42L31.4 190.25L88 133.66L130.34 176Zm59.91-27.91a4 4 0 0 1-5.66 0l-68.68-68.68a4 4 0 0 1 0-5.66L104 85.66L178.34 160Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHighlighterThin(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="M250.83 109.17a4 4 0 0 0-5.66 0l-50.34 50.34a4 4 0 0 1-5.66 0l-84.68-84.68a4 4 0 0 1 0-5.66l50.34-50.34a4 4 0 0 0-5.66-5.66L98.83 63.51A12 12 0 0 0 98.37 80l-23.54 23.51a12 12 0 0 0 0 17l7.51 7.49l-61.17 61.17a4 4 0 0 0 1.57 6.62l72 24A3.9 3.9 0 0 0 96 220a4 4 0 0 0 2.83-1.17L136 181.66l7.51 7.51a12 12 0 0 0 17 0L184 165.63a12 12 0 0 0 16.47-.46l50.34-50.34a4 4 0 0 0 .02-5.66M94.92 211.42L31.4 190.25L88 133.66L130.34 176Zm59.91-27.91a4 4 0 0 1-5.66 0l-68.68-68.68a4 4 0 0 1 0-5.66L104 85.66L178.34 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="M250.83 109.17a4 4 0 0 0-5.66 0l-50.34 50.34a4 4 0 0 1-5.66 0l-84.68-84.68a4 4 0 0 1 0-5.66l50.34-50.34a4 4 0 0 0-5.66-5.66L98.83 63.51A12 12 0 0 0 98.37 80l-23.54 23.51a12 12 0 0 0 0 17l7.51 7.49l-61.17 61.17a4 4 0 0 0 1.57 6.62l72 24A3.9 3.9 0 0 0 96 220a4 4 0 0 0 2.83-1.17L136 181.66l7.51 7.51a12 12 0 0 0 17 0L184 165.63a12 12 0 0 0 16.47-.46l50.34-50.34a4 4 0 0 0 .02-5.66M94.92 211.42L31.4 190.25L88 133.66L130.34 176Zm59.91-27.91a4 4 0 0 1-5.66 0l-68.68-68.68a4 4 0 0 1 0-5.66L104 85.66L178.34 160Z"/></svg>
</template>

CSS

.icon-highlighter-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%22M250.83%20109.17a4%204%200%200%200-5.66%200l-50.34%2050.34a4%204%200%200%201-5.66%200l-84.68-84.68a4%204%200%200%201%200-5.66l50.34-50.34a4%204%200%200%200-5.66-5.66L98.83%2063.51A12%2012%200%200%200%2098.37%2080l-23.54%2023.51a12%2012%200%200%200%200%2017l7.51%207.49l-61.17%2061.17a4%204%200%200%200%201.57%206.62l72%2024A3.9%203.9%200%200%200%2096%20220a4%204%200%200%200%202.83-1.17L136%20181.66l7.51%207.51a12%2012%200%200%200%2017%200L184%20165.63a12%2012%200%200%200%2016.47-.46l50.34-50.34a4%204%200%200%200%20.02-5.66M94.92%20211.42L31.4%20190.25L88%20133.66L130.34%20176Zm59.91-27.91a4%204%200%200%201-5.66%200l-68.68-68.68a4%204%200%200%201%200-5.66L104%2085.66L178.34%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%22M250.83%20109.17a4%204%200%200%200-5.66%200l-50.34%2050.34a4%204%200%200%201-5.66%200l-84.68-84.68a4%204%200%200%201%200-5.66l50.34-50.34a4%204%200%200%200-5.66-5.66L98.83%2063.51A12%2012%200%200%200%2098.37%2080l-23.54%2023.51a12%2012%200%200%200%200%2017l7.51%207.49l-61.17%2061.17a4%204%200%200%200%201.57%206.62l72%2024A3.9%203.9%200%200%200%2096%20220a4%204%200%200%200%202.83-1.17L136%20181.66l7.51%207.51a12%2012%200%200%200%2017%200L184%20165.63a12%2012%200%200%200%2016.47-.46l50.34-50.34a4%204%200%200%200%20.02-5.66M94.92%20211.42L31.4%20190.25L88%20133.66L130.34%20176Zm59.91-27.91a4%204%200%200%201-5.66%200l-68.68-68.68a4%204%200%200%201%200-5.66L104%2085.66L178.34%20160Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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