text selection icon

text-selection from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
text-selection
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the text selection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.998 3.022c2.198-.052 3.272-.117 4 1.493m0 0c.557-1.252 1.39-1.608 4-1.493m-4 1.493V18.95m0 0c.23 1.738 1.136 2.153 4 1.99m-4-1.99c-.304 1.781-1.226 2.224-4 1.99m1-8.959h6m10.972 3.982v4.48m0-4.48c.047-.82.049-1.443-.05-1.953c-.233-1.2-1.491-1.925-2.71-2.072c-1.165-.14-2.1.159-3.047 1.534m5.807 2.491h-2.84c-.436 0-.876.021-1.296.138c-2.569.712-2.38 4.303.196 4.746q.431.075.868.057c.677-.03 1.3-.356 1.837-.769c.627-.484 1.235-1.16 1.235-2.18z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTextSelection(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2.998 3.022c2.198-.052 3.272-.117 4 1.493m0 0c.557-1.252 1.39-1.608 4-1.493m-4 1.493V18.95m0 0c.23 1.738 1.136 2.153 4 1.99m-4-1.99c-.304 1.781-1.226 2.224-4 1.99m1-8.959h6m10.972 3.982v4.48m0-4.48c.047-.82.049-1.443-.05-1.953c-.233-1.2-1.491-1.925-2.71-2.072c-1.165-.14-2.1.159-3.047 1.534m5.807 2.491h-2.84c-.436 0-.876.021-1.296.138c-2.569.712-2.38 4.303.196 4.746q.431.075.868.057c.677-.03 1.3-.356 1.837-.769c.627-.484 1.235-1.16 1.235-2.18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.998 3.022c2.198-.052 3.272-.117 4 1.493m0 0c.557-1.252 1.39-1.608 4-1.493m-4 1.493V18.95m0 0c.23 1.738 1.136 2.153 4 1.99m-4-1.99c-.304 1.781-1.226 2.224-4 1.99m1-8.959h6m10.972 3.982v4.48m0-4.48c.047-.82.049-1.443-.05-1.953c-.233-1.2-1.491-1.925-2.71-2.072c-1.165-.14-2.1.159-3.047 1.534m5.807 2.491h-2.84c-.436 0-.876.021-1.296.138c-2.569.712-2.38 4.303.196 4.746q.431.075.868.057c.677-.03 1.3-.356 1.837-.769c.627-.484 1.235-1.16 1.235-2.18z"/></svg>
</template>

CSS

.icon-text-selection {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.998%203.022c2.198-.052%203.272-.117%204%201.493m0%200c.557-1.252%201.39-1.608%204-1.493m-4%201.493V18.95m0%200c.23%201.738%201.136%202.153%204%201.99m-4-1.99c-.304%201.781-1.226%202.224-4%201.99m1-8.959h6m10.972%203.982v4.48m0-4.48c.047-.82.049-1.443-.05-1.953c-.233-1.2-1.491-1.925-2.71-2.072c-1.165-.14-2.1.159-3.047%201.534m5.807%202.491h-2.84c-.436%200-.876.021-1.296.138c-2.569.712-2.38%204.303.196%204.746q.431.075.868.057c.677-.03%201.3-.356%201.837-.769c.627-.484%201.235-1.16%201.235-2.18z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.998%203.022c2.198-.052%203.272-.117%204%201.493m0%200c.557-1.252%201.39-1.608%204-1.493m-4%201.493V18.95m0%200c.23%201.738%201.136%202.153%204%201.99m-4-1.99c-.304%201.781-1.226%202.224-4%201.99m1-8.959h6m10.972%203.982v4.48m0-4.48c.047-.82.049-1.443-.05-1.953c-.233-1.2-1.491-1.925-2.71-2.072c-1.165-.14-2.1.159-3.047%201.534m5.807%202.491h-2.84c-.436%200-.876.021-1.296.138c-2.569.712-2.38%204.303.196%204.746q.431.075.868.057c.677-.03%201.3-.356%201.837-.769c.627-.484%201.235-1.16%201.235-2.18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/text-selection.svg?color=%231a73e8&size=48