text select icon

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

Name
text-select
Set
Reicon
Style
Outline
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 d="M9 8.25a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0V9.75H15a.75.75 0 0 0 0-1.5z"/><path fill-rule="evenodd" d="M3.25 6.646A2.751 2.751 0 1 1 6.646 3.25h10.708a2.751 2.751 0 1 1 3.396 3.396v10.708a2.751 2.751 0 1 1-3.396 3.396H6.646a2.751 2.751 0 1 1-3.396-3.396zM4 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m.75 14.604V6.646A2.76 2.76 0 0 0 6.646 4.75h10.708c.259.916.98 1.637 1.896 1.896v10.708a2.76 2.76 0 0 0-1.896 1.896H6.646a2.76 2.76 0 0 0-1.896-1.896M4 18.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M21.25 4a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-2.5 16a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTextSelect(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="M9 8.25a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0V9.75H15a.75.75 0 0 0 0-1.5z"/><path fillRule="evenodd" d="M3.25 6.646A2.751 2.751 0 1 1 6.646 3.25h10.708a2.751 2.751 0 1 1 3.396 3.396v10.708a2.751 2.751 0 1 1-3.396 3.396H6.646a2.751 2.751 0 1 1-3.396-3.396zM4 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m.75 14.604V6.646A2.76 2.76 0 0 0 6.646 4.75h10.708c.259.916.98 1.637 1.896 1.896v10.708a2.76 2.76 0 0 0-1.896 1.896H6.646a2.76 2.76 0 0 0-1.896-1.896M4 18.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M21.25 4a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-2.5 16a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clipRule="evenodd"/></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="M9 8.25a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0V9.75H15a.75.75 0 0 0 0-1.5z"/><path fill-rule="evenodd" d="M3.25 6.646A2.751 2.751 0 1 1 6.646 3.25h10.708a2.751 2.751 0 1 1 3.396 3.396v10.708a2.751 2.751 0 1 1-3.396 3.396H6.646a2.751 2.751 0 1 1-3.396-3.396zM4 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m.75 14.604V6.646A2.76 2.76 0 0 0 6.646 4.75h10.708c.259.916.98 1.637 1.896 1.896v10.708a2.76 2.76 0 0 0-1.896 1.896H6.646a2.76 2.76 0 0 0-1.896-1.896M4 18.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M21.25 4a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-2.5 16a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-text-select {
  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%22M9%208.25a.75.75%200%200%200%200%201.5h2.25V15a.75.75%200%200%200%201.5%200V9.75H15a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%206.646A2.751%202.751%200%201%201%206.646%203.25h10.708a2.751%202.751%200%201%201%203.396%203.396v10.708a2.751%202.751%200%201%201-3.396%203.396H6.646a2.751%202.751%200%201%201-3.396-3.396zM4%202.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m.75%2014.604V6.646A2.76%202.76%200%200%200%206.646%204.75h10.708c.259.916.98%201.637%201.896%201.896v10.708a2.76%202.76%200%200%200-1.896%201.896H6.646a2.76%202.76%200%200%200-1.896-1.896M4%2018.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M21.25%204a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-2.5%2016a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%20clip-rule%3D%22evenodd%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%22M9%208.25a.75.75%200%200%200%200%201.5h2.25V15a.75.75%200%200%200%201.5%200V9.75H15a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%206.646A2.751%202.751%200%201%201%206.646%203.25h10.708a2.751%202.751%200%201%201%203.396%203.396v10.708a2.751%202.751%200%201%201-3.396%203.396H6.646a2.751%202.751%200%201%201-3.396-3.396zM4%202.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m.75%2014.604V6.646A2.76%202.76%200%200%200%206.646%204.75h10.708c.259.916.98%201.637%201.896%201.896v10.708a2.76%202.76%200%200%200-1.896%201.896H6.646a2.76%202.76%200%200%200-1.896-1.896M4%2018.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M21.25%204a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-2.5%2016a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48