text square2 icon

text-square2-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.

Name
text-square2-filled
Set
Reicon
Style
Filled
Category
Text-formatting
Viewbox
24×24
License
MIT

2 other variants in Reicon

More text-formatting icons from Reicon

Use the text square2 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="M14.467 2a1 1 0 0 0-.165.015C13.552 2 12.722 2 11.807 2h-.114c-.915 0-1.744 0-2.495.015A1 1 0 0 0 9.033 2c-2.485.057-4.255.28-5.496 1.523l-.007.007l-.007.007C2.28 4.777 2.057 6.548 2 9.033a1 1 0 0 0 .015.165L2.01 9.5h1.74a2.25 2.25 0 0 1 0 4.5H2.01l.005.302a1 1 0 0 0-.015.165c.057 2.485.28 4.255 1.523 5.496l.007.007l.007.007c1.24 1.243 3.011 1.466 5.496 1.523a1 1 0 0 0 .165-.015c.75.015 1.58.015 2.495.015h.114c.915 0 1.744 0 2.495-.015q.08.017.165.015c2.485-.057 4.255-.28 5.496-1.523l.007-.007l.007-.007c1.243-1.24 1.466-3.011 1.523-5.496a1 1 0 0 0-.015-.165L21.49 14h-1.74a2.25 2.25 0 0 1 0-4.5h1.74l-.005-.302a1 1 0 0 0 .015-.165c-.057-2.485-.28-4.255-1.523-5.496l-.007-.007l-.007-.007C18.723 2.28 16.952 2.057 14.467 2M7.75 7a.75.75 0 0 0 0 1.5H11v7.25a.75.75 0 0 0 1.5 0V8.5h3.25a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M19 11.75a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M1.75 11a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTextSquare2Filled(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="M14.467 2a1 1 0 0 0-.165.015C13.552 2 12.722 2 11.807 2h-.114c-.915 0-1.744 0-2.495.015A1 1 0 0 0 9.033 2c-2.485.057-4.255.28-5.496 1.523l-.007.007l-.007.007C2.28 4.777 2.057 6.548 2 9.033a1 1 0 0 0 .015.165L2.01 9.5h1.74a2.25 2.25 0 0 1 0 4.5H2.01l.005.302a1 1 0 0 0-.015.165c.057 2.485.28 4.255 1.523 5.496l.007.007l.007.007c1.24 1.243 3.011 1.466 5.496 1.523a1 1 0 0 0 .165-.015c.75.015 1.58.015 2.495.015h.114c.915 0 1.744 0 2.495-.015q.08.017.165.015c2.485-.057 4.255-.28 5.496-1.523l.007-.007l.007-.007c1.243-1.24 1.466-3.011 1.523-5.496a1 1 0 0 0-.015-.165L21.49 14h-1.74a2.25 2.25 0 0 1 0-4.5h1.74l-.005-.302a1 1 0 0 0 .015-.165c-.057-2.485-.28-4.255-1.523-5.496l-.007-.007l-.007-.007C18.723 2.28 16.952 2.057 14.467 2M7.75 7a.75.75 0 0 0 0 1.5H11v7.25a.75.75 0 0 0 1.5 0V8.5h3.25a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/><path d="M19 11.75a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M1.75 11a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5z"/></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="M14.467 2a1 1 0 0 0-.165.015C13.552 2 12.722 2 11.807 2h-.114c-.915 0-1.744 0-2.495.015A1 1 0 0 0 9.033 2c-2.485.057-4.255.28-5.496 1.523l-.007.007l-.007.007C2.28 4.777 2.057 6.548 2 9.033a1 1 0 0 0 .015.165L2.01 9.5h1.74a2.25 2.25 0 0 1 0 4.5H2.01l.005.302a1 1 0 0 0-.015.165c.057 2.485.28 4.255 1.523 5.496l.007.007l.007.007c1.24 1.243 3.011 1.466 5.496 1.523a1 1 0 0 0 .165-.015c.75.015 1.58.015 2.495.015h.114c.915 0 1.744 0 2.495-.015q.08.017.165.015c2.485-.057 4.255-.28 5.496-1.523l.007-.007l.007-.007c1.243-1.24 1.466-3.011 1.523-5.496a1 1 0 0 0-.015-.165L21.49 14h-1.74a2.25 2.25 0 0 1 0-4.5h1.74l-.005-.302a1 1 0 0 0 .015-.165c-.057-2.485-.28-4.255-1.523-5.496l-.007-.007l-.007-.007C18.723 2.28 16.952 2.057 14.467 2M7.75 7a.75.75 0 0 0 0 1.5H11v7.25a.75.75 0 0 0 1.5 0V8.5h3.25a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M19 11.75a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M1.75 11a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5z"/></g></svg>
</template>

