text square icon

text-square-bold from Solar by 480 Design · Bold · Text Formatting · CC-BY-4.0 Attribution required.

Name
text-square-bold
Set
Solar
Style
Bold
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 square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447ZM9.95197 6.25C9.52211 6.24993 9.12024 6.24986 8.79192 6.29891C8.42102 6.35432 8.04 6.4853 7.73542 6.82371C7.44103 7.15082 7.3371 7.54061 7.29204 7.91294C7.24993 8.26096 7.24996 8.69238 7.25 9.17954L7.25 9.75C7.25 10.1642 7.58579 10.5 8 10.5C8.41421 10.5 8.75 10.1642 8.75 9.75V9.22222C8.75 8.67931 8.75129 8.34011 8.78118 8.09313C8.7952 7.97725 8.81273 7.91048 8.8269 7.87221C8.83885 7.83993 8.84739 7.83046 8.85023 7.82731L8.85104 7.82637C8.8524 7.82473 8.8534 7.82353 8.86242 7.8194C8.87904 7.8118 8.92168 7.79617 9.01354 7.78245C9.21765 7.75196 9.50511 7.75 10 7.75H11.25V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H12.75V7.75H14C14.4949 7.75 14.7824 7.75196 14.9865 7.78245C15.0783 7.79617 15.121 7.8118 15.1376 7.8194C15.1466 7.82353 15.1476 7.82473 15.149 7.82637L15.1496 7.82716C15.1525 7.83031 15.1611 7.83993 15.1731 7.87221C15.1873 7.91048 15.2048 7.97725 15.2188 8.09313C15.2487 8.34011 15.25 8.67931 15.25 9.22222V9.75C15.25 10.1642 15.5858 10.5 16 10.5C16.4142 10.5 16.75 10.1642 16.75 9.75L16.75 9.17953C16.75 8.69238 16.7501 8.26096 16.708 7.91294C16.6629 7.54061 16.559 7.15082 16.2646 6.82371C15.96 6.4853 15.579 6.35432 15.2081 6.29891C14.8798 6.24986 14.4779 6.24993 14.048 6.25H9.95197Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarTextSquareBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447ZM9.95197 6.25C9.52211 6.24993 9.12024 6.24986 8.79192 6.29891C8.42102 6.35432 8.04 6.4853 7.73542 6.82371C7.44103 7.15082 7.3371 7.54061 7.29204 7.91294C7.24993 8.26096 7.24996 8.69238 7.25 9.17954L7.25 9.75C7.25 10.1642 7.58579 10.5 8 10.5C8.41421 10.5 8.75 10.1642 8.75 9.75V9.22222C8.75 8.67931 8.75129 8.34011 8.78118 8.09313C8.7952 7.97725 8.81273 7.91048 8.8269 7.87221C8.83885 7.83993 8.84739 7.83046 8.85023 7.82731L8.85104 7.82637C8.8524 7.82473 8.8534 7.82353 8.86242 7.8194C8.87904 7.8118 8.92168 7.79617 9.01354 7.78245C9.21765 7.75196 9.50511 7.75 10 7.75H11.25V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H12.75V7.75H14C14.4949 7.75 14.7824 7.75196 14.9865 7.78245C15.0783 7.79617 15.121 7.8118 15.1376 7.8194C15.1466 7.82353 15.1476 7.82473 15.149 7.82637L15.1496 7.82716C15.1525 7.83031 15.1611 7.83993 15.1731 7.87221C15.1873 7.91048 15.2048 7.97725 15.2188 8.09313C15.2487 8.34011 15.25 8.67931 15.25 9.22222V9.75C15.25 10.1642 15.5858 10.5 16 10.5C16.4142 10.5 16.75 10.1642 16.75 9.75L16.75 9.17953C16.75 8.69238 16.7501 8.26096 16.708 7.91294C16.6629 7.54061 16.559 7.15082 16.2646 6.82371C15.96 6.4853 15.579 6.35432 15.2081 6.29891C14.8798 6.24986 14.4779 6.24993 14.048 6.25H9.95197Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447ZM9.95197 6.25C9.52211 6.24993 9.12024 6.24986 8.79192 6.29891C8.42102 6.35432 8.04 6.4853 7.73542 6.82371C7.44103 7.15082 7.3371 7.54061 7.29204 7.91294C7.24993 8.26096 7.24996 8.69238 7.25 9.17954L7.25 9.75C7.25 10.1642 7.58579 10.5 8 10.5C8.41421 10.5 8.75 10.1642 8.75 9.75V9.22222C8.75 8.67931 8.75129 8.34011 8.78118 8.09313C8.7952 7.97725 8.81273 7.91048 8.8269 7.87221C8.83885 7.83993 8.84739 7.83046 8.85023 7.82731L8.85104 7.82637C8.8524 7.82473 8.8534 7.82353 8.86242 7.8194C8.87904 7.8118 8.92168 7.79617 9.01354 7.78245C9.21765 7.75196 9.50511 7.75 10 7.75H11.25V16.25H9.5C9.08579 16.25 8.75 16.5858 8.75 17C8.75 17.4142 9.08579 17.75 9.5 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H12.75V7.75H14C14.4949 7.75 14.7824 7.75196 14.9865 7.78245C15.0783 7.79617 15.121 7.8118 15.1376 7.8194C15.1466 7.82353 15.1476 7.82473 15.149 7.82637L15.1496 7.82716C15.1525 7.83031 15.1611 7.83993 15.1731 7.87221C15.1873 7.91048 15.2048 7.97725 15.2188 8.09313C15.2487 8.34011 15.25 8.67931 15.25 9.22222V9.75C15.25 10.1642 15.5858 10.5 16 10.5C16.4142 10.5 16.75 10.1642 16.75 9.75L16.75 9.17953C16.75 8.69238 16.7501 8.26096 16.708 7.91294C16.6629 7.54061 16.559 7.15082 16.2646 6.82371C15.96 6.4853 15.579 6.35432 15.2081 6.29891C14.8798 6.24986 14.4779 6.24993 14.048 6.25H9.95197Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-text-square-bold {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447ZM9.95197%206.25C9.52211%206.24993%209.12024%206.24986%208.79192%206.29891C8.42102%206.35432%208.04%206.4853%207.73542%206.82371C7.44103%207.15082%207.3371%207.54061%207.29204%207.91294C7.24993%208.26096%207.24996%208.69238%207.25%209.17954L7.25%209.75C7.25%2010.1642%207.58579%2010.5%208%2010.5C8.41421%2010.5%208.75%2010.1642%208.75%209.75V9.22222C8.75%208.67931%208.75129%208.34011%208.78118%208.09313C8.7952%207.97725%208.81273%207.91048%208.8269%207.87221C8.83885%207.83993%208.84739%207.83046%208.85023%207.82731L8.85104%207.82637C8.8524%207.82473%208.8534%207.82353%208.86242%207.8194C8.87904%207.8118%208.92168%207.79617%209.01354%207.78245C9.21765%207.75196%209.50511%207.75%2010%207.75H11.25V16.25H9.5C9.08579%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%209.08579%2017.75%209.5%2017.75H15C15.4142%2017.75%2015.75%2017.4142%2015.75%2017C15.75%2016.5858%2015.4142%2016.25%2015%2016.25H12.75V7.75H14C14.4949%207.75%2014.7824%207.75196%2014.9865%207.78245C15.0783%207.79617%2015.121%207.8118%2015.1376%207.8194C15.1466%207.82353%2015.1476%207.82473%2015.149%207.82637L15.1496%207.82716C15.1525%207.83031%2015.1611%207.83993%2015.1731%207.87221C15.1873%207.91048%2015.2048%207.97725%2015.2188%208.09313C15.2487%208.34011%2015.25%208.67931%2015.25%209.22222V9.75C15.25%2010.1642%2015.5858%2010.5%2016%2010.5C16.4142%2010.5%2016.75%2010.1642%2016.75%209.75L16.75%209.17953C16.75%208.69238%2016.7501%208.26096%2016.708%207.91294C16.6629%207.54061%2016.559%207.15082%2016.2646%206.82371C15.96%206.4853%2015.579%206.35432%2015.2081%206.29891C14.8798%206.24986%2014.4779%206.24993%2014.048%206.25H9.95197Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447ZM9.95197%206.25C9.52211%206.24993%209.12024%206.24986%208.79192%206.29891C8.42102%206.35432%208.04%206.4853%207.73542%206.82371C7.44103%207.15082%207.3371%207.54061%207.29204%207.91294C7.24993%208.26096%207.24996%208.69238%207.25%209.17954L7.25%209.75C7.25%2010.1642%207.58579%2010.5%208%2010.5C8.41421%2010.5%208.75%2010.1642%208.75%209.75V9.22222C8.75%208.67931%208.75129%208.34011%208.78118%208.09313C8.7952%207.97725%208.81273%207.91048%208.8269%207.87221C8.83885%207.83993%208.84739%207.83046%208.85023%207.82731L8.85104%207.82637C8.8524%207.82473%208.8534%207.82353%208.86242%207.8194C8.87904%207.8118%208.92168%207.79617%209.01354%207.78245C9.21765%207.75196%209.50511%207.75%2010%207.75H11.25V16.25H9.5C9.08579%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%209.08579%2017.75%209.5%2017.75H15C15.4142%2017.75%2015.75%2017.4142%2015.75%2017C15.75%2016.5858%2015.4142%2016.25%2015%2016.25H12.75V7.75H14C14.4949%207.75%2014.7824%207.75196%2014.9865%207.78245C15.0783%207.79617%2015.121%207.8118%2015.1376%207.8194C15.1466%207.82353%2015.1476%207.82473%2015.149%207.82637L15.1496%207.82716C15.1525%207.83031%2015.1611%207.83993%2015.1731%207.87221C15.1873%207.91048%2015.2048%207.97725%2015.2188%208.09313C15.2487%208.34011%2015.25%208.67931%2015.25%209.22222V9.75C15.25%2010.1642%2015.5858%2010.5%2016%2010.5C16.4142%2010.5%2016.75%2010.1642%2016.75%209.75L16.75%209.17953C16.75%208.69238%2016.7501%208.26096%2016.708%207.91294C16.6629%207.54061%2016.559%207.15082%2016.2646%206.82371C15.96%206.4853%2015.579%206.35432%2015.2081%206.29891C14.8798%206.24986%2014.4779%206.24993%2014.048%206.25H9.95197Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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