highlighter from Font Awesome 6 Solid by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.

Name
highlighter
Set
Font Awesome 6 Solid
Style
Regular
Category
Business
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome 6 Solid

Use the highlighter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m315 315l158.4-215l-29.3-29.4L229 229zm-187 5v-71.7c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6l-201.3 273c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3zM7 466.3l63-63l70.6 70.6l-31 31c-4.5 4.5-10.6 7-17 7L24 512c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHighlighter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m315 315l158.4-215l-29.3-29.4L229 229zm-187 5v-71.7c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6l-201.3 273c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3zM7 466.3l63-63l70.6 70.6l-31 31c-4.5 4.5-10.6 7-17 7L24 512c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m315 315l158.4-215l-29.3-29.4L229 229zm-187 5v-71.7c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6l-201.3 273c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3zM7 466.3l63-63l70.6 70.6l-31 31c-4.5 4.5-10.6 7-17 7L24 512c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m315%20315l158.4-215l-29.3-29.4L229%20229zm-187%205v-71.7c0-15.3%207.2-29.6%2019.5-38.6L420.6%208.4C428%202.9%20437%200%20446.2%200c11.4%200%2022.4%204.5%2030.5%2012.6l54.8%2054.8c8.1%208.1%2012.6%2019%2012.6%2030.5c0%209.2-2.9%2018.2-8.4%2025.6l-201.3%20273c-9%2012.3-23.4%2019.5-38.6%2019.5H224l-25.4%2025.4c-12.5%2012.5-32.8%2012.5-45.3%200l-50.7-50.7c-12.5-12.5-12.5-32.8%200-45.3zM7%20466.3l63-63l70.6%2070.6l-31%2031c-4.5%204.5-10.6%207-17%207L24%20512c-13.3%200-24-10.7-24-24v-4.7c0-6.4%202.5-12.5%207-17%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m315%20315l158.4-215l-29.3-29.4L229%20229zm-187%205v-71.7c0-15.3%207.2-29.6%2019.5-38.6L420.6%208.4C428%202.9%20437%200%20446.2%200c11.4%200%2022.4%204.5%2030.5%2012.6l54.8%2054.8c8.1%208.1%2012.6%2019%2012.6%2030.5c0%209.2-2.9%2018.2-8.4%2025.6l-201.3%20273c-9%2012.3-23.4%2019.5-38.6%2019.5H224l-25.4%2025.4c-12.5%2012.5-32.8%2012.5-45.3%200l-50.7-50.7c-12.5-12.5-12.5-32.8%200-45.3zM7%20466.3l63-63l70.6%2070.6l-31%2031c-4.5%204.5-10.6%207-17%207L24%20512c-13.3%200-24-10.7-24-24v-4.7c0-6.4%202.5-12.5%207-17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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