code sandbox square icon
code-sandbox-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- code-sandbox-square-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- code-sandbox-square, code-sandbox-square-fill
Related icons in Ant Design Icons
Use the code sandbox square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M755.7 653.2L512 794L268.3 653.2V371.8l110-63.6l-.4-.2h.2L512 231l134 77h-.2l-.3.2l110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6l185.2 107l185.2-106.9l-91.4-52.8z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCodeSandboxSquareFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M755.7 653.2L512 794L268.3 653.2V371.8l110-63.6l-.4-.2h.2L512 231l134 77h-.2l-.3.2l110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6l185.2 107l185.2-106.9l-91.4-52.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M755.7 653.2L512 794L268.3 653.2V371.8l110-63.6l-.4-.2h.2L512 231l134 77h-.2l-.3.2l110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6l185.2 107l185.2-106.9l-91.4-52.8z"/></svg> </template>
CSS
.icon-code-sandbox-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m307.9%20536.7l87.6%2049.9V681l96.7%2055.9V524.8L307.9%20418.4zM880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M755.7%20653.2L512%20794L268.3%20653.2V371.8l110-63.6l-.4-.2h.2L512%20231l134%2077h-.2l-.3.2l110.1%2063.6v281.4zm-223.9%2083.7l97.3-56.2v-94.1l87-49.5V418.5L531.8%20525zm-20-352L418%20331l-91.1%2052.6l185.2%20107l185.2-106.9l-91.4-52.8z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m307.9%20536.7l87.6%2049.9V681l96.7%2055.9V524.8L307.9%20418.4zM880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M755.7%20653.2L512%20794L268.3%20653.2V371.8l110-63.6l-.4-.2h.2L512%20231l134%2077h-.2l-.3.2l110.1%2063.6v281.4zm-223.9%2083.7l97.3-56.2v-94.1l87-49.5V418.5L531.8%20525zm-20-352L418%20331l-91.1%2052.6l185.2%20107l185.2-106.9l-91.4-52.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/code-sandbox-square-filled.svg?color=%231a73e8&size=48