three square icon
three-square from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- three-square
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the three square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 17v2.38c0 1.87-.75 2.62-2.63 2.62H4.62C2.75 22 2 21.25 2 19.38v-4.75C2 12.75 2.75 12 4.62 12H7v2.37C7 16.25 7.75 17 9.62 17z"/><path d="M17 12v2.37c0 1.88-.75 2.63-2.63 2.63H9.62C7.75 17 7 16.25 7 14.37V9.62C7 7.75 7.75 7 9.62 7H12v2.37c0 1.88.75 2.63 2.62 2.63z"/><path d="M22 4.62v4.75c0 1.88-.75 2.63-2.63 2.63h-4.75C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2h4.75C21.25 2 22 2.75 22 4.62"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconThreeSquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 17v2.38c0 1.87-.75 2.62-2.63 2.62H4.62C2.75 22 2 21.25 2 19.38v-4.75C2 12.75 2.75 12 4.62 12H7v2.37C7 16.25 7.75 17 9.62 17z"/><path d="M17 12v2.37c0 1.88-.75 2.63-2.63 2.63H9.62C7.75 17 7 16.25 7 14.37V9.62C7 7.75 7.75 7 9.62 7H12v2.37c0 1.88.75 2.63 2.62 2.63z"/><path d="M22 4.62v4.75c0 1.88-.75 2.63-2.63 2.63h-4.75C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2h4.75C21.25 2 22 2.75 22 4.62"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 17v2.38c0 1.87-.75 2.62-2.63 2.62H4.62C2.75 22 2 21.25 2 19.38v-4.75C2 12.75 2.75 12 4.62 12H7v2.37C7 16.25 7.75 17 9.62 17z"/><path d="M17 12v2.37c0 1.88-.75 2.63-2.63 2.63H9.62C7.75 17 7 16.25 7 14.37V9.62C7 7.75 7.75 7 9.62 7H12v2.37c0 1.88.75 2.63 2.62 2.63z"/><path d="M22 4.62v4.75c0 1.88-.75 2.63-2.63 2.63h-4.75C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2h4.75C21.25 2 22 2.75 22 4.62"/></g></svg> </template>
CSS
.icon-three-square {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2017v2.38c0%201.87-.75%202.62-2.63%202.62H4.62C2.75%2022%202%2021.25%202%2019.38v-4.75C2%2012.75%202.75%2012%204.62%2012H7v2.37C7%2016.25%207.75%2017%209.62%2017z%22%2F%3E%3Cpath%20d%3D%22M17%2012v2.37c0%201.88-.75%202.63-2.63%202.63H9.62C7.75%2017%207%2016.25%207%2014.37V9.62C7%207.75%207.75%207%209.62%207H12v2.37c0%201.88.75%202.63%202.62%202.63z%22%2F%3E%3Cpath%20d%3D%22M22%204.62v4.75c0%201.88-.75%202.63-2.63%202.63h-4.75C12.75%2012%2012%2011.25%2012%209.37V4.62C12%202.75%2012.75%202%2014.62%202h4.75C21.25%202%2022%202.75%2022%204.62%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2017v2.38c0%201.87-.75%202.62-2.63%202.62H4.62C2.75%2022%202%2021.25%202%2019.38v-4.75C2%2012.75%202.75%2012%204.62%2012H7v2.37C7%2016.25%207.75%2017%209.62%2017z%22%2F%3E%3Cpath%20d%3D%22M17%2012v2.37c0%201.88-.75%202.63-2.63%202.63H9.62C7.75%2017%207%2016.25%207%2014.37V9.62C7%207.75%207.75%207%209.62%207H12v2.37c0%201.88.75%202.63%202.62%202.63z%22%2F%3E%3Cpath%20d%3D%22M22%204.62v4.75c0%201.88-.75%202.63-2.63%202.63h-4.75C12.75%2012%2012%2011.25%2012%209.37V4.62C12%202.75%2012.75%202%2014.62%202h4.75C21.25%202%2022%202.75%2022%204.62%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/three-square.svg?color=%231a73e8&size=48