text select icon
text-select-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.
- Name
- text-select-filled
- Set
- Reicon
- Style
- Filled
- Category
- Text-formatting
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More text-formatting icons from Reicon
Use the text select icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.25 9A.75.75 0 0 1 9 8.25h6a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0V9.75H9A.75.75 0 0 1 8.25 9"/><path d="M5.86 3.263A2 2 0 1 0 3.263 5.86A1 1 0 0 0 3.25 6v12q0 .072.013.14a2 2 0 1 0 2.597 2.597a1 1 0 0 0 .14.013h12a1 1 0 0 0 .14-.013a2 2 0 1 0 2.597-2.597a1 1 0 0 0 .013-.14V6a1 1 0 0 0-.013-.14a2 2 0 1 0-2.597-2.597A1 1 0 0 0 18 3.25H6a1 1 0 0 0-.14.013M4.737 5.86A1 1 0 0 1 4.75 6v12a1 1 0 0 1-.013.14c.512.203.92.611 1.123 1.123A1 1 0 0 1 6 19.25h12q.072 0 .14.013c.203-.512.611-.92 1.123-1.123a1 1 0 0 1-.013-.14V6q0-.072.013-.14a2 2 0 0 1-1.123-1.123a1 1 0 0 1-.14.013H6a1 1 0 0 1-.14-.013c-.203.512-.611.92-1.123 1.123"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTextSelectFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M8.25 9A.75.75 0 0 1 9 8.25h6a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0V9.75H9A.75.75 0 0 1 8.25 9"/><path d="M5.86 3.263A2 2 0 1 0 3.263 5.86A1 1 0 0 0 3.25 6v12q0 .072.013.14a2 2 0 1 0 2.597 2.597a1 1 0 0 0 .14.013h12a1 1 0 0 0 .14-.013a2 2 0 1 0 2.597-2.597a1 1 0 0 0 .013-.14V6a1 1 0 0 0-.013-.14a2 2 0 1 0-2.597-2.597A1 1 0 0 0 18 3.25H6a1 1 0 0 0-.14.013M4.737 5.86A1 1 0 0 1 4.75 6v12a1 1 0 0 1-.013.14c.512.203.92.611 1.123 1.123A1 1 0 0 1 6 19.25h12q.072 0 .14.013c.203-.512.611-.92 1.123-1.123a1 1 0 0 1-.013-.14V6q0-.072.013-.14a2 2 0 0 1-1.123-1.123a1 1 0 0 1-.14.013H6a1 1 0 0 1-.14-.013c-.203.512-.611.92-1.123 1.123"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.25 9A.75.75 0 0 1 9 8.25h6a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0V9.75H9A.75.75 0 0 1 8.25 9"/><path d="M5.86 3.263A2 2 0 1 0 3.263 5.86A1 1 0 0 0 3.25 6v12q0 .072.013.14a2 2 0 1 0 2.597 2.597a1 1 0 0 0 .14.013h12a1 1 0 0 0 .14-.013a2 2 0 1 0 2.597-2.597a1 1 0 0 0 .013-.14V6a1 1 0 0 0-.013-.14a2 2 0 1 0-2.597-2.597A1 1 0 0 0 18 3.25H6a1 1 0 0 0-.14.013M4.737 5.86A1 1 0 0 1 4.75 6v12a1 1 0 0 1-.013.14c.512.203.92.611 1.123 1.123A1 1 0 0 1 6 19.25h12q.072 0 .14.013c.203-.512.611-.92 1.123-1.123a1 1 0 0 1-.013-.14V6q0-.072.013-.14a2 2 0 0 1-1.123-1.123a1 1 0 0 1-.14.013H6a1 1 0 0 1-.14-.013c-.203.512-.611.92-1.123 1.123"/></g></svg> </template>
CSS
.icon-text-select-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.25%209A.75.75%200%200%201%209%208.25h6a.75.75%200%200%201%200%201.5h-2.25V15a.75.75%200%200%201-1.5%200V9.75H9A.75.75%200%200%201%208.25%209%22%2F%3E%3Cpath%20d%3D%22M5.86%203.263A2%202%200%201%200%203.263%205.86A1%201%200%200%200%203.25%206v12q0%20.072.013.14a2%202%200%201%200%202.597%202.597a1%201%200%200%200%20.14.013h12a1%201%200%200%200%20.14-.013a2%202%200%201%200%202.597-2.597a1%201%200%200%200%20.013-.14V6a1%201%200%200%200-.013-.14a2%202%200%201%200-2.597-2.597A1%201%200%200%200%2018%203.25H6a1%201%200%200%200-.14.013M4.737%205.86A1%201%200%200%201%204.75%206v12a1%201%200%200%201-.013.14c.512.203.92.611%201.123%201.123A1%201%200%200%201%206%2019.25h12q.072%200%20.14.013c.203-.512.611-.92%201.123-1.123a1%201%200%200%201-.013-.14V6q0-.072.013-.14a2%202%200%200%201-1.123-1.123a1%201%200%200%201-.14.013H6a1%201%200%200%201-.14-.013c-.203.512-.611.92-1.123%201.123%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.25%209A.75.75%200%200%201%209%208.25h6a.75.75%200%200%201%200%201.5h-2.25V15a.75.75%200%200%201-1.5%200V9.75H9A.75.75%200%200%201%208.25%209%22%2F%3E%3Cpath%20d%3D%22M5.86%203.263A2%202%200%201%200%203.263%205.86A1%201%200%200%200%203.25%206v12q0%20.072.013.14a2%202%200%201%200%202.597%202.597a1%201%200%200%200%20.14.013h12a1%201%200%200%200%20.14-.013a2%202%200%201%200%202.597-2.597a1%201%200%200%200%20.013-.14V6a1%201%200%200%200-.013-.14a2%202%200%201%200-2.597-2.597A1%201%200%200%200%2018%203.25H6a1%201%200%200%200-.14.013M4.737%205.86A1%201%200%200%201%204.75%206v12a1%201%200%200%201-.013.14c.512.203.92.611%201.123%201.123A1%201%200%200%201%206%2019.25h12q.072%200%20.14.013c.203-.512.611-.92%201.123-1.123a1%201%200%200%201-.013-.14V6q0-.072.013-.14a2%202%200%200%201-1.123-1.123a1%201%200%200%201-.14.013H6a1%201%200%200%201-.14-.013c-.203.512-.611.92-1.123%201.123%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-select-filled.svg?color=%231a73e8&size=48