CSS

.icon-text-square2-filled {
  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%22M14.467%202a1%201%200%200%200-.165.015C13.552%202%2012.722%202%2011.807%202h-.114c-.915%200-1.744%200-2.495.015A1%201%200%200%200%209.033%202c-2.485.057-4.255.28-5.496%201.523l-.007.007l-.007.007C2.28%204.777%202.057%206.548%202%209.033a1%201%200%200%200%20.015.165L2.01%209.5h1.74a2.25%202.25%200%200%201%200%204.5H2.01l.005.302a1%201%200%200%200-.015.165c.057%202.485.28%204.255%201.523%205.496l.007.007l.007.007c1.24%201.243%203.011%201.466%205.496%201.523a1%201%200%200%200%20.165-.015c.75.015%201.58.015%202.495.015h.114c.915%200%201.744%200%202.495-.015q.08.017.165.015c2.485-.057%204.255-.28%205.496-1.523l.007-.007l.007-.007c1.243-1.24%201.466-3.011%201.523-5.496a1%201%200%200%200-.015-.165L21.49%2014h-1.74a2.25%202.25%200%200%201%200-4.5h1.74l-.005-.302a1%201%200%200%200%20.015-.165c-.057-2.485-.28-4.255-1.523-5.496l-.007-.007l-.007-.007C18.723%202.28%2016.952%202.057%2014.467%202M7.75%207a.75.75%200%200%200%200%201.5H11v7.25a.75.75%200%200%200%201.5%200V8.5h3.25a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%2011.75a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M1.75%2011a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%200-1.5z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.467%202a1%201%200%200%200-.165.015C13.552%202%2012.722%202%2011.807%202h-.114c-.915%200-1.744%200-2.495.015A1%201%200%200%200%209.033%202c-2.485.057-4.255.28-5.496%201.523l-.007.007l-.007.007C2.28%204.777%202.057%206.548%202%209.033a1%201%200%200%200%20.015.165L2.01%209.5h1.74a2.25%202.25%200%200%201%200%204.5H2.01l.005.302a1%201%200%200%200-.015.165c.057%202.485.28%204.255%201.523%205.496l.007.007l.007.007c1.24%201.243%203.011%201.466%205.496%201.523a1%201%200%200%200%20.165-.015c.75.015%201.58.015%202.495.015h.114c.915%200%201.744%200%202.495-.015q.08.017.165.015c2.485-.057%204.255-.28%205.496-1.523l.007-.007l.007-.007c1.243-1.24%201.466-3.011%201.523-5.496a1%201%200%200%200-.015-.165L21.49%2014h-1.74a2.25%202.25%200%200%201%200-4.5h1.74l-.005-.302a1%201%200%200%200%20.015-.165c-.057-2.485-.28-4.255-1.523-5.496l-.007-.007l-.007-.007C18.723%202.28%2016.952%202.057%2014.467%202M7.75%207a.75.75%200%200%200%200%201.5H11v7.25a.75.75%200%200%200%201.5%200V8.5h3.25a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%2011.75a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M1.75%2011a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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