text selection icon
text-selection-bold-duotone from Solar by 480 Design · Bold Duotone · Text Formatting · CC-BY-4.0 Attribution required.
- Name
- text-selection-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- 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
backspace-bolderaser-bolderaser-circle-bolderaser-square-boldlink-boldlink-broken-bold-duotonelink-circle-boldlink-minimalistic-2-boldlink-minimalistic-boldlink-round-angle-boldlink-round-boldlink-square-boldparagraph-spacing-boldquote-boldquote-circle-boldquote-square-boldtext-bold-boldtext-bold-circle-boldtext-bold-square-boldtext-circle-boldtext-cross-boldtext-cross-circle-boldtext-cross-square-boldtext-field-bold
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 fill-rule="evenodd" d="M8.25 9C8.25 8.58579 8.58579 8.25 9 8.25H15C15.4142 8.25 15.75 8.58579 15.75 9C15.75 9.41421 15.4142 9.75 15 9.75H12.75V15C12.75 15.4142 12.4142 15.75 12 15.75C11.5858 15.75 11.25 15.4142 11.25 15V9.75H9C8.58579 9.75 8.25 9.41421 8.25 9Z" clip-rule="evenodd"/><path d="M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z"/><path d="M4 22C5.10457 22 6 21.1046 6 20C6 18.8954 5.10457 18 4 18C2.89543 18 2 18.8954 2 20C2 21.1046 2.89543 22 4 22Z"/><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="M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z"/><g opacity=".5"><path d="M4.75 5.85462C4.51839 5.94837 4.26523 6 4 6C3.73477 6 3.48161 5.94837 3.25 5.85462V18.1454C3.48161 18.0516 3.73477 18 4 18C4.26523 18 4.51839 18.0516 4.75 18.1454V5.85462Z"/><path d="M5.85462 4.75H18.1454C18.0516 4.51839 18 4.26523 18 4C18 3.73477 18.0516 3.48161 18.1454 3.25H5.85462C5.94837 3.48161 6 3.73477 6 4C6 4.26523 5.94837 4.51839 5.85462 4.75Z"/><path d="M19.25 5.85462C19.4816 5.94837 19.7348 6 20 6C20.2652 6 20.5184 5.94837 20.75 5.85462V18.1454C20.5184 18.0516 20.2652 18 20 18C19.7348 18 19.4816 18.0516 19.25 18.1454V5.85462Z"/><path d="M18.1454 19.25H5.85462C5.94837 19.4816 6 19.7348 6 20C6 20.2652 5.94837 20.5184 5.85462 20.75H18.1454C18.0516 20.5184 18 20.2652 18 20C18 19.7348 18.0516 19.4816 18.1454 19.25Z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function SolarTextSelectionBoldDuotone(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 9C8.25 8.58579 8.58579 8.25 9 8.25H15C15.4142 8.25 15.75 8.58579 15.75 9C15.75 9.41421 15.4142 9.75 15 9.75H12.75V15C12.75 15.4142 12.4142 15.75 12 15.75C11.5858 15.75 11.25 15.4142 11.25 15V9.75H9C8.58579 9.75 8.25 9.41421 8.25 9Z" clipRule="evenodd"/><path d="M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z"/><path d="M4 22C5.10457 22 6 21.1046 6 20C6 18.8954 5.10457 18 4 18C2.89543 18 2 18.8954 2 20C2 21.1046 2.89543 22 4 22Z"/><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="M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z"/><g opacity=".5"><path d="M4.75 5.85462C4.51839 5.94837 4.26523 6 4 6C3.73477 6 3.48161 5.94837 3.25 5.85462V18.1454C3.48161 18.0516 3.73477 18 4 18C4.26523 18 4.51839 18.0516 4.75 18.1454V5.85462Z"/><path d="M5.85462 4.75H18.1454C18.0516 4.51839 18 4.26523 18 4C18 3.73477 18.0516 3.48161 18.1454 3.25H5.85462C5.94837 3.48161 6 3.73477 6 4C6 4.26523 5.94837 4.51839 5.85462 4.75Z"/><path d="M19.25 5.85462C19.4816 5.94837 19.7348 6 20 6C20.2652 6 20.5184 5.94837 20.75 5.85462V18.1454C20.5184 18.0516 20.2652 18 20 18C19.7348 18 19.4816 18.0516 19.25 18.1454V5.85462Z"/><path d="M18.1454 19.25H5.85462C5.94837 19.4816 6 19.7348 6 20C6 20.2652 5.94837 20.5184 5.85462 20.75H18.1454C18.0516 20.5184 18 20.2652 18 20C18 19.7348 18.0516 19.4816 18.1454 19.25Z"/></g></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 9C8.25 8.58579 8.58579 8.25 9 8.25H15C15.4142 8.25 15.75 8.58579 15.75 9C15.75 9.41421 15.4142 9.75 15 9.75H12.75V15C12.75 15.4142 12.4142 15.75 12 15.75C11.5858 15.75 11.25 15.4142 11.25 15V9.75H9C8.58579 9.75 8.25 9.41421 8.25 9Z" clip-rule="evenodd"/><path d="M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z"/><path d="M4 22C5.10457 22 6 21.1046 6 20C6 18.8954 5.10457 18 4 18C2.89543 18 2 18.8954 2 20C2 21.1046 2.89543 22 4 22Z"/><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="M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z"/><g opacity=".5"><path d="M4.75 5.85462C4.51839 5.94837 4.26523 6 4 6C3.73477 6 3.48161 5.94837 3.25 5.85462V18.1454C3.48161 18.0516 3.73477 18 4 18C4.26523 18 4.51839 18.0516 4.75 18.1454V5.85462Z"/><path d="M5.85462 4.75H18.1454C18.0516 4.51839 18 4.26523 18 4C18 3.73477 18.0516 3.48161 18.1454 3.25H5.85462C5.94837 3.48161 6 3.73477 6 4C6 4.26523 5.94837 4.51839 5.85462 4.75Z"/><path d="M19.25 5.85462C19.4816 5.94837 19.7348 6 20 6C20.2652 6 20.5184 5.94837 20.75 5.85462V18.1454C20.5184 18.0516 20.2652 18 20 18C19.7348 18 19.4816 18.0516 19.25 18.1454V5.85462Z"/><path d="M18.1454 19.25H5.85462C5.94837 19.4816 6 19.7348 6 20C6 20.2652 5.94837 20.5184 5.85462 20.75H18.1454C18.0516 20.5184 18 20.2652 18 20C18 19.7348 18.0516 19.4816 18.1454 19.25Z"/></g></g></svg> </template>
CSS
.icon-text-selection-bold-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%209C8.25%208.58579%208.58579%208.25%209%208.25H15C15.4142%208.25%2015.75%208.58579%2015.75%209C15.75%209.41421%2015.4142%209.75%2015%209.75H12.75V15C12.75%2015.4142%2012.4142%2015.75%2012%2015.75C11.5858%2015.75%2011.25%2015.4142%2011.25%2015V9.75H9C8.58579%209.75%208.25%209.41421%208.25%209Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%206C5.10457%206%206%205.10457%206%204C6%202.89543%205.10457%202%204%202C2.89543%202%202%202.89543%202%204C2%205.10457%202.89543%206%204%206Z%22%2F%3E%3Cpath%20d%3D%22M4%2022C5.10457%2022%206%2021.1046%206%2020C6%2018.8954%205.10457%2018%204%2018C2.89543%2018%202%2018.8954%202%2020C2%2021.1046%202.89543%2022%204%2022Z%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%22M20%2022C21.1046%2022%2022%2021.1046%2022%2020C22%2018.8954%2021.1046%2018%2020%2018C18.8954%2018%2018%2018.8954%2018%2020C18%2021.1046%2018.8954%2022%2020%2022Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M4.75%205.85462C4.51839%205.94837%204.26523%206%204%206C3.73477%206%203.48161%205.94837%203.25%205.85462V18.1454C3.48161%2018.0516%203.73477%2018%204%2018C4.26523%2018%204.51839%2018.0516%204.75%2018.1454V5.85462Z%22%2F%3E%3Cpath%20d%3D%22M5.85462%204.75H18.1454C18.0516%204.51839%2018%204.26523%2018%204C18%203.73477%2018.0516%203.48161%2018.1454%203.25H5.85462C5.94837%203.48161%206%203.73477%206%204C6%204.26523%205.94837%204.51839%205.85462%204.75Z%22%2F%3E%3Cpath%20d%3D%22M19.25%205.85462C19.4816%205.94837%2019.7348%206%2020%206C20.2652%206%2020.5184%205.94837%2020.75%205.85462V18.1454C20.5184%2018.0516%2020.2652%2018%2020%2018C19.7348%2018%2019.4816%2018.0516%2019.25%2018.1454V5.85462Z%22%2F%3E%3Cpath%20d%3D%22M18.1454%2019.25H5.85462C5.94837%2019.4816%206%2019.7348%206%2020C6%2020.2652%205.94837%2020.5184%205.85462%2020.75H18.1454C18.0516%2020.5184%2018%2020.2652%2018%2020C18%2019.7348%2018.0516%2019.4816%2018.1454%2019.25Z%22%2F%3E%3C%2Fg%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%209C8.25%208.58579%208.58579%208.25%209%208.25H15C15.4142%208.25%2015.75%208.58579%2015.75%209C15.75%209.41421%2015.4142%209.75%2015%209.75H12.75V15C12.75%2015.4142%2012.4142%2015.75%2012%2015.75C11.5858%2015.75%2011.25%2015.4142%2011.25%2015V9.75H9C8.58579%209.75%208.25%209.41421%208.25%209Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%206C5.10457%206%206%205.10457%206%204C6%202.89543%205.10457%202%204%202C2.89543%202%202%202.89543%202%204C2%205.10457%202.89543%206%204%206Z%22%2F%3E%3Cpath%20d%3D%22M4%2022C5.10457%2022%206%2021.1046%206%2020C6%2018.8954%205.10457%2018%204%2018C2.89543%2018%202%2018.8954%202%2020C2%2021.1046%202.89543%2022%204%2022Z%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%22M20%2022C21.1046%2022%2022%2021.1046%2022%2020C22%2018.8954%2021.1046%2018%2020%2018C18.8954%2018%2018%2018.8954%2018%2020C18%2021.1046%2018.8954%2022%2020%2022Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M4.75%205.85462C4.51839%205.94837%204.26523%206%204%206C3.73477%206%203.48161%205.94837%203.25%205.85462V18.1454C3.48161%2018.0516%203.73477%2018%204%2018C4.26523%2018%204.51839%2018.0516%204.75%2018.1454V5.85462Z%22%2F%3E%3Cpath%20d%3D%22M5.85462%204.75H18.1454C18.0516%204.51839%2018%204.26523%2018%204C18%203.73477%2018.0516%203.48161%2018.1454%203.25H5.85462C5.94837%203.48161%206%203.73477%206%204C6%204.26523%205.94837%204.51839%205.85462%204.75Z%22%2F%3E%3Cpath%20d%3D%22M19.25%205.85462C19.4816%205.94837%2019.7348%206%2020%206C20.2652%206%2020.5184%205.94837%2020.75%205.85462V18.1454C20.5184%2018.0516%2020.2652%2018%2020%2018C19.7348%2018%2019.4816%2018.0516%2019.25%2018.1454V5.85462Z%22%2F%3E%3Cpath%20d%3D%22M18.1454%2019.25H5.85462C5.94837%2019.4816%206%2019.7348%206%2020C6%2020.2652%205.94837%2020.5184%205.85462%2020.75H18.1454C18.0516%2020.5184%2018%2020.2652%2018%2020C18%2019.7348%2018.0516%2019.4816%2018.1454%2019.25Z%22%2F%3E%3C%2Fg%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-bold-duotone.svg?color=%231a73e8&size=48