file type cssmap logo

file-type-cssmap from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-cssmap
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type cssmap logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#639" d="M16 30a14 14 0 1 1 14-14a14.016 14.016 0 0 1-14 14m0-26.824A12.824 12.824 0 1 0 28.824 16A12.84 12.84 0 0 0 16 3.176"/><path fill="#639" d="M2.784 15.412h26.432v1.176H2.784zm13.533-4.938A44.8 44.8 0 0 1 4.42 8.92l.34-1.126c.111.034 11.277 3.32 22.427 0l.335 1.127a39.4 39.4 0 0 1-11.205 1.553M4.785 23.907l-.335-1.126c11.5-3.422 22.634-.14 23.1 0l-.34 1.126c-.11-.034-11.274-3.319-22.425 0"/><path fill="#639" d="M11.468 28.764a35.45 35.45 0 0 1-.742-25.71l1.082.461A34.23 34.23 0 0 0 12.55 28.3Zm8.973 0L19.36 28.3a34.23 34.23 0 0 0 .74-24.785l1.082-.461a35.46 35.46 0 0 1-.741 25.71M15.412 2.783h1.175v26.919h-1.175z"/><path fill="#639" d="M10.94 11.083h16.8a3.2 3.2 0 0 1 3.2 3.2v13.6a3.2 3.2 0 0 1-3.2 3.2h-13.6a3.2 3.2 0 0 1-3.2-3.2z"/><path fill="#fff" d="M14.563 26.298v-3.36c0-1.34.86-2.06 2.16-2.06c1.28-.02 2.08.82 2.04 2.24h-1.48c.04-.54-.2-.94-.6-.92c-.5 0-.64.34-.64.98v2.92c0 .62.2.92.64.94c.46 0 .64-.46.6-.98h1.48c.08 1.46-.84 2.32-2.14 2.3c-1.26 0-2.06-.7-2.06-2.06m4.74-.24h1.38c.02.64.22 1.04.66 1.04s.6-.26.6-.86c0-.5-.22-.78-.76-1.04l-.52-.24c-.92-.44-1.3-.98-1.3-2.06c0-1.2.76-2.04 2-2.04s1.9.86 1.92 2.26h-1.34c0-.58-.12-.98-.56-.98c-.4 0-.6.2-.6.7s.18.7.66.9l.48.22c1.02.48 1.46 1.1 1.46 2.26c0 1.38-.78 2.14-2.06 2.14s-2-.88-2.02-2.3m4.52 0h1.4c0 .64.22 1.04.64 1.04s.6-.26.6-.86c0-.5-.2-.78-.76-1.04l-.52-.24c-.92-.44-1.28-.98-1.28-2.06c0-1.2.74-2.04 2-2.04s1.88.86 1.92 2.26h-1.34c-.02-.58-.14-.98-.58-.98c-.4 0-.58.2-.58.7s.16.7.64.9l.5.22c1 .48 1.44 1.1 1.44 2.26c0 1.38-.78 2.14-2.06 2.14s-2-.88-2.02-2.3"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCssmap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#639" d="M16 30a14 14 0 1 1 14-14a14.016 14.016 0 0 1-14 14m0-26.824A12.824 12.824 0 1 0 28.824 16A12.84 12.84 0 0 0 16 3.176"/><path fill="#639" d="M2.784 15.412h26.432v1.176H2.784zm13.533-4.938A44.8 44.8 0 0 1 4.42 8.92l.34-1.126c.111.034 11.277 3.32 22.427 0l.335 1.127a39.4 39.4 0 0 1-11.205 1.553M4.785 23.907l-.335-1.126c11.5-3.422 22.634-.14 23.1 0l-.34 1.126c-.11-.034-11.274-3.319-22.425 0"/><path fill="#639" d="M11.468 28.764a35.45 35.45 0 0 1-.742-25.71l1.082.461A34.23 34.23 0 0 0 12.55 28.3Zm8.973 0L19.36 28.3a34.23 34.23 0 0 0 .74-24.785l1.082-.461a35.46 35.46 0 0 1-.741 25.71M15.412 2.783h1.175v26.919h-1.175z"/><path fill="#639" d="M10.94 11.083h16.8a3.2 3.2 0 0 1 3.2 3.2v13.6a3.2 3.2 0 0 1-3.2 3.2h-13.6a3.2 3.2 0 0 1-3.2-3.2z"/><path fill="#fff" d="M14.563 26.298v-3.36c0-1.34.86-2.06 2.16-2.06c1.28-.02 2.08.82 2.04 2.24h-1.48c.04-.54-.2-.94-.6-.92c-.5 0-.64.34-.64.98v2.92c0 .62.2.92.64.94c.46 0 .64-.46.6-.98h1.48c.08 1.46-.84 2.32-2.14 2.3c-1.26 0-2.06-.7-2.06-2.06m4.74-.24h1.38c.02.64.22 1.04.66 1.04s.6-.26.6-.86c0-.5-.22-.78-.76-1.04l-.52-.24c-.92-.44-1.3-.98-1.3-2.06c0-1.2.76-2.04 2-2.04s1.9.86 1.92 2.26h-1.34c0-.58-.12-.98-.56-.98c-.4 0-.6.2-.6.7s.18.7.66.9l.48.22c1.02.48 1.46 1.1 1.46 2.26c0 1.38-.78 2.14-2.06 2.14s-2-.88-2.02-2.3m4.52 0h1.4c0 .64.22 1.04.64 1.04s.6-.26.6-.86c0-.5-.2-.78-.76-1.04l-.52-.24c-.92-.44-1.28-.98-1.28-2.06c0-1.2.74-2.04 2-2.04s1.88.86 1.92 2.26h-1.34c-.02-.58-.14-.98-.58-.98c-.4 0-.58.2-.58.7s.16.7.64.9l.5.22c1 .48 1.44 1.1 1.44 2.26c0 1.38-.78 2.14-2.06 2.14s-2-.88-2.02-2.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#639" d="M16 30a14 14 0 1 1 14-14a14.016 14.016 0 0 1-14 14m0-26.824A12.824 12.824 0 1 0 28.824 16A12.84 12.84 0 0 0 16 3.176"/><path fill="#639" d="M2.784 15.412h26.432v1.176H2.784zm13.533-4.938A44.8 44.8 0 0 1 4.42 8.92l.34-1.126c.111.034 11.277 3.32 22.427 0l.335 1.127a39.4 39.4 0 0 1-11.205 1.553M4.785 23.907l-.335-1.126c11.5-3.422 22.634-.14 23.1 0l-.34 1.126c-.11-.034-11.274-3.319-22.425 0"/><path fill="#639" d="M11.468 28.764a35.45 35.45 0 0 1-.742-25.71l1.082.461A34.23 34.23 0 0 0 12.55 28.3Zm8.973 0L19.36 28.3a34.23 34.23 0 0 0 .74-24.785l1.082-.461a35.46 35.46 0 0 1-.741 25.71M15.412 2.783h1.175v26.919h-1.175z"/><path fill="#639" d="M10.94 11.083h16.8a3.2 3.2 0 0 1 3.2 3.2v13.6a3.2 3.2 0 0 1-3.2 3.2h-13.6a3.2 3.2 0 0 1-3.2-3.2z"/><path fill="#fff" d="M14.563 26.298v-3.36c0-1.34.86-2.06 2.16-2.06c1.28-.02 2.08.82 2.04 2.24h-1.48c.04-.54-.2-.94-.6-.92c-.5 0-.64.34-.64.98v2.92c0 .62.2.92.64.94c.46 0 .64-.46.6-.98h1.48c.08 1.46-.84 2.32-2.14 2.3c-1.26 0-2.06-.7-2.06-2.06m4.74-.24h1.38c.02.64.22 1.04.66 1.04s.6-.26.6-.86c0-.5-.22-.78-.76-1.04l-.52-.24c-.92-.44-1.3-.98-1.3-2.06c0-1.2.76-2.04 2-2.04s1.9.86 1.92 2.26h-1.34c0-.58-.12-.98-.56-.98c-.4 0-.6.2-.6.7s.18.7.66.9l.48.22c1.02.48 1.46 1.1 1.46 2.26c0 1.38-.78 2.14-2.06 2.14s-2-.88-2.02-2.3m4.52 0h1.4c0 .64.22 1.04.64 1.04s.6-.26.6-.86c0-.5-.2-.78-.76-1.04l-.52-.24c-.92-.44-1.28-.98-1.28-2.06c0-1.2.74-2.04 2-2.04s1.88.86 1.92 2.26h-1.34c-.02-.58-.14-.98-.58-.98c-.4 0-.58.2-.58.7s.16.7.64.9l.5.22c1 .48 1.44 1.1 1.44 2.26c0 1.38-.78 2.14-2.06 2.14s-2-.88-2.02-2.3"/></svg>
</template>

