sketch square icon
sketch-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- sketch-square-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- sketch-square, sketch-square-fill
Related icons in Ant Design Icons
Use the sketch square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 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-32m-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6m-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3l-84.5-166.3zm126.5-158.2l-23.1 89.8l88.8-89.8zm183.4 0H538l88.8 89.8z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSketchSquareFilled(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="M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 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-32m-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6m-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3l-84.5-166.3zm126.5-158.2l-23.1 89.8l88.8-89.8zm183.4 0H538l88.8 89.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="M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 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-32m-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6m-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3l-84.5-166.3zm126.5-158.2l-23.1 89.8l88.8-89.8zm183.4 0H538l88.8 89.8z"/></svg> </template>
CSS
.icon-sketch-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%22M608.2%20423.3L512%20326.1l-96.2%2097.2zm-25.9%20202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880%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-32m-81.3%20332.2L515.8%20762.3c-1%201.1-2.4%201.7-3.8%201.7s-2.8-.6-3.8-1.7L225.3%20444.2a5.14%205.14%200%200%201-.2-6.6L365.6%20262c1-1.2%202.4-1.9%204-1.9h284.6c1.6%200%203%20.7%204%201.9l140.5%20175.6a4.9%204.9%200%200%201%200%206.6m-401.1%2015.1L512%20684.5l114.4-225.2zm-16.3-151.1l-92.1%20115.1h62.5zm-87.5%20151.1l147.9%20166.3l-84.5-166.3zm126.5-158.2l-23.1%2089.8l88.8-89.8zm183.4%200H538l88.8%2089.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%22M608.2%20423.3L512%20326.1l-96.2%2097.2zm-25.9%20202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880%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-32m-81.3%20332.2L515.8%20762.3c-1%201.1-2.4%201.7-3.8%201.7s-2.8-.6-3.8-1.7L225.3%20444.2a5.14%205.14%200%200%201-.2-6.6L365.6%20262c1-1.2%202.4-1.9%204-1.9h284.6c1.6%200%203%20.7%204%201.9l140.5%20175.6a4.9%204.9%200%200%201%200%206.6m-401.1%2015.1L512%20684.5l114.4-225.2zm-16.3-151.1l-92.1%20115.1h62.5zm-87.5%20151.1l147.9%20166.3l-84.5-166.3zm126.5-158.2l-23.1%2089.8l88.8-89.8zm183.4%200H538l88.8%2089.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/sketch-square-filled.svg?color=%231a73e8&size=48