text square2 icon
text-square2 from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.
- Name
- text-square2
- Set
- Reicon
- Style
- Outline
- 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 d="M11.943 2.25h.114c2.077 0 3.713 0 4.99.171c1.311.176 2.357.545 3.18 1.366c1.243 1.24 1.466 3.011 1.523 5.496a.75.75 0 1 1-1.5.034c-.058-2.54-.316-3.703-1.082-4.468c-.498-.497-1.175-.787-2.32-.94c-1.166-.157-2.701-.159-4.848-.159s-3.682.002-4.848.158c-1.145.154-1.822.444-2.32.94c-.766.766-1.024 1.93-1.082 4.47a.75.75 0 1 1-1.5-.035c.057-2.485.28-4.255 1.523-5.496c.823-.821 1.869-1.19 3.18-1.366c1.277-.171 2.913-.171 4.99-.171m-8.96 11.7a.75.75 0 0 1 .767.733c.058 2.54.316 3.703 1.082 4.468c.498.497 1.175.787 2.32.94c1.166.157 2.701.159 4.848.159s3.682-.002 4.848-.158c1.145-.154 1.822-.444 2.32-.94c.766-.766 1.024-1.93 1.082-4.47a.75.75 0 0 1 1.5.035c-.057 2.485-.28 4.255-1.523 5.496c-.823.821-1.869 1.19-3.18 1.366c-1.277.171-2.913.171-4.99.171h-.114c-2.077 0-3.713 0-4.99-.171c-1.311-.176-2.357-.545-3.18-1.366c-1.243-1.24-1.466-3.011-1.523-5.496a.75.75 0 0 1 .733-.767"/><path d="M7.25 8A.75.75 0 0 1 8 7.25h8a.75.75 0 0 1 0 1.5h-3.25V16a.75.75 0 0 1-1.5 0V8.75H8A.75.75 0 0 1 7.25 8m12 4a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M2 11.25a.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 ReiconTextSquare2(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="M11.943 2.25h.114c2.077 0 3.713 0 4.99.171c1.311.176 2.357.545 3.18 1.366c1.243 1.24 1.466 3.011 1.523 5.496a.75.75 0 1 1-1.5.034c-.058-2.54-.316-3.703-1.082-4.468c-.498-.497-1.175-.787-2.32-.94c-1.166-.157-2.701-.159-4.848-.159s-3.682.002-4.848.158c-1.145.154-1.822.444-2.32.94c-.766.766-1.024 1.93-1.082 4.47a.75.75 0 1 1-1.5-.035c.057-2.485.28-4.255 1.523-5.496c.823-.821 1.869-1.19 3.18-1.366c1.277-.171 2.913-.171 4.99-.171m-8.96 11.7a.75.75 0 0 1 .767.733c.058 2.54.316 3.703 1.082 4.468c.498.497 1.175.787 2.32.94c1.166.157 2.701.159 4.848.159s3.682-.002 4.848-.158c1.145-.154 1.822-.444 2.32-.94c.766-.766 1.024-1.93 1.082-4.47a.75.75 0 0 1 1.5.035c-.057 2.485-.28 4.255-1.523 5.496c-.823.821-1.869 1.19-3.18 1.366c-1.277.171-2.913.171-4.99.171h-.114c-2.077 0-3.713 0-4.99-.171c-1.311-.176-2.357-.545-3.18-1.366c-1.243-1.24-1.466-3.011-1.523-5.496a.75.75 0 0 1 .733-.767"/><path d="M7.25 8A.75.75 0 0 1 8 7.25h8a.75.75 0 0 1 0 1.5h-3.25V16a.75.75 0 0 1-1.5 0V8.75H8A.75.75 0 0 1 7.25 8m12 4a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M2 11.25a.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 d="M11.943 2.25h.114c2.077 0 3.713 0 4.99.171c1.311.176 2.357.545 3.18 1.366c1.243 1.24 1.466 3.011 1.523 5.496a.75.75 0 1 1-1.5.034c-.058-2.54-.316-3.703-1.082-4.468c-.498-.497-1.175-.787-2.32-.94c-1.166-.157-2.701-.159-4.848-.159s-3.682.002-4.848.158c-1.145.154-1.822.444-2.32.94c-.766.766-1.024 1.93-1.082 4.47a.75.75 0 1 1-1.5-.035c.057-2.485.28-4.255 1.523-5.496c.823-.821 1.869-1.19 3.18-1.366c1.277-.171 2.913-.171 4.99-.171m-8.96 11.7a.75.75 0 0 1 .767.733c.058 2.54.316 3.703 1.082 4.468c.498.497 1.175.787 2.32.94c1.166.157 2.701.159 4.848.159s3.682-.002 4.848-.158c1.145-.154 1.822-.444 2.32-.94c.766-.766 1.024-1.93 1.082-4.47a.75.75 0 0 1 1.5.035c-.057 2.485-.28 4.255-1.523 5.496c-.823.821-1.869 1.19-3.18 1.366c-1.277.171-2.913.171-4.99.171h-.114c-2.077 0-3.713 0-4.99-.171c-1.311-.176-2.357-.545-3.18-1.366c-1.243-1.24-1.466-3.011-1.523-5.496a.75.75 0 0 1 .733-.767"/><path d="M7.25 8A.75.75 0 0 1 8 7.25h8a.75.75 0 0 1 0 1.5h-3.25V16a.75.75 0 0 1-1.5 0V8.75H8A.75.75 0 0 1 7.25 8m12 4a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M2 11.25a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5z"/></g></svg> </template>
CSS
.icon-text-square2 {
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%22M11.943%202.25h.114c2.077%200%203.713%200%204.99.171c1.311.176%202.357.545%203.18%201.366c1.243%201.24%201.466%203.011%201.523%205.496a.75.75%200%201%201-1.5.034c-.058-2.54-.316-3.703-1.082-4.468c-.498-.497-1.175-.787-2.32-.94c-1.166-.157-2.701-.159-4.848-.159s-3.682.002-4.848.158c-1.145.154-1.822.444-2.32.94c-.766.766-1.024%201.93-1.082%204.47a.75.75%200%201%201-1.5-.035c.057-2.485.28-4.255%201.523-5.496c.823-.821%201.869-1.19%203.18-1.366c1.277-.171%202.913-.171%204.99-.171m-8.96%2011.7a.75.75%200%200%201%20.767.733c.058%202.54.316%203.703%201.082%204.468c.498.497%201.175.787%202.32.94c1.166.157%202.701.159%204.848.159s3.682-.002%204.848-.158c1.145-.154%201.822-.444%202.32-.94c.766-.766%201.024-1.93%201.082-4.47a.75.75%200%200%201%201.5.035c-.057%202.485-.28%204.255-1.523%205.496c-.823.821-1.869%201.19-3.18%201.366c-1.277.171-2.913.171-4.99.171h-.114c-2.077%200-3.713%200-4.99-.171c-1.311-.176-2.357-.545-3.18-1.366c-1.243-1.24-1.466-3.011-1.523-5.496a.75.75%200%200%201%20.733-.767%22%2F%3E%3Cpath%20d%3D%22M7.25%208A.75.75%200%200%201%208%207.25h8a.75.75%200%200%201%200%201.5h-3.25V16a.75.75%200%200%201-1.5%200V8.75H8A.75.75%200%200%201%207.25%208m12%204a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M2%2011.25a.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%20d%3D%22M11.943%202.25h.114c2.077%200%203.713%200%204.99.171c1.311.176%202.357.545%203.18%201.366c1.243%201.24%201.466%203.011%201.523%205.496a.75.75%200%201%201-1.5.034c-.058-2.54-.316-3.703-1.082-4.468c-.498-.497-1.175-.787-2.32-.94c-1.166-.157-2.701-.159-4.848-.159s-3.682.002-4.848.158c-1.145.154-1.822.444-2.32.94c-.766.766-1.024%201.93-1.082%204.47a.75.75%200%201%201-1.5-.035c.057-2.485.28-4.255%201.523-5.496c.823-.821%201.869-1.19%203.18-1.366c1.277-.171%202.913-.171%204.99-.171m-8.96%2011.7a.75.75%200%200%201%20.767.733c.058%202.54.316%203.703%201.082%204.468c.498.497%201.175.787%202.32.94c1.166.157%202.701.159%204.848.159s3.682-.002%204.848-.158c1.145-.154%201.822-.444%202.32-.94c.766-.766%201.024-1.93%201.082-4.47a.75.75%200%200%201%201.5.035c-.057%202.485-.28%204.255-1.523%205.496c-.823.821-1.869%201.19-3.18%201.366c-1.277.171-2.913.171-4.99.171h-.114c-2.077%200-3.713%200-4.99-.171c-1.311-.176-2.357-.545-3.18-1.366c-1.243-1.24-1.466-3.011-1.523-5.496a.75.75%200%200%201%20.733-.767%22%2F%3E%3Cpath%20d%3D%22M7.25%208A.75.75%200%200%201%208%207.25h8a.75.75%200%200%201%200%201.5h-3.25V16a.75.75%200%200%201-1.5%200V8.75H8A.75.75%200%200%201%207.25%208m12%204a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M2%2011.25a.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.svg?color=%231a73e8&size=48