text select icon

text-select-duotone from Reicon by REICON · Duotone · Text-formatting · MIT Free for personal and commercial use.

Name
text-select-duotone
Set
Reicon
Style
Duotone
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"><path fill-rule="evenodd" 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" clip-rule="evenodd"/><path d="M4 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4M22 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M4.75 5.855a2 2 0 0 1-1.5 0v12.29a2 2 0 0 1 1.5 0zM5.855 4.75h12.29a2 2 0 0 1 0-1.5H5.855a2 2 0 0 1 0 1.5M19.25 5.855a2 2 0 0 0 1.5 0v12.29a2 2 0 0 0-1.5 0zM18.145 19.25H5.855a2 2 0 0 1 0 1.5h12.29a2 2 0 0 1 0-1.5" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTextSelectDuotone(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 fillRule="evenodd" 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" clipRule="evenodd"/><path d="M4 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4M22 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M4.75 5.855a2 2 0 0 1-1.5 0v12.29a2 2 0 0 1 1.5 0zM5.855 4.75h12.29a2 2 0 0 1 0-1.5H5.855a2 2 0 0 1 0 1.5M19.25 5.855a2 2 0 0 0 1.5 0v12.29a2 2 0 0 0-1.5 0zM18.145 19.25H5.855a2 2 0 0 1 0 1.5h12.29a2 2 0 0 1 0-1.5" opacity=".5"/></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 fill-rule="evenodd" 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" clip-rule="evenodd"/><path d="M4 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4M22 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M4.75 5.855a2 2 0 0 1-1.5 0v12.29a2 2 0 0 1 1.5 0zM5.855 4.75h12.29a2 2 0 0 1 0-1.5H5.855a2 2 0 0 1 0 1.5M19.25 5.855a2 2 0 0 0 1.5 0v12.29a2 2 0 0 0-1.5 0zM18.145 19.25H5.855a2 2 0 0 1 0 1.5h12.29a2 2 0 0 1 0-1.5" opacity=".5"/></g></svg>
</template>

CSS

.icon-text-select-duotone {
  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%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%2016a2%202%200%201%200%200-4a2%202%200%200%200%200%204M22%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%2018a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20d%3D%22M4.75%205.855a2%202%200%200%201-1.5%200v12.29a2%202%200%200%201%201.5%200zM5.855%204.75h12.29a2%202%200%200%201%200-1.5H5.855a2%202%200%200%201%200%201.5M19.25%205.855a2%202%200%200%200%201.5%200v12.29a2%202%200%200%200-1.5%200zM18.145%2019.25H5.855a2%202%200%200%201%200%201.5h12.29a2%202%200%200%201%200-1.5%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%2016a2%202%200%201%200%200-4a2%202%200%200%200%200%204M22%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%2018a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20d%3D%22M4.75%205.855a2%202%200%200%201-1.5%200v12.29a2%202%200%200%201%201.5%200zM5.855%204.75h12.29a2%202%200%200%201%200-1.5H5.855a2%202%200%200%201%200%201.5M19.25%205.855a2%202%200%200%200%201.5%200v12.29a2%202%200%200%200-1.5%200zM18.145%2019.25H5.855a2%202%200%200%201%200%201.5h12.29a2%202%200%200%201%200-1.5%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48