text selection icon

text-selection-linear from Solar by 480 Design · Linear · Text Formatting · CC-BY-4.0 Attribution required.

Name
text-selection-linear
Set
Solar
Style
Linear
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More text formatting icons from Solar

Use the text selection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M9 9H15"/><path stroke-linecap="round" d="M12 15L12 9"/><path d="M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z"/><path d="M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z"/><path d="M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z"/><path d="M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z"/><path stroke-linecap="round" d="M6 20H18"/><path stroke-linecap="round" d="M18 4H6"/><path stroke-linecap="round" d="M20 18L20 6"/><path stroke-linecap="round" d="M4 6L4 18"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextSelectionLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M9 9H15"/><path strokeLinecap="round" d="M12 15L12 9"/><path d="M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z"/><path d="M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z"/><path d="M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z"/><path d="M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z"/><path strokeLinecap="round" d="M6 20H18"/><path strokeLinecap="round" d="M18 4H6"/><path strokeLinecap="round" d="M20 18L20 6"/><path strokeLinecap="round" d="M4 6L4 18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M9 9H15"/><path stroke-linecap="round" d="M12 15L12 9"/><path d="M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z"/><path d="M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z"/><path d="M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z"/><path d="M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z"/><path stroke-linecap="round" d="M6 20H18"/><path stroke-linecap="round" d="M18 4H6"/><path stroke-linecap="round" d="M20 18L20 6"/><path stroke-linecap="round" d="M4 6L4 18"/></g></svg>
</template>

CSS

.icon-text-selection-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%209H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015L12%209%22%2F%3E%3Cpath%20d%3D%22M6%204C6%205.10457%205.10457%206%204%206C2.89543%206%202%205.10457%202%204C2%202.89543%202.89543%202%204%202C5.10457%202%206%202.89543%206%204Z%22%2F%3E%3Cpath%20d%3D%22M6%2020C6%2021.1046%205.10457%2022%204%2022C2.89543%2022%202%2021.1046%202%2020C2%2018.8954%202.89543%2018%204%2018C5.10457%2018%206%2018.8954%206%2020Z%22%2F%3E%3Cpath%20d%3D%22M22%204C22%205.10457%2021.1046%206%2020%206C18.8954%206%2018%205.10457%2018%204C18%202.89543%2018.8954%202%2020%202C21.1046%202%2022%202.89543%2022%204Z%22%2F%3E%3Cpath%20d%3D%22M22%2020C22%2021.1046%2021.1046%2022%2020%2022C18.8954%2022%2018%2021.1046%2018%2020C18%2018.8954%2018.8954%2018%2020%2018C21.1046%2018%2022%2018.8954%2022%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%204H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2018L20%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%206L4%2018%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%209H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015L12%209%22%2F%3E%3Cpath%20d%3D%22M6%204C6%205.10457%205.10457%206%204%206C2.89543%206%202%205.10457%202%204C2%202.89543%202.89543%202%204%202C5.10457%202%206%202.89543%206%204Z%22%2F%3E%3Cpath%20d%3D%22M6%2020C6%2021.1046%205.10457%2022%204%2022C2.89543%2022%202%2021.1046%202%2020C2%2018.8954%202.89543%2018%204%2018C5.10457%2018%206%2018.8954%206%2020Z%22%2F%3E%3Cpath%20d%3D%22M22%204C22%205.10457%2021.1046%206%2020%206C18.8954%206%2018%205.10457%2018%204C18%202.89543%2018.8954%202%2020%202C21.1046%202%2022%202.89543%2022%204Z%22%2F%3E%3Cpath%20d%3D%22M22%2020C22%2021.1046%2021.1046%2022%2020%2022C18.8954%2022%2018%2021.1046%2018%2020C18%2018.8954%2018.8954%2018%2020%2018C21.1046%2018%2022%2018.8954%2022%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%204H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2018L20%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%206L4%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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