file type jsmap logo
file-type-jsmap from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-jsmap
- 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 jsmap logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5de19" 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="#f5de19" 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="#f5de19" 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="#f5de19" stroke="#000" stroke-miterlimit="10" stroke-width=".5" d="M22.96 26.5a3.28 3.28 0 0 0 2.972 1.829c1.248 0 2.046-.624 2.046-1.486c0-1.033-.819-1.4-2.193-2l-.753-.323c-2.174-.926-3.618-2.086-3.618-4.539c0-2.259 1.721-3.979 4.412-3.979a4.45 4.45 0 0 1 4.284 2.412l-2.346 1.506a2.05 2.05 0 0 0-1.939-1.291a1.31 1.31 0 0 0-1.442 1.291c0 .9.56 1.27 1.852 1.829l.753.323c2.559 1.1 4 2.216 4 4.732c0 2.712-2.13 4.2-4.992 4.2a5.79 5.79 0 0 1-5.489-3.08Zm-10.641.261c.473.84.9 1.549 1.939 1.549c.99 0 1.614-.387 1.614-1.893V16.172h3.012v10.284c0 3.119-1.829 4.539-4.5 4.539a4.68 4.68 0 0 1-4.519-2.752Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeJsmap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5de19" 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="#f5de19" 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="#f5de19" 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="#f5de19" stroke="#000" strokeMiterlimit="10" strokeWidth=".5" d="M22.96 26.5a3.28 3.28 0 0 0 2.972 1.829c1.248 0 2.046-.624 2.046-1.486c0-1.033-.819-1.4-2.193-2l-.753-.323c-2.174-.926-3.618-2.086-3.618-4.539c0-2.259 1.721-3.979 4.412-3.979a4.45 4.45 0 0 1 4.284 2.412l-2.346 1.506a2.05 2.05 0 0 0-1.939-1.291a1.31 1.31 0 0 0-1.442 1.291c0 .9.56 1.27 1.852 1.829l.753.323c2.559 1.1 4 2.216 4 4.732c0 2.712-2.13 4.2-4.992 4.2a5.79 5.79 0 0 1-5.489-3.08Zm-10.641.261c.473.84.9 1.549 1.939 1.549c.99 0 1.614-.387 1.614-1.893V16.172h3.012v10.284c0 3.119-1.829 4.539-4.5 4.539a4.68 4.68 0 0 1-4.519-2.752Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5de19" 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="#f5de19" 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="#f5de19" 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="#f5de19" stroke="#000" stroke-miterlimit="10" stroke-width=".5" d="M22.96 26.5a3.28 3.28 0 0 0 2.972 1.829c1.248 0 2.046-.624 2.046-1.486c0-1.033-.819-1.4-2.193-2l-.753-.323c-2.174-.926-3.618-2.086-3.618-4.539c0-2.259 1.721-3.979 4.412-3.979a4.45 4.45 0 0 1 4.284 2.412l-2.346 1.506a2.05 2.05 0 0 0-1.939-1.291a1.31 1.31 0 0 0-1.442 1.291c0 .9.56 1.27 1.852 1.829l.753.323c2.559 1.1 4 2.216 4 4.732c0 2.712-2.13 4.2-4.992 4.2a5.79 5.79 0 0 1-5.489-3.08Zm-10.641.261c.473.84.9 1.549 1.939 1.549c.99 0 1.614-.387 1.614-1.893V16.172h3.012v10.284c0 3.119-1.829 4.539-4.5 4.539a4.68 4.68 0 0 1-4.519-2.752Z"/></svg> </template>
CSS
.icon-file-type-jsmap {
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%23f5de19%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%23f5de19%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%23f5de19%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%23f5de19%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.5%22%20d%3D%22M22.96%2026.5a3.28%203.28%200%200%200%202.972%201.829c1.248%200%202.046-.624%202.046-1.486c0-1.033-.819-1.4-2.193-2l-.753-.323c-2.174-.926-3.618-2.086-3.618-4.539c0-2.259%201.721-3.979%204.412-3.979a4.45%204.45%200%200%201%204.284%202.412l-2.346%201.506a2.05%202.05%200%200%200-1.939-1.291a1.31%201.31%200%200%200-1.442%201.291c0%20.9.56%201.27%201.852%201.829l.753.323c2.559%201.1%204%202.216%204%204.732c0%202.712-2.13%204.2-4.992%204.2a5.79%205.79%200%200%201-5.489-3.08Zm-10.641.261c.473.84.9%201.549%201.939%201.549c.99%200%201.614-.387%201.614-1.893V16.172h3.012v10.284c0%203.119-1.829%204.539-4.5%204.539a4.68%204.68%200%200%201-4.519-2.752Z%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%23f5de19%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%23f5de19%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%23f5de19%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%23f5de19%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.5%22%20d%3D%22M22.96%2026.5a3.28%203.28%200%200%200%202.972%201.829c1.248%200%202.046-.624%202.046-1.486c0-1.033-.819-1.4-2.193-2l-.753-.323c-2.174-.926-3.618-2.086-3.618-4.539c0-2.259%201.721-3.979%204.412-3.979a4.45%204.45%200%200%201%204.284%202.412l-2.346%201.506a2.05%202.05%200%200%200-1.939-1.291a1.31%201.31%200%200%200-1.442%201.291c0%20.9.56%201.27%201.852%201.829l.753.323c2.559%201.1%204%202.216%204%204.732c0%202.712-2.13%204.2-4.992%204.2a5.79%205.79%200%200%201-5.489-3.08Zm-10.641.261c.473.84.9%201.549%201.939%201.549c.99%200%201.614-.387%201.614-1.893V16.172h3.012v10.284c0%203.119-1.829%204.539-4.5%204.539a4.68%204.68%200%200%201-4.519-2.752Z%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-jsmap.svg?color=%231a73e8&size=48