CSS

.icon-file-type-cssmap {
  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%23639%22%20d%3D%22M16%2030a14%2014%200%201%201%2014-14a14.016%2014.016%200%200%201-14%2014m0-26.824A12.824%2012.824%200%201%200%2028.824%2016A12.84%2012.84%200%200%200%2016%203.176%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M2.784%2015.412h26.432v1.176H2.784zm13.533-4.938A44.8%2044.8%200%200%201%204.42%208.92l.34-1.126c.111.034%2011.277%203.32%2022.427%200l.335%201.127a39.4%2039.4%200%200%201-11.205%201.553M4.785%2023.907l-.335-1.126c11.5-3.422%2022.634-.14%2023.1%200l-.34%201.126c-.11-.034-11.274-3.319-22.425%200%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M11.468%2028.764a35.45%2035.45%200%200%201-.742-25.71l1.082.461A34.23%2034.23%200%200%200%2012.55%2028.3Zm8.973%200L19.36%2028.3a34.23%2034.23%200%200%200%20.74-24.785l1.082-.461a35.46%2035.46%200%200%201-.741%2025.71M15.412%202.783h1.175v26.919h-1.175z%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M10.94%2011.083h16.8a3.2%203.2%200%200%201%203.2%203.2v13.6a3.2%203.2%200%200%201-3.2%203.2h-13.6a3.2%203.2%200%200%201-3.2-3.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.563%2026.298v-3.36c0-1.34.86-2.06%202.16-2.06c1.28-.02%202.08.82%202.04%202.24h-1.48c.04-.54-.2-.94-.6-.92c-.5%200-.64.34-.64.98v2.92c0%20.62.2.92.64.94c.46%200%20.64-.46.6-.98h1.48c.08%201.46-.84%202.32-2.14%202.3c-1.26%200-2.06-.7-2.06-2.06m4.74-.24h1.38c.02.64.22%201.04.66%201.04s.6-.26.6-.86c0-.5-.22-.78-.76-1.04l-.52-.24c-.92-.44-1.3-.98-1.3-2.06c0-1.2.76-2.04%202-2.04s1.9.86%201.92%202.26h-1.34c0-.58-.12-.98-.56-.98c-.4%200-.6.2-.6.7s.18.7.66.9l.48.22c1.02.48%201.46%201.1%201.46%202.26c0%201.38-.78%202.14-2.06%202.14s-2-.88-2.02-2.3m4.52%200h1.4c0%20.64.22%201.04.64%201.04s.6-.26.6-.86c0-.5-.2-.78-.76-1.04l-.52-.24c-.92-.44-1.28-.98-1.28-2.06c0-1.2.74-2.04%202-2.04s1.88.86%201.92%202.26h-1.34c-.02-.58-.14-.98-.58-.98c-.4%200-.58.2-.58.7s.16.7.64.9l.5.22c1%20.48%201.44%201.1%201.44%202.26c0%201.38-.78%202.14-2.06%202.14s-2-.88-2.02-2.3%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%23639%22%20d%3D%22M16%2030a14%2014%200%201%201%2014-14a14.016%2014.016%200%200%201-14%2014m0-26.824A12.824%2012.824%200%201%200%2028.824%2016A12.84%2012.84%200%200%200%2016%203.176%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M2.784%2015.412h26.432v1.176H2.784zm13.533-4.938A44.8%2044.8%200%200%201%204.42%208.92l.34-1.126c.111.034%2011.277%203.32%2022.427%200l.335%201.127a39.4%2039.4%200%200%201-11.205%201.553M4.785%2023.907l-.335-1.126c11.5-3.422%2022.634-.14%2023.1%200l-.34%201.126c-.11-.034-11.274-3.319-22.425%200%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M11.468%2028.764a35.45%2035.45%200%200%201-.742-25.71l1.082.461A34.23%2034.23%200%200%200%2012.55%2028.3Zm8.973%200L19.36%2028.3a34.23%2034.23%200%200%200%20.74-24.785l1.082-.461a35.46%2035.46%200%200%201-.741%2025.71M15.412%202.783h1.175v26.919h-1.175z%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M10.94%2011.083h16.8a3.2%203.2%200%200%201%203.2%203.2v13.6a3.2%203.2%200%200%201-3.2%203.2h-13.6a3.2%203.2%200%200%201-3.2-3.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.563%2026.298v-3.36c0-1.34.86-2.06%202.16-2.06c1.28-.02%202.08.82%202.04%202.24h-1.48c.04-.54-.2-.94-.6-.92c-.5%200-.64.34-.64.98v2.92c0%20.62.2.92.64.94c.46%200%20.64-.46.6-.98h1.48c.08%201.46-.84%202.32-2.14%202.3c-1.26%200-2.06-.7-2.06-2.06m4.74-.24h1.38c.02.64.22%201.04.66%201.04s.6-.26.6-.86c0-.5-.22-.78-.76-1.04l-.52-.24c-.92-.44-1.3-.98-1.3-2.06c0-1.2.76-2.04%202-2.04s1.9.86%201.92%202.26h-1.34c0-.58-.12-.98-.56-.98c-.4%200-.6.2-.6.7s.18.7.66.9l.48.22c1.02.48%201.46%201.1%201.46%202.26c0%201.38-.78%202.14-2.06%202.14s-2-.88-2.02-2.3m4.52%200h1.4c0%20.64.22%201.04.64%201.04s.6-.26.6-.86c0-.5-.2-.78-.76-1.04l-.52-.24c-.92-.44-1.28-.98-1.28-2.06c0-1.2.74-2.04%202-2.04s1.88.86%201.92%202.26h-1.34c-.02-.58-.14-.98-.58-.98c-.4%200-.58.2-.58.7s.16.7.64.9l.5.22c1%20.48%201.44%201.1%201.44%202.26c0%201.38-.78%202.14-2.06%202.14s-2-.88-2.02-2.3%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-cssmap.svg?color=%231a73e8&size=48

File Type Cssmap logo — VSCode Icons · IconsDB