highlighter icon
highlighter from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- highlighter
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the highlighter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6.678 16.207l2.115 2.115m-2.115-2.115L2.5 20.5h4l2.293-2.178m-2.115-2.115c-.39-.39-.383-1.02-.043-1.455c.792-1.014 1.08-1.93 1.164-2.614c.093-.752.275-1.565.81-2.1l.892-.89m-.708 9.174c.39.39 1.02.383 1.455.043c1.014-.792 1.93-1.08 2.614-1.164c.752-.093 1.565-.275 2.1-.81l.89-.892m0 0l-6.35-6.35m6.35 6.35a1 1 0 0 0 1.414 0l4.234-4.234M9.501 9.148a1 1 0 0 1 0-1.414L13.735 3.5"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHighlighter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m6.678 16.207l2.115 2.115m-2.115-2.115L2.5 20.5h4l2.293-2.178m-2.115-2.115c-.39-.39-.383-1.02-.043-1.455c.792-1.014 1.08-1.93 1.164-2.614c.093-.752.275-1.565.81-2.1l.892-.89m-.708 9.174c.39.39 1.02.383 1.455.043c1.014-.792 1.93-1.08 2.614-1.164c.752-.093 1.565-.275 2.1-.81l.89-.892m0 0l-6.35-6.35m6.35 6.35a1 1 0 0 0 1.414 0l4.234-4.234M9.501 9.148a1 1 0 0 1 0-1.414L13.735 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6.678 16.207l2.115 2.115m-2.115-2.115L2.5 20.5h4l2.293-2.178m-2.115-2.115c-.39-.39-.383-1.02-.043-1.455c.792-1.014 1.08-1.93 1.164-2.614c.093-.752.275-1.565.81-2.1l.892-.89m-.708 9.174c.39.39 1.02.383 1.455.043c1.014-.792 1.93-1.08 2.614-1.164c.752-.093 1.565-.275 2.1-.81l.89-.892m0 0l-6.35-6.35m6.35 6.35a1 1 0 0 0 1.414 0l4.234-4.234M9.501 9.148a1 1 0 0 1 0-1.414L13.735 3.5"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m6.678%2016.207l2.115%202.115m-2.115-2.115L2.5%2020.5h4l2.293-2.178m-2.115-2.115c-.39-.39-.383-1.02-.043-1.455c.792-1.014%201.08-1.93%201.164-2.614c.093-.752.275-1.565.81-2.1l.892-.89m-.708%209.174c.39.39%201.02.383%201.455.043c1.014-.792%201.93-1.08%202.614-1.164c.752-.093%201.565-.275%202.1-.81l.89-.892m0%200l-6.35-6.35m6.35%206.35a1%201%200%200%200%201.414%200l4.234-4.234M9.501%209.148a1%201%200%200%201%200-1.414L13.735%203.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m6.678%2016.207l2.115%202.115m-2.115-2.115L2.5%2020.5h4l2.293-2.178m-2.115-2.115c-.39-.39-.383-1.02-.043-1.455c.792-1.014%201.08-1.93%201.164-2.614c.093-.752.275-1.565.81-2.1l.892-.89m-.708%209.174c.39.39%201.02.383%201.455.043c1.014-.792%201.93-1.08%202.614-1.164c.752-.093%201.565-.275%202.1-.81l.89-.892m0%200l-6.35-6.35m6.35%206.35a1%201%200%200%200%201.414%200l4.234-4.234M9.501%209.148a1%201%200%200%201%200-1.414L13.735%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/highlighter.svg?color=%231a73e8&size=48