text highlight icon
text-highlight from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.
- Name
- text-highlight
- Set
- Reicon
- Style
- Outline
- Category
- Text-formatting
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More text-formatting icons from Reicon
Use the text highlight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.727 20.333H19m-5.948-4.169L6.54 12.876a1.333 1.333 0 0 1-.5-1.941l5.021-7.364a2.67 2.67 0 0 1 3.406-.879l2.076 1.048a2.666 2.666 0 0 1 1.314 3.261l-2.944 8.412a1.333 1.333 0 0 1-1.86.75Zm.312.163c-2.659.688-3.953 2.652-4.336 3.412l-1.488-.751l-1.488-.75c.384-.76 1.195-2.969.17-5.515"/><path d="m9.027 19.739l-.3.594H5l1.052-2.097"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTextHighlight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M8.727 20.333H19m-5.948-4.169L6.54 12.876a1.333 1.333 0 0 1-.5-1.941l5.021-7.364a2.67 2.67 0 0 1 3.406-.879l2.076 1.048a2.666 2.666 0 0 1 1.314 3.261l-2.944 8.412a1.333 1.333 0 0 1-1.86.75Zm.312.163c-2.659.688-3.953 2.652-4.336 3.412l-1.488-.751l-1.488-.75c.384-.76 1.195-2.969.17-5.515"/><path d="m9.027 19.739l-.3.594H5l1.052-2.097"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.727 20.333H19m-5.948-4.169L6.54 12.876a1.333 1.333 0 0 1-.5-1.941l5.021-7.364a2.67 2.67 0 0 1 3.406-.879l2.076 1.048a2.666 2.666 0 0 1 1.314 3.261l-2.944 8.412a1.333 1.333 0 0 1-1.86.75Zm.312.163c-2.659.688-3.953 2.652-4.336 3.412l-1.488-.751l-1.488-.75c.384-.76 1.195-2.969.17-5.515"/><path d="m9.027 19.739l-.3.594H5l1.052-2.097"/></g></svg> </template>
CSS
.icon-text-highlight {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.727%2020.333H19m-5.948-4.169L6.54%2012.876a1.333%201.333%200%200%201-.5-1.941l5.021-7.364a2.67%202.67%200%200%201%203.406-.879l2.076%201.048a2.666%202.666%200%200%201%201.314%203.261l-2.944%208.412a1.333%201.333%200%200%201-1.86.75Zm.312.163c-2.659.688-3.953%202.652-4.336%203.412l-1.488-.751l-1.488-.75c.384-.76%201.195-2.969.17-5.515%22%2F%3E%3Cpath%20d%3D%22m9.027%2019.739l-.3.594H5l1.052-2.097%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.727%2020.333H19m-5.948-4.169L6.54%2012.876a1.333%201.333%200%200%201-.5-1.941l5.021-7.364a2.67%202.67%200%200%201%203.406-.879l2.076%201.048a2.666%202.666%200%200%201%201.314%203.261l-2.944%208.412a1.333%201.333%200%200%201-1.86.75Zm.312.163c-2.659.688-3.953%202.652-4.336%203.412l-1.488-.751l-1.488-.75c.384-.76%201.195-2.969.17-5.515%22%2F%3E%3Cpath%20d%3D%22m9.027%2019.739l-.3.594H5l1.052-2.097%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/text-highlight.svg?color=%231a73e8&size=48