text selection icon

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

Name
text-selection-outline
Set
Solar
Style
Outline
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="currentColor"><path d="M9 8.25C8.58579 8.25 8.25 8.58579 8.25 9C8.25 9.41421 8.58579 9.75 9 9.75H11.25L11.25 15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15L12.75 9.75H15C15.4142 9.75 15.75 9.41421 15.75 9C15.75 8.58579 15.4142 8.25 15 8.25H9Z"/><path fill-rule="evenodd" d="M3.25 6.64648C2.09575 6.32002 1.25 5.25878 1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.25878 1.25 6.32002 2.09575 6.64648 3.25H17.3535C17.68 2.09575 18.7412 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.25878 21.9043 6.32002 20.75 6.64648V17.3535C21.9043 17.68 22.75 18.7412 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.7412 22.75 17.68 21.9043 17.3535 20.75H6.64648C6.32002 21.9043 5.25878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20C1.25 18.7412 2.09575 17.68 3.25 17.3535L3.25 6.64648ZM4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.69036 5.25 5.25 4.69036 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM4.75 17.3535L4.75 6.64648C5.66584 6.38745 6.38745 5.66584 6.64648 4.75H17.3535C17.6125 5.66584 18.3342 6.38745 19.25 6.64648V17.3535C18.3342 17.6125 17.6125 18.3342 17.3535 19.25H6.64648C6.38745 18.3342 5.66584 17.6125 4.75 17.3535ZM4 18.75C3.30964 18.75 2.75 19.3096 2.75 20C2.75 20.6904 3.30964 21.25 4 21.25C4.69036 21.25 5.25 20.6904 5.25 20C5.25 19.3096 4.69036 18.75 4 18.75ZM21.25 4C21.25 4.69036 20.6904 5.25 20 5.25C19.3096 5.25 18.75 4.69036 18.75 4C18.75 3.30964 19.3096 2.75 20 2.75C20.6904 2.75 21.25 3.30964 21.25 4ZM18.75 20C18.75 19.3096 19.3096 18.75 20 18.75C20.6904 18.75 21.25 19.3096 21.25 20C21.25 20.6904 20.6904 21.25 20 21.25C19.3096 21.25 18.75 20.6904 18.75 20Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTextSelectionOutline(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.25C8.58579 8.25 8.25 8.58579 8.25 9C8.25 9.41421 8.58579 9.75 9 9.75H11.25L11.25 15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15L12.75 9.75H15C15.4142 9.75 15.75 9.41421 15.75 9C15.75 8.58579 15.4142 8.25 15 8.25H9Z"/><path fillRule="evenodd" d="M3.25 6.64648C2.09575 6.32002 1.25 5.25878 1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.25878 1.25 6.32002 2.09575 6.64648 3.25H17.3535C17.68 2.09575 18.7412 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.25878 21.9043 6.32002 20.75 6.64648V17.3535C21.9043 17.68 22.75 18.7412 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.7412 22.75 17.68 21.9043 17.3535 20.75H6.64648C6.32002 21.9043 5.25878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20C1.25 18.7412 2.09575 17.68 3.25 17.3535L3.25 6.64648ZM4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.69036 5.25 5.25 4.69036 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM4.75 17.3535L4.75 6.64648C5.66584 6.38745 6.38745 5.66584 6.64648 4.75H17.3535C17.6125 5.66584 18.3342 6.38745 19.25 6.64648V17.3535C18.3342 17.6125 17.6125 18.3342 17.3535 19.25H6.64648C6.38745 18.3342 5.66584 17.6125 4.75 17.3535ZM4 18.75C3.30964 18.75 2.75 19.3096 2.75 20C2.75 20.6904 3.30964 21.25 4 21.25C4.69036 21.25 5.25 20.6904 5.25 20C5.25 19.3096 4.69036 18.75 4 18.75ZM21.25 4C21.25 4.69036 20.6904 5.25 20 5.25C19.3096 5.25 18.75 4.69036 18.75 4C18.75 3.30964 19.3096 2.75 20 2.75C20.6904 2.75 21.25 3.30964 21.25 4ZM18.75 20C18.75 19.3096 19.3096 18.75 20 18.75C20.6904 18.75 21.25 19.3096 21.25 20C21.25 20.6904 20.6904 21.25 20 21.25C19.3096 21.25 18.75 20.6904 18.75 20Z" 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.25C8.58579 8.25 8.25 8.58579 8.25 9C8.25 9.41421 8.58579 9.75 9 9.75H11.25L11.25 15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15L12.75 9.75H15C15.4142 9.75 15.75 9.41421 15.75 9C15.75 8.58579 15.4142 8.25 15 8.25H9Z"/><path fill-rule="evenodd" d="M3.25 6.64648C2.09575 6.32002 1.25 5.25878 1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.25878 1.25 6.32002 2.09575 6.64648 3.25H17.3535C17.68 2.09575 18.7412 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.25878 21.9043 6.32002 20.75 6.64648V17.3535C21.9043 17.68 22.75 18.7412 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.7412 22.75 17.68 21.9043 17.3535 20.75H6.64648C6.32002 21.9043 5.25878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20C1.25 18.7412 2.09575 17.68 3.25 17.3535L3.25 6.64648ZM4 2.75C3.30964 2.75 2.75 3.30964 2.75 4C2.75 4.69036 3.30964 5.25 4 5.25C4.69036 5.25 5.25 4.69036 5.25 4C5.25 3.30964 4.69036 2.75 4 2.75ZM4.75 17.3535L4.75 6.64648C5.66584 6.38745 6.38745 5.66584 6.64648 4.75H17.3535C17.6125 5.66584 18.3342 6.38745 19.25 6.64648V17.3535C18.3342 17.6125 17.6125 18.3342 17.3535 19.25H6.64648C6.38745 18.3342 5.66584 17.6125 4.75 17.3535ZM4 18.75C3.30964 18.75 2.75 19.3096 2.75 20C2.75 20.6904 3.30964 21.25 4 21.25C4.69036 21.25 5.25 20.6904 5.25 20C5.25 19.3096 4.69036 18.75 4 18.75ZM21.25 4C21.25 4.69036 20.6904 5.25 20 5.25C19.3096 5.25 18.75 4.69036 18.75 4C18.75 3.30964 19.3096 2.75 20 2.75C20.6904 2.75 21.25 3.30964 21.25 4ZM18.75 20C18.75 19.3096 19.3096 18.75 20 18.75C20.6904 18.75 21.25 19.3096 21.25 20C21.25 20.6904 20.6904 21.25 20 21.25C19.3096 21.25 18.75 20.6904 18.75 20Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-text-selection-outline {
  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.25C8.58579%208.25%208.25%208.58579%208.25%209C8.25%209.41421%208.58579%209.75%209%209.75H11.25L11.25%2015C11.25%2015.4142%2011.5858%2015.75%2012%2015.75C12.4142%2015.75%2012.75%2015.4142%2012.75%2015L12.75%209.75H15C15.4142%209.75%2015.75%209.41421%2015.75%209C15.75%208.58579%2015.4142%208.25%2015%208.25H9Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%206.64648C2.09575%206.32002%201.25%205.25878%201.25%204C1.25%202.48122%202.48122%201.25%204%201.25C5.25878%201.25%206.32002%202.09575%206.64648%203.25H17.3535C17.68%202.09575%2018.7412%201.25%2020%201.25C21.5188%201.25%2022.75%202.48122%2022.75%204C22.75%205.25878%2021.9043%206.32002%2020.75%206.64648V17.3535C21.9043%2017.68%2022.75%2018.7412%2022.75%2020C22.75%2021.5188%2021.5188%2022.75%2020%2022.75C18.7412%2022.75%2017.68%2021.9043%2017.3535%2020.75H6.64648C6.32002%2021.9043%205.25878%2022.75%204%2022.75C2.48122%2022.75%201.25%2021.5188%201.25%2020C1.25%2018.7412%202.09575%2017.68%203.25%2017.3535L3.25%206.64648ZM4%202.75C3.30964%202.75%202.75%203.30964%202.75%204C2.75%204.69036%203.30964%205.25%204%205.25C4.69036%205.25%205.25%204.69036%205.25%204C5.25%203.30964%204.69036%202.75%204%202.75ZM4.75%2017.3535L4.75%206.64648C5.66584%206.38745%206.38745%205.66584%206.64648%204.75H17.3535C17.6125%205.66584%2018.3342%206.38745%2019.25%206.64648V17.3535C18.3342%2017.6125%2017.6125%2018.3342%2017.3535%2019.25H6.64648C6.38745%2018.3342%205.66584%2017.6125%204.75%2017.3535ZM4%2018.75C3.30964%2018.75%202.75%2019.3096%202.75%2020C2.75%2020.6904%203.30964%2021.25%204%2021.25C4.69036%2021.25%205.25%2020.6904%205.25%2020C5.25%2019.3096%204.69036%2018.75%204%2018.75ZM21.25%204C21.25%204.69036%2020.6904%205.25%2020%205.25C19.3096%205.25%2018.75%204.69036%2018.75%204C18.75%203.30964%2019.3096%202.75%2020%202.75C20.6904%202.75%2021.25%203.30964%2021.25%204ZM18.75%2020C18.75%2019.3096%2019.3096%2018.75%2020%2018.75C20.6904%2018.75%2021.25%2019.3096%2021.25%2020C21.25%2020.6904%2020.6904%2021.25%2020%2021.25C19.3096%2021.25%2018.75%2020.6904%2018.75%2020Z%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.25C8.58579%208.25%208.25%208.58579%208.25%209C8.25%209.41421%208.58579%209.75%209%209.75H11.25L11.25%2015C11.25%2015.4142%2011.5858%2015.75%2012%2015.75C12.4142%2015.75%2012.75%2015.4142%2012.75%2015L12.75%209.75H15C15.4142%209.75%2015.75%209.41421%2015.75%209C15.75%208.58579%2015.4142%208.25%2015%208.25H9Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%206.64648C2.09575%206.32002%201.25%205.25878%201.25%204C1.25%202.48122%202.48122%201.25%204%201.25C5.25878%201.25%206.32002%202.09575%206.64648%203.25H17.3535C17.68%202.09575%2018.7412%201.25%2020%201.25C21.5188%201.25%2022.75%202.48122%2022.75%204C22.75%205.25878%2021.9043%206.32002%2020.75%206.64648V17.3535C21.9043%2017.68%2022.75%2018.7412%2022.75%2020C22.75%2021.5188%2021.5188%2022.75%2020%2022.75C18.7412%2022.75%2017.68%2021.9043%2017.3535%2020.75H6.64648C6.32002%2021.9043%205.25878%2022.75%204%2022.75C2.48122%2022.75%201.25%2021.5188%201.25%2020C1.25%2018.7412%202.09575%2017.68%203.25%2017.3535L3.25%206.64648ZM4%202.75C3.30964%202.75%202.75%203.30964%202.75%204C2.75%204.69036%203.30964%205.25%204%205.25C4.69036%205.25%205.25%204.69036%205.25%204C5.25%203.30964%204.69036%202.75%204%202.75ZM4.75%2017.3535L4.75%206.64648C5.66584%206.38745%206.38745%205.66584%206.64648%204.75H17.3535C17.6125%205.66584%2018.3342%206.38745%2019.25%206.64648V17.3535C18.3342%2017.6125%2017.6125%2018.3342%2017.3535%2019.25H6.64648C6.38745%2018.3342%205.66584%2017.6125%204.75%2017.3535ZM4%2018.75C3.30964%2018.75%202.75%2019.3096%202.75%2020C2.75%2020.6904%203.30964%2021.25%204%2021.25C4.69036%2021.25%205.25%2020.6904%205.25%2020C5.25%2019.3096%204.69036%2018.75%204%2018.75ZM21.25%204C21.25%204.69036%2020.6904%205.25%2020%205.25C19.3096%205.25%2018.75%204.69036%2018.75%204C18.75%203.30964%2019.3096%202.75%2020%202.75C20.6904%202.75%2021.25%203.30964%2021.25%204ZM18.75%2020C18.75%2019.3096%2019.3096%2018.75%2020%2018.75C20.6904%2018.75%2021.25%2019.3096%2021.25%2020C21.25%2020.6904%2020.6904%2021.25%2020%2021.25C19.3096%2021.25%2018.75%2020.6904%2018.75%2020Z%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/solar/text-selection-outline.svg?color=%231a73e8&size=48