file type sketch logo
file-type-sketch from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-sketch
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type sketch logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fdb300" d="M8.109 4.26L16 3.433l7.891.828L30 12.4L16 28.567L2 12.4Z"/><path fill="#ea6c00" d="M7.671 12.395L16 28.567L2 12.395zm16.658 0L16 28.567l14-16.172z"/><path fill="#fdad00" d="M7.671 12.395h16.658L16 28.567z"/><path fill="#fdd231" d="m16 3.433l-7.891.827l-.438 8.135zm0 0l7.891.827l.438 8.135z"/><path fill="#fdad00" d="M30 12.395L23.891 4.26l.438 8.135zm-28 0L8.109 4.26l-.438 8.135z"/><path fill="#feeeb7" d="m16 3.433l-8.329 8.962h16.658z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeSketch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fdb300" d="M8.109 4.26L16 3.433l7.891.828L30 12.4L16 28.567L2 12.4Z"/><path fill="#ea6c00" d="M7.671 12.395L16 28.567L2 12.395zm16.658 0L16 28.567l14-16.172z"/><path fill="#fdad00" d="M7.671 12.395h16.658L16 28.567z"/><path fill="#fdd231" d="m16 3.433l-7.891.827l-.438 8.135zm0 0l7.891.827l.438 8.135z"/><path fill="#fdad00" d="M30 12.395L23.891 4.26l.438 8.135zm-28 0L8.109 4.26l-.438 8.135z"/><path fill="#feeeb7" d="m16 3.433l-8.329 8.962h16.658z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fdb300" d="M8.109 4.26L16 3.433l7.891.828L30 12.4L16 28.567L2 12.4Z"/><path fill="#ea6c00" d="M7.671 12.395L16 28.567L2 12.395zm16.658 0L16 28.567l14-16.172z"/><path fill="#fdad00" d="M7.671 12.395h16.658L16 28.567z"/><path fill="#fdd231" d="m16 3.433l-7.891.827l-.438 8.135zm0 0l7.891.827l.438 8.135z"/><path fill="#fdad00" d="M30 12.395L23.891 4.26l.438 8.135zm-28 0L8.109 4.26l-.438 8.135z"/><path fill="#feeeb7" d="m16 3.433l-8.329 8.962h16.658z"/></svg> </template>
CSS
.icon-file-type-sketch {
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%2032%2032%22%3E%3Cpath%20fill%3D%22%23fdb300%22%20d%3D%22M8.109%204.26L16%203.433l7.891.828L30%2012.4L16%2028.567L2%2012.4Z%22%2F%3E%3Cpath%20fill%3D%22%23ea6c00%22%20d%3D%22M7.671%2012.395L16%2028.567L2%2012.395zm16.658%200L16%2028.567l14-16.172z%22%2F%3E%3Cpath%20fill%3D%22%23fdad00%22%20d%3D%22M7.671%2012.395h16.658L16%2028.567z%22%2F%3E%3Cpath%20fill%3D%22%23fdd231%22%20d%3D%22m16%203.433l-7.891.827l-.438%208.135zm0%200l7.891.827l.438%208.135z%22%2F%3E%3Cpath%20fill%3D%22%23fdad00%22%20d%3D%22M30%2012.395L23.891%204.26l.438%208.135zm-28%200L8.109%204.26l-.438%208.135z%22%2F%3E%3Cpath%20fill%3D%22%23feeeb7%22%20d%3D%22m16%203.433l-8.329%208.962h16.658z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23fdb300%22%20d%3D%22M8.109%204.26L16%203.433l7.891.828L30%2012.4L16%2028.567L2%2012.4Z%22%2F%3E%3Cpath%20fill%3D%22%23ea6c00%22%20d%3D%22M7.671%2012.395L16%2028.567L2%2012.395zm16.658%200L16%2028.567l14-16.172z%22%2F%3E%3Cpath%20fill%3D%22%23fdad00%22%20d%3D%22M7.671%2012.395h16.658L16%2028.567z%22%2F%3E%3Cpath%20fill%3D%22%23fdd231%22%20d%3D%22m16%203.433l-7.891.827l-.438%208.135zm0%200l7.891.827l.438%208.135z%22%2F%3E%3Cpath%20fill%3D%22%23fdad00%22%20d%3D%22M30%2012.395L23.891%204.26l.438%208.135zm-28%200L8.109%204.26l-.438%208.135z%22%2F%3E%3Cpath%20fill%3D%22%23feeeb7%22%20d%3D%22m16%203.433l-8.329%208.962h16.658z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-sketch.svg?color=%231a73e8&size=48