highlighter icon
highlighter from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- highlighter
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
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.5 -1 24 24"><path fill="currentColor" d="m8.038 11.06l-1.035 3.207l1.776 1.775l3.165-1.077l-3.906-3.906zm1.24-1.59l4.242 4.243l6.364-6.364a2 2 0 0 0 0-2.829L18.47 3.106a2 2 0 0 0-2.829 0L9.277 9.47zm-3.503 6.4L3.88 17.765l1.653 1.151l1.644-1.644zM19.884 1.692l1.414 1.414a4 4 0 0 1 0 5.657l-7.778 7.778l-4.22 1.437l-3.536 3.535L.778 18.04l4.291-4.292L6.45 9.47l7.778-7.778a4 4 0 0 1 5.657 0z"/></svg>
React
import type { SVGProps } from "react";
export function JamHighlighter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -1 24 24"><path fill="currentColor" d="m8.038 11.06l-1.035 3.207l1.776 1.775l3.165-1.077l-3.906-3.906zm1.24-1.59l4.242 4.243l6.364-6.364a2 2 0 0 0 0-2.829L18.47 3.106a2 2 0 0 0-2.829 0L9.277 9.47zm-3.503 6.4L3.88 17.765l1.653 1.151l1.644-1.644zM19.884 1.692l1.414 1.414a4 4 0 0 1 0 5.657l-7.778 7.778l-4.22 1.437l-3.536 3.535L.778 18.04l4.291-4.292L6.45 9.47l7.778-7.778a4 4 0 0 1 5.657 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -1 24 24"><path fill="currentColor" d="m8.038 11.06l-1.035 3.207l1.776 1.775l3.165-1.077l-3.906-3.906zm1.24-1.59l4.242 4.243l6.364-6.364a2 2 0 0 0 0-2.829L18.47 3.106a2 2 0 0 0-2.829 0L9.277 9.47zm-3.503 6.4L3.88 17.765l1.653 1.151l1.644-1.644zM19.884 1.692l1.414 1.414a4 4 0 0 1 0 5.657l-7.778 7.778l-4.22 1.437l-3.536 3.535L.778 18.04l4.291-4.292L6.45 9.47l7.778-7.778a4 4 0 0 1 5.657 0z"/></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%22-0.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.038%2011.06l-1.035%203.207l1.776%201.775l3.165-1.077l-3.906-3.906zm1.24-1.59l4.242%204.243l6.364-6.364a2%202%200%200%200%200-2.829L18.47%203.106a2%202%200%200%200-2.829%200L9.277%209.47zm-3.503%206.4L3.88%2017.765l1.653%201.151l1.644-1.644zM19.884%201.692l1.414%201.414a4%204%200%200%201%200%205.657l-7.778%207.778l-4.22%201.437l-3.536%203.535L.778%2018.04l4.291-4.292L6.45%209.47l7.778-7.778a4%204%200%200%201%205.657%200z%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%22-0.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.038%2011.06l-1.035%203.207l1.776%201.775l3.165-1.077l-3.906-3.906zm1.24-1.59l4.242%204.243l6.364-6.364a2%202%200%200%200%200-2.829L18.47%203.106a2%202%200%200%200-2.829%200L9.277%209.47zm-3.503%206.4L3.88%2017.765l1.653%201.151l1.644-1.644zM19.884%201.692l1.414%201.414a4%204%200%200%201%200%205.657l-7.778%207.778l-4.22%201.437l-3.536%203.535L.778%2018.04l4.291-4.292L6.45%209.47l7.778-7.778a4%204%200%200%201%205.657%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/highlighter.svg?color=%231a73e8&size=48