file type sitemap logo
file-type-sitemap from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-sitemap
- 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 sitemap logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#f16427"><g stroke="#f16427" stroke-width=".234" transform="translate(-2 .955)scale(3.9999)"><rect width="1.766" height="1.766" x="1.117" y="5.117" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="3.617" y=".639" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="3.617" y="5.117" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="6.117" y="5.117" rx=".442" ry=".442"/></g><path d="M15 10.367h2v11.395h-2zM5 15.339h2v5.96H5z"/><path d="M27 15.067v2H4.995v-2z"/><path d="M25 15.85h2v5.52h-2z"/></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeSitemap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#f16427"><g stroke="#f16427" strokeWidth=".234" transform="translate(-2 .955)scale(3.9999)"><rect width="1.766" height="1.766" x="1.117" y="5.117" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="3.617" y=".639" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="3.617" y="5.117" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="6.117" y="5.117" rx=".442" ry=".442"/></g><path d="M15 10.367h2v11.395h-2zM5 15.339h2v5.96H5z"/><path d="M27 15.067v2H4.995v-2z"/><path d="M25 15.85h2v5.52h-2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#f16427"><g stroke="#f16427" stroke-width=".234" transform="translate(-2 .955)scale(3.9999)"><rect width="1.766" height="1.766" x="1.117" y="5.117" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="3.617" y=".639" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="3.617" y="5.117" rx=".442" ry=".442"/><rect width="1.766" height="1.766" x="6.117" y="5.117" rx=".442" ry=".442"/></g><path d="M15 10.367h2v11.395h-2zM5 15.339h2v5.96H5z"/><path d="M27 15.067v2H4.995v-2z"/><path d="M25 15.85h2v5.52h-2z"/></g></svg> </template>
CSS
.icon-file-type-sitemap {
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%3Cg%20fill%3D%22%23f16427%22%3E%3Cg%20stroke%3D%22%23f16427%22%20stroke-width%3D%22.234%22%20transform%3D%22translate(-2%20.955)scale(3.9999)%22%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%221.117%22%20y%3D%225.117%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%223.617%22%20y%3D%22.639%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%223.617%22%20y%3D%225.117%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%226.117%22%20y%3D%225.117%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M15%2010.367h2v11.395h-2zM5%2015.339h2v5.96H5z%22%2F%3E%3Cpath%20d%3D%22M27%2015.067v2H4.995v-2z%22%2F%3E%3Cpath%20d%3D%22M25%2015.85h2v5.52h-2z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%23f16427%22%3E%3Cg%20stroke%3D%22%23f16427%22%20stroke-width%3D%22.234%22%20transform%3D%22translate(-2%20.955)scale(3.9999)%22%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%221.117%22%20y%3D%225.117%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%223.617%22%20y%3D%22.639%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%223.617%22%20y%3D%225.117%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3Crect%20width%3D%221.766%22%20height%3D%221.766%22%20x%3D%226.117%22%20y%3D%225.117%22%20rx%3D%22.442%22%20ry%3D%22.442%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M15%2010.367h2v11.395h-2zM5%2015.339h2v5.96H5z%22%2F%3E%3Cpath%20d%3D%22M27%2015.067v2H4.995v-2z%22%2F%3E%3Cpath%20d%3D%22M25%2015.85h2v5.52h-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-sitemap.svg?color=%231a73e8&size=48