text highlight icon
text-highlight-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.
- Name
- text-highlight-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M19 21.333H8.727a1 1 0 0 1 0-2H19a1 1 0 0 1 0 2"/><path d="M16.99 2.848L14.916 1.8a3.675 3.675 0 0 0-4.682 1.208l-5.022 7.363a2.31 2.31 0 0 0 .09 2.744c.927 2.332.046 4.3-.142 4.67v.003l-1.051 2.096c-.156.31-.139.679.041.973c.183.295.505.475.852.475h3.727a1 1 0 0 0 .892-.55l.301-.594c.188-.372 1.247-2.25 3.677-2.89c.02 0 .036.007.055.007a2.34 2.34 0 0 0 2.203-1.563l2.944-8.41a3.68 3.68 0 0 0-1.808-4.485ZM8.657 18.431l-1.332-.674a7.9 7.9 0 0 0 .361-3.182l3.318 1.674a7.9 7.9 0 0 0-2.347 2.182"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTextHighlightFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 21.333H8.727a1 1 0 0 1 0-2H19a1 1 0 0 1 0 2"/><path d="M16.99 2.848L14.916 1.8a3.675 3.675 0 0 0-4.682 1.208l-5.022 7.363a2.31 2.31 0 0 0 .09 2.744c.927 2.332.046 4.3-.142 4.67v.003l-1.051 2.096c-.156.31-.139.679.041.973c.183.295.505.475.852.475h3.727a1 1 0 0 0 .892-.55l.301-.594c.188-.372 1.247-2.25 3.677-2.89c.02 0 .036.007.055.007a2.34 2.34 0 0 0 2.203-1.563l2.944-8.41a3.68 3.68 0 0 0-1.808-4.485ZM8.657 18.431l-1.332-.674a7.9 7.9 0 0 0 .361-3.182l3.318 1.674a7.9 7.9 0 0 0-2.347 2.182"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 21.333H8.727a1 1 0 0 1 0-2H19a1 1 0 0 1 0 2"/><path d="M16.99 2.848L14.916 1.8a3.675 3.675 0 0 0-4.682 1.208l-5.022 7.363a2.31 2.31 0 0 0 .09 2.744c.927 2.332.046 4.3-.142 4.67v.003l-1.051 2.096c-.156.31-.139.679.041.973c.183.295.505.475.852.475h3.727a1 1 0 0 0 .892-.55l.301-.594c.188-.372 1.247-2.25 3.677-2.89c.02 0 .036.007.055.007a2.34 2.34 0 0 0 2.203-1.563l2.944-8.41a3.68 3.68 0 0 0-1.808-4.485ZM8.657 18.431l-1.332-.674a7.9 7.9 0 0 0 .361-3.182l3.318 1.674a7.9 7.9 0 0 0-2.347 2.182"/></g></svg> </template>
CSS
.icon-text-highlight-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M19%2021.333H8.727a1%201%200%200%201%200-2H19a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20d%3D%22M16.99%202.848L14.916%201.8a3.675%203.675%200%200%200-4.682%201.208l-5.022%207.363a2.31%202.31%200%200%200%20.09%202.744c.927%202.332.046%204.3-.142%204.67v.003l-1.051%202.096c-.156.31-.139.679.041.973c.183.295.505.475.852.475h3.727a1%201%200%200%200%20.892-.55l.301-.594c.188-.372%201.247-2.25%203.677-2.89c.02%200%20.036.007.055.007a2.34%202.34%200%200%200%202.203-1.563l2.944-8.41a3.68%203.68%200%200%200-1.808-4.485ZM8.657%2018.431l-1.332-.674a7.9%207.9%200%200%200%20.361-3.182l3.318%201.674a7.9%207.9%200%200%200-2.347%202.182%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%22currentColor%22%3E%3Cpath%20d%3D%22M19%2021.333H8.727a1%201%200%200%201%200-2H19a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20d%3D%22M16.99%202.848L14.916%201.8a3.675%203.675%200%200%200-4.682%201.208l-5.022%207.363a2.31%202.31%200%200%200%20.09%202.744c.927%202.332.046%204.3-.142%204.67v.003l-1.051%202.096c-.156.31-.139.679.041.973c.183.295.505.475.852.475h3.727a1%201%200%200%200%20.892-.55l.301-.594c.188-.372%201.247-2.25%203.677-2.89c.02%200%20.036.007.055.007a2.34%202.34%200%200%200%202.203-1.563l2.944-8.41a3.68%203.68%200%200%200-1.808-4.485ZM8.657%2018.431l-1.332-.674a7.9%207.9%200%200%200%20.361-3.182l3.318%201.674a7.9%207.9%200%200%200-2.347%202.182%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-filled.svg?color=%231a73e8&size=48