sketch icon
sketch-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- sketch-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- sketch, sketch-outline
The same icon in other sets
sketchBoxicons BrandssketchCatppuccin IconssketchCoreUI BrandssketchDeviconsketchFont Awesome 6 BrandssketchFont Awesome Brandssketchcss.ggsketchHuge IconssketchIconParksketchIconPark OutlinesketchIconPark SolidsketchIconPark TwoTonesketchLine AwesomesketchSVG LogossketchMaterial Icon ThemesketchSimple Icons
Related icons in Ant Design Icons
Use the sketch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1s3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3M645.2 206.4l34.4 133.9l-132.5-133.9zm8.2 178.5H370.6L512 242zM378.8 206.4h98.1L344.3 340.3zm-53.4 7l-44.1 171.5h-93.1zM194.6 434.9H289l125.8 247.7zM512 763.4L345.1 434.9h333.7zm97.1-80.8L735 434.9h94.4zm133.6-297.7l-44.1-171.5l137.2 171.5z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSketchOutlined(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="m925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1s3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3M645.2 206.4l34.4 133.9l-132.5-133.9zm8.2 178.5H370.6L512 242zM378.8 206.4h98.1L344.3 340.3zm-53.4 7l-44.1 171.5h-93.1zM194.6 434.9H289l125.8 247.7zM512 763.4L345.1 434.9h333.7zm97.1-80.8L735 434.9h94.4zm133.6-297.7l-44.1-171.5l137.2 171.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1s3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3M645.2 206.4l34.4 133.9l-132.5-133.9zm8.2 178.5H370.6L512 242zM378.8 206.4h98.1L344.3 340.3zm-53.4 7l-44.1 171.5h-93.1zM194.6 434.9H289l125.8 247.7zM512 763.4L345.1 434.9h333.7zm97.1-80.8L735 434.9h94.4zm133.6-297.7l-44.1-171.5l137.2 171.5z"/></svg> </template>
CSS
.icon-sketch-outlined {
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%22m925.6%20405.1l-203-253.7a6.5%206.5%200%200%200-5-2.4H306.4c-1.9%200-3.8.9-5%202.4l-203%20253.7a6.5%206.5%200%200%200%20.2%208.3l408.6%20459.5c1.2%201.4%203%202.1%204.8%202.1s3.5-.8%204.8-2.1l408.6-459.5a6.5%206.5%200%200%200%20.2-8.3M645.2%20206.4l34.4%20133.9l-132.5-133.9zm8.2%20178.5H370.6L512%20242zM378.8%20206.4h98.1L344.3%20340.3zm-53.4%207l-44.1%20171.5h-93.1zM194.6%20434.9H289l125.8%20247.7zM512%20763.4L345.1%20434.9h333.7zm97.1-80.8L735%20434.9h94.4zm133.6-297.7l-44.1-171.5l137.2%20171.5z%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%22m925.6%20405.1l-203-253.7a6.5%206.5%200%200%200-5-2.4H306.4c-1.9%200-3.8.9-5%202.4l-203%20253.7a6.5%206.5%200%200%200%20.2%208.3l408.6%20459.5c1.2%201.4%203%202.1%204.8%202.1s3.5-.8%204.8-2.1l408.6-459.5a6.5%206.5%200%200%200%20.2-8.3M645.2%20206.4l34.4%20133.9l-132.5-133.9zm8.2%20178.5H370.6L512%20242zM378.8%20206.4h98.1L344.3%20340.3zm-53.4%207l-44.1%20171.5h-93.1zM194.6%20434.9H289l125.8%20247.7zM512%20763.4L345.1%20434.9h333.7zm97.1-80.8L735%20434.9h94.4zm133.6-297.7l-44.1-171.5l137.2%20171.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/sketch-outlined.svg?color=%231a73e8&size=48