file type mvt logo
file-type-mvt from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-mvt
- 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 mvt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path fill="none" d="M0 0h32v32H0z"/><path fill="#f7394a" d="M4 4h24v24H4z"/><path fill="#fff" fill-rule="nonzero" d="m21.765 13.008l-4.181 5.825a1.95 1.95 0 0 1-1.613.835q-.483 0-.904-.221a2.05 2.05 0 0 1-.708-.614l-4.205-5.825v9.13H8V9.862h1.002q.784 0 1.498.368c.714.368.871.586 1.186 1.02l4.32 6.022l4.285-6.009q.46-.664 1.181-1.033c.721-.369.984-.368 1.514-.368H24v12.276h-2.235z"/></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeMvt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fillRule="evenodd" strokeLinejoin="round" strokeMiterlimit="2"><path fill="none" d="M0 0h32v32H0z"/><path fill="#f7394a" d="M4 4h24v24H4z"/><path fill="#fff" fillRule="nonzero" d="m21.765 13.008l-4.181 5.825a1.95 1.95 0 0 1-1.613.835q-.483 0-.904-.221a2.05 2.05 0 0 1-.708-.614l-4.205-5.825v9.13H8V9.862h1.002q.784 0 1.498.368c.714.368.871.586 1.186 1.02l4.32 6.022l4.285-6.009q.46-.664 1.181-1.033c.721-.369.984-.368 1.514-.368H24v12.276h-2.235z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path fill="none" d="M0 0h32v32H0z"/><path fill="#f7394a" d="M4 4h24v24H4z"/><path fill="#fff" fill-rule="nonzero" d="m21.765 13.008l-4.181 5.825a1.95 1.95 0 0 1-1.613.835q-.483 0-.904-.221a2.05 2.05 0 0 1-.708-.614l-4.205-5.825v9.13H8V9.862h1.002q.784 0 1.498.368c.714.368.871.586 1.186 1.02l4.32 6.022l4.285-6.009q.46-.664 1.181-1.033c.721-.369.984-.368 1.514-.368H24v12.276h-2.235z"/></g></svg> </template>
CSS
.icon-file-type-mvt {
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-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20fill%3D%22%23f7394a%22%20d%3D%22M4%204h24v24H4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22m21.765%2013.008l-4.181%205.825a1.95%201.95%200%200%201-1.613.835q-.483%200-.904-.221a2.05%202.05%200%200%201-.708-.614l-4.205-5.825v9.13H8V9.862h1.002q.784%200%201.498.368c.714.368.871.586%201.186%201.02l4.32%206.022l4.285-6.009q.46-.664%201.181-1.033c.721-.369.984-.368%201.514-.368H24v12.276h-2.235z%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-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20fill%3D%22%23f7394a%22%20d%3D%22M4%204h24v24H4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22m21.765%2013.008l-4.181%205.825a1.95%201.95%200%200%201-1.613.835q-.483%200-.904-.221a2.05%202.05%200%200%201-.708-.614l-4.205-5.825v9.13H8V9.862h1.002q.784%200%201.498.368c.714.368.871.586%201.186%201.02l4.32%206.022l4.285-6.009q.46-.664%201.181-1.033c.721-.369.984-.368%201.514-.368H24v12.276h-2.235z%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-mvt.svg?color=%231a73e8&size=48