three d square icon
three-d-square-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- three-d-square-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the three d square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.19 2.328H7.81C4.17 2.328 2 4.508 2 8.148v8.37c0 3.64 2.17 5.81 5.81 5.81h8.37c3.64 0 5.81-2.17 5.81-5.81v-8.37c.01-3.64-2.16-5.82-5.8-5.82m-4.62 14.79c0 .3-.15.57-.41.73c-.14.09-.29.13-.45.13q-.195 0-.39-.09l-3.5-1.75c-.5-.26-.82-.77-.82-1.34v-3.31a.867.867 0 0 1 1.25-.77l3.5 1.75c.51.26.83.77.83 1.34v3.31zm-.21-5.35L7.6 9.738a.87.87 0 0 1-.44-.77c0-.32.17-.62.44-.77l3.76-2.03c.4-.21.87-.21 1.27 0l3.76 2.03c.27.15.44.44.44.77s-.17.62-.44.77l-3.76 2.03c-.2.11-.42.16-.64.16s-.43-.05-.63-.16m6.64 3.03c0 .57-.32 1.09-.83 1.34l-3.5 1.75a.86.86 0 0 1-.39.09c-.16 0-.31-.04-.45-.13a.85.85 0 0 1-.41-.73v-3.31c0-.57.32-1.09.83-1.34l3.5-1.75a.867.867 0 0 1 1.25.77z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconThreeDSquareFilled(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" d="M16.19 2.328H7.81C4.17 2.328 2 4.508 2 8.148v8.37c0 3.64 2.17 5.81 5.81 5.81h8.37c3.64 0 5.81-2.17 5.81-5.81v-8.37c.01-3.64-2.16-5.82-5.8-5.82m-4.62 14.79c0 .3-.15.57-.41.73c-.14.09-.29.13-.45.13q-.195 0-.39-.09l-3.5-1.75c-.5-.26-.82-.77-.82-1.34v-3.31a.867.867 0 0 1 1.25-.77l3.5 1.75c.51.26.83.77.83 1.34v3.31zm-.21-5.35L7.6 9.738a.87.87 0 0 1-.44-.77c0-.32.17-.62.44-.77l3.76-2.03c.4-.21.87-.21 1.27 0l3.76 2.03c.27.15.44.44.44.77s-.17.62-.44.77l-3.76 2.03c-.2.11-.42.16-.64.16s-.43-.05-.63-.16m6.64 3.03c0 .57-.32 1.09-.83 1.34l-3.5 1.75a.86.86 0 0 1-.39.09c-.16 0-.31-.04-.45-.13a.85.85 0 0 1-.41-.73v-3.31c0-.57.32-1.09.83-1.34l3.5-1.75a.867.867 0 0 1 1.25.77z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.19 2.328H7.81C4.17 2.328 2 4.508 2 8.148v8.37c0 3.64 2.17 5.81 5.81 5.81h8.37c3.64 0 5.81-2.17 5.81-5.81v-8.37c.01-3.64-2.16-5.82-5.8-5.82m-4.62 14.79c0 .3-.15.57-.41.73c-.14.09-.29.13-.45.13q-.195 0-.39-.09l-3.5-1.75c-.5-.26-.82-.77-.82-1.34v-3.31a.867.867 0 0 1 1.25-.77l3.5 1.75c.51.26.83.77.83 1.34v3.31zm-.21-5.35L7.6 9.738a.87.87 0 0 1-.44-.77c0-.32.17-.62.44-.77l3.76-2.03c.4-.21.87-.21 1.27 0l3.76 2.03c.27.15.44.44.44.77s-.17.62-.44.77l-3.76 2.03c-.2.11-.42.16-.64.16s-.43-.05-.63-.16m6.64 3.03c0 .57-.32 1.09-.83 1.34l-3.5 1.75a.86.86 0 0 1-.39.09c-.16 0-.31-.04-.45-.13a.85.85 0 0 1-.41-.73v-3.31c0-.57.32-1.09.83-1.34l3.5-1.75a.867.867 0 0 1 1.25.77z"/></svg> </template>
CSS
.icon-three-d-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.19%202.328H7.81C4.17%202.328%202%204.508%202%208.148v8.37c0%203.64%202.17%205.81%205.81%205.81h8.37c3.64%200%205.81-2.17%205.81-5.81v-8.37c.01-3.64-2.16-5.82-5.8-5.82m-4.62%2014.79c0%20.3-.15.57-.41.73c-.14.09-.29.13-.45.13q-.195%200-.39-.09l-3.5-1.75c-.5-.26-.82-.77-.82-1.34v-3.31a.867.867%200%200%201%201.25-.77l3.5%201.75c.51.26.83.77.83%201.34v3.31zm-.21-5.35L7.6%209.738a.87.87%200%200%201-.44-.77c0-.32.17-.62.44-.77l3.76-2.03c.4-.21.87-.21%201.27%200l3.76%202.03c.27.15.44.44.44.77s-.17.62-.44.77l-3.76%202.03c-.2.11-.42.16-.64.16s-.43-.05-.63-.16m6.64%203.03c0%20.57-.32%201.09-.83%201.34l-3.5%201.75a.86.86%200%200%201-.39.09c-.16%200-.31-.04-.45-.13a.85.85%200%200%201-.41-.73v-3.31c0-.57.32-1.09.83-1.34l3.5-1.75a.867.867%200%200%201%201.25.77z%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%20d%3D%22M16.19%202.328H7.81C4.17%202.328%202%204.508%202%208.148v8.37c0%203.64%202.17%205.81%205.81%205.81h8.37c3.64%200%205.81-2.17%205.81-5.81v-8.37c.01-3.64-2.16-5.82-5.8-5.82m-4.62%2014.79c0%20.3-.15.57-.41.73c-.14.09-.29.13-.45.13q-.195%200-.39-.09l-3.5-1.75c-.5-.26-.82-.77-.82-1.34v-3.31a.867.867%200%200%201%201.25-.77l3.5%201.75c.51.26.83.77.83%201.34v3.31zm-.21-5.35L7.6%209.738a.87.87%200%200%201-.44-.77c0-.32.17-.62.44-.77l3.76-2.03c.4-.21.87-.21%201.27%200l3.76%202.03c.27.15.44.44.44.77s-.17.62-.44.77l-3.76%202.03c-.2.11-.42.16-.64.16s-.43-.05-.63-.16m6.64%203.03c0%20.57-.32%201.09-.83%201.34l-3.5%201.75a.86.86%200%200%201-.39.09c-.16%200-.31-.04-.45-.13a.85.85%200%200%201-.41-.73v-3.31c0-.57.32-1.09.83-1.34l3.5-1.75a.867.867%200%200%201%201.25.77z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/three-d-square-filled.svg?color=%231a73e8&size=48