three square icon
three-square-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- three-square-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M12 18.5v.88c0 1.87-.75 2.62-2.63 2.62H4.62C3.17 22 2 20.83 2 19.38v-4.75C2 12.75 2.75 12 4.62 12h.88v3.5c0 1.66 1.34 3 3 3z"/><path d="M17 13.5v.87c0 1.45-1.18 2.63-2.63 2.63H9.62C7.75 17 7 16.25 7 14.37V9.62C7 8.17 8.17 7 9.62 7h.88v3.5c0 1.66 1.34 3 3 3z"/><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 ReiconThreeSquareFilled(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="M12 18.5v.88c0 1.87-.75 2.62-2.63 2.62H4.62C3.17 22 2 20.83 2 19.38v-4.75C2 12.75 2.75 12 4.62 12h.88v3.5c0 1.66 1.34 3 3 3z"/><path d="M17 13.5v.87c0 1.45-1.18 2.63-2.63 2.63H9.62C7.75 17 7 16.25 7 14.37V9.62C7 8.17 8.17 7 9.62 7h.88v3.5c0 1.66 1.34 3 3 3z"/><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="currentColor"><path d="M12 18.5v.88c0 1.87-.75 2.62-2.63 2.62H4.62C3.17 22 2 20.83 2 19.38v-4.75C2 12.75 2.75 12 4.62 12h.88v3.5c0 1.66 1.34 3 3 3z"/><path d="M17 13.5v.87c0 1.45-1.18 2.63-2.63 2.63H9.62C7.75 17 7 16.25 7 14.37V9.62C7 8.17 8.17 7 9.62 7h.88v3.5c0 1.66 1.34 3 3 3z"/><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-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%20d%3D%22M12%2018.5v.88c0%201.87-.75%202.62-2.63%202.62H4.62C3.17%2022%202%2020.83%202%2019.38v-4.75C2%2012.75%202.75%2012%204.62%2012h.88v3.5c0%201.66%201.34%203%203%203z%22%2F%3E%3Cpath%20d%3D%22M17%2013.5v.87c0%201.45-1.18%202.63-2.63%202.63H9.62C7.75%2017%207%2016.25%207%2014.37V9.62C7%208.17%208.17%207%209.62%207h.88v3.5c0%201.66%201.34%203%203%203z%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2018.5v.88c0%201.87-.75%202.62-2.63%202.62H4.62C3.17%2022%202%2020.83%202%2019.38v-4.75C2%2012.75%202.75%2012%204.62%2012h.88v3.5c0%201.66%201.34%203%203%203z%22%2F%3E%3Cpath%20d%3D%22M17%2013.5v.87c0%201.45-1.18%202.63-2.63%202.63H9.62C7.75%2017%207%2016.25%207%2014.37V9.62C7%208.17%208.17%207%209.62%207h.88v3.5c0%201.66%201.34%203%203%203z%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-filled.svg?color=%231a73e8&size=48