highlighter icon

highlighter-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
highlighter-f
Set
Jam Icons
Style
Filled
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="-1 -1.5 24 24"><path fill="currentColor" d="m12.914 15.45l-3.182 1.06l-4.242-4.242l1.06-3.182zm1.414-1.414L7.964 7.672l6.364-6.364c1.566-1.566 3.969-1.69 5.657 0l.707.707c1.69 1.688 1.566 4.091 0 5.657zM7.964 17.57L5.136 20.4L.893 17.571l3.536-3.535l3.535 3.535z"/></svg>

React

import type { SVGProps } from "react";

export function JamHighlighterF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1.5 24 24"><path fill="currentColor" d="m12.914 15.45l-3.182 1.06l-4.242-4.242l1.06-3.182zm1.414-1.414L7.964 7.672l6.364-6.364c1.566-1.566 3.969-1.69 5.657 0l.707.707c1.69 1.688 1.566 4.091 0 5.657zM7.964 17.57L5.136 20.4L.893 17.571l3.536-3.535l3.535 3.535z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1.5 24 24"><path fill="currentColor" d="m12.914 15.45l-3.182 1.06l-4.242-4.242l1.06-3.182zm1.414-1.414L7.964 7.672l6.364-6.364c1.566-1.566 3.969-1.69 5.657 0l.707.707c1.69 1.688 1.566 4.091 0 5.657zM7.964 17.57L5.136 20.4L.893 17.571l3.536-3.535l3.535 3.535z"/></svg>
</template>

CSS

.icon-highlighter-f {
  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-1%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.914%2015.45l-3.182%201.06l-4.242-4.242l1.06-3.182zm1.414-1.414L7.964%207.672l6.364-6.364c1.566-1.566%203.969-1.69%205.657%200l.707.707c1.69%201.688%201.566%204.091%200%205.657zM7.964%2017.57L5.136%2020.4L.893%2017.571l3.536-3.535l3.535%203.535z%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-1%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.914%2015.45l-3.182%201.06l-4.242-4.242l1.06-3.182zm1.414-1.414L7.964%207.672l6.364-6.364c1.566-1.566%203.969-1.69%205.657%200l.707.707c1.69%201.688%201.566%204.091%200%205.657zM7.964%2017.57L5.136%2020.4L.893%2017.571l3.536-3.535l3.535%203.535z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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