file type wesl logo

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

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

Related icons in VSCode Icons

Use the file type wesl logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0095ff" d="M18.95 16.87a.5.5 0 0 0-.44.75l3.9 6.75c.19.34.68.34.86 0l3.87-6.75a.5.5 0 0 0-.44-.75h-1.2c-.34 0-.58.35-.54.7q.07.56-.14 1.04c-.32.7-1.07 1.03-2 1.03s-1.68-.34-2.01-1.03q-.22-.48-.15-1.04c.05-.35-.19-.7-.54-.7zm2.68.28a.5.5 0 0 1 .43-.28h1.53q.32 0 .44.28q.25.74.05 1.11c-.13.3-.5.56-1.26.56s-1.12-.26-1.26-.56c-.11-.24-.13-.62.06-1.1"/><path fill="#05e3fc" d="M20.1 12.55a.5.5 0 0 0 .02.52c.33.41.66.58.93.61c.32.03.73-.15 1.11-.8s.34-1.1.15-1.37c-.16-.23-.48-.43-1-.5a.5.5 0 0 0-.47.23zm3.18-4.01a.5.5 0 0 0-.87 0l-.58 1.02c-.18.3.01.7.33.83q.53.22.83.64c.45.63.36 1.44-.1 2.25s-1.14 1.3-1.9 1.22a2 2 0 0 1-.98-.4c-.28-.2-.7-.17-.88.13l-.62 1.07a.5.5 0 0 0 .44.75h2.56a.4.4 0 0 1 .36.6c-.42.75-.45 1.29-.3 1.61c.14.3.5.56 1.26.56s1.13-.26 1.27-.56c.15-.32.12-.86-.3-1.6a.4.4 0 0 1 .36-.61h2.57a.5.5 0 0 0 .43-.75z"/><g fill="url(#SVGfhNGEedP)" transform="translate(2 7.37)scale(.07165)"><path d="M144 237a7 7 0 0 1-12 0L1 11C-2 6 2 0 7 0h262c5 0 9 6 6 11l-18 31a5.7 5.7 0 0 0 4.9 8.5c11.8.1 18.6 3.6 21.5 7.6c2.6 3.7 3.3 9.9-2 19.1s-11 11.7-15.5 11.3c-5-.4-11.4-4.5-17.3-14.7a5.7 5.7 0 0 0-9.9 0z"/><path d="m1 11l131 226.8c2.7 4.7 9.4 4.7 12.1 0l94.7-164a5.7 5.7 0 0 1 9.9 0c6 10.2 12.4 14.3 17.3 14.8c4.5.4 10.2-2.1 15.5-11.3s4.7-15.4 2-19.1c-2.8-4.1-9.6-7.5-21.4-7.6a5.7 5.7 0 0 1-4.9-8.6l17.9-31A7 7 0 0 0 269 0h-92.2c-4.9 0-8.2 4.9-7.6 9.8c.6 5.2 0 10.1-2 14.5c-4.5 9.7-14.9 14.4-28 14.4c-13 0-23.4-4.7-28-14.4c-2-4.4-2.6-9.3-2-14.5c.6-4.9-2.7-9.8-7.6-9.8H7C1.6 0-1.7 5.8 1 11"/></g><path fill="#f70" d="m2.06 8.12l9.4 16.25a.5.5 0 0 0 .86 0l.83-1.43l-9-15.57H2.5a.5.5 0 0 0-.44.75"/><path fill="#04a3ff" d="M27.16 11.3a.5.5 0 0 1-.43-.75l1.16-2.02a.5.5 0 0 1 .87 0l1.17 2.02a.5.5 0 0 1-.44.75zm1.57 3.59a.5.5 0 0 1-.86 0l-1.15-2.02a.5.5 0 0 1 .44-.75h2.33a.5.5 0 0 1 .43.76z"/><defs><linearGradient id="SVGfhNGEedP" x1="206.5" x2="144.9" y1=".4" y2="223.5" gradientUnits="userSpaceOnUse"><stop stop-color="#ff5242"/><stop offset="1" stop-color="#fd0"/></linearGradient></defs></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeWesl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0095ff" d="M18.95 16.87a.5.5 0 0 0-.44.75l3.9 6.75c.19.34.68.34.86 0l3.87-6.75a.5.5 0 0 0-.44-.75h-1.2c-.34 0-.58.35-.54.7q.07.56-.14 1.04c-.32.7-1.07 1.03-2 1.03s-1.68-.34-2.01-1.03q-.22-.48-.15-1.04c.05-.35-.19-.7-.54-.7zm2.68.28a.5.5 0 0 1 .43-.28h1.53q.32 0 .44.28q.25.74.05 1.11c-.13.3-.5.56-1.26.56s-1.12-.26-1.26-.56c-.11-.24-.13-.62.06-1.1"/><path fill="#05e3fc" d="M20.1 12.55a.5.5 0 0 0 .02.52c.33.41.66.58.93.61c.32.03.73-.15 1.11-.8s.34-1.1.15-1.37c-.16-.23-.48-.43-1-.5a.5.5 0 0 0-.47.23zm3.18-4.01a.5.5 0 0 0-.87 0l-.58 1.02c-.18.3.01.7.33.83q.53.22.83.64c.45.63.36 1.44-.1 2.25s-1.14 1.3-1.9 1.22a2 2 0 0 1-.98-.4c-.28-.2-.7-.17-.88.13l-.62 1.07a.5.5 0 0 0 .44.75h2.56a.4.4 0 0 1 .36.6c-.42.75-.45 1.29-.3 1.61c.14.3.5.56 1.26.56s1.13-.26 1.27-.56c.15-.32.12-.86-.3-1.6a.4.4 0 0 1 .36-.61h2.57a.5.5 0 0 0 .43-.75z"/><g fill="url(#SVGfhNGEedP)" transform="translate(2 7.37)scale(.07165)"><path d="M144 237a7 7 0 0 1-12 0L1 11C-2 6 2 0 7 0h262c5 0 9 6 6 11l-18 31a5.7 5.7 0 0 0 4.9 8.5c11.8.1 18.6 3.6 21.5 7.6c2.6 3.7 3.3 9.9-2 19.1s-11 11.7-15.5 11.3c-5-.4-11.4-4.5-17.3-14.7a5.7 5.7 0 0 0-9.9 0z"/><path d="m1 11l131 226.8c2.7 4.7 9.4 4.7 12.1 0l94.7-164a5.7 5.7 0 0 1 9.9 0c6 10.2 12.4 14.3 17.3 14.8c4.5.4 10.2-2.1 15.5-11.3s4.7-15.4 2-19.1c-2.8-4.1-9.6-7.5-21.4-7.6a5.7 5.7 0 0 1-4.9-8.6l17.9-31A7 7 0 0 0 269 0h-92.2c-4.9 0-8.2 4.9-7.6 9.8c.6 5.2 0 10.1-2 14.5c-4.5 9.7-14.9 14.4-28 14.4c-13 0-23.4-4.7-28-14.4c-2-4.4-2.6-9.3-2-14.5c.6-4.9-2.7-9.8-7.6-9.8H7C1.6 0-1.7 5.8 1 11"/></g><path fill="#f70" d="m2.06 8.12l9.4 16.25a.5.5 0 0 0 .86 0l.83-1.43l-9-15.57H2.5a.5.5 0 0 0-.44.75"/><path fill="#04a3ff" d="M27.16 11.3a.5.5 0 0 1-.43-.75l1.16-2.02a.5.5 0 0 1 .87 0l1.17 2.02a.5.5 0 0 1-.44.75zm1.57 3.59a.5.5 0 0 1-.86 0l-1.15-2.02a.5.5 0 0 1 .44-.75h2.33a.5.5 0 0 1 .43.76z"/><defs><linearGradient id="SVGfhNGEedP" x1="206.5" x2="144.9" y1=".4" y2="223.5" gradientUnits="userSpaceOnUse"><stop stopColor="#ff5242"/><stop offset="1" stopColor="#fd0"/></linearGradient></defs></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0095ff" d="M18.95 16.87a.5.5 0 0 0-.44.75l3.9 6.75c.19.34.68.34.86 0l3.87-6.75a.5.5 0 0 0-.44-.75h-1.2c-.34 0-.58.35-.54.7q.07.56-.14 1.04c-.32.7-1.07 1.03-2 1.03s-1.68-.34-2.01-1.03q-.22-.48-.15-1.04c.05-.35-.19-.7-.54-.7zm2.68.28a.5.5 0 0 1 .43-.28h1.53q.32 0 .44.28q.25.74.05 1.11c-.13.3-.5.56-1.26.56s-1.12-.26-1.26-.56c-.11-.24-.13-.62.06-1.1"/><path fill="#05e3fc" d="M20.1 12.55a.5.5 0 0 0 .02.52c.33.41.66.58.93.61c.32.03.73-.15 1.11-.8s.34-1.1.15-1.37c-.16-.23-.48-.43-1-.5a.5.5 0 0 0-.47.23zm3.18-4.01a.5.5 0 0 0-.87 0l-.58 1.02c-.18.3.01.7.33.83q.53.22.83.64c.45.63.36 1.44-.1 2.25s-1.14 1.3-1.9 1.22a2 2 0 0 1-.98-.4c-.28-.2-.7-.17-.88.13l-.62 1.07a.5.5 0 0 0 .44.75h2.56a.4.4 0 0 1 .36.6c-.42.75-.45 1.29-.3 1.61c.14.3.5.56 1.26.56s1.13-.26 1.27-.56c.15-.32.12-.86-.3-1.6a.4.4 0 0 1 .36-.61h2.57a.5.5 0 0 0 .43-.75z"/><g fill="url(#SVGfhNGEedP)" transform="translate(2 7.37)scale(.07165)"><path d="M144 237a7 7 0 0 1-12 0L1 11C-2 6 2 0 7 0h262c5 0 9 6 6 11l-18 31a5.7 5.7 0 0 0 4.9 8.5c11.8.1 18.6 3.6 21.5 7.6c2.6 3.7 3.3 9.9-2 19.1s-11 11.7-15.5 11.3c-5-.4-11.4-4.5-17.3-14.7a5.7 5.7 0 0 0-9.9 0z"/><path d="m1 11l131 226.8c2.7 4.7 9.4 4.7 12.1 0l94.7-164a5.7 5.7 0 0 1 9.9 0c6 10.2 12.4 14.3 17.3 14.8c4.5.4 10.2-2.1 15.5-11.3s4.7-15.4 2-19.1c-2.8-4.1-9.6-7.5-21.4-7.6a5.7 5.7 0 0 1-4.9-8.6l17.9-31A7 7 0 0 0 269 0h-92.2c-4.9 0-8.2 4.9-7.6 9.8c.6 5.2 0 10.1-2 14.5c-4.5 9.7-14.9 14.4-28 14.4c-13 0-23.4-4.7-28-14.4c-2-4.4-2.6-9.3-2-14.5c.6-4.9-2.7-9.8-7.6-9.8H7C1.6 0-1.7 5.8 1 11"/></g><path fill="#f70" d="m2.06 8.12l9.4 16.25a.5.5 0 0 0 .86 0l.83-1.43l-9-15.57H2.5a.5.5 0 0 0-.44.75"/><path fill="#04a3ff" d="M27.16 11.3a.5.5 0 0 1-.43-.75l1.16-2.02a.5.5 0 0 1 .87 0l1.17 2.02a.5.5 0 0 1-.44.75zm1.57 3.59a.5.5 0 0 1-.86 0l-1.15-2.02a.5.5 0 0 1 .44-.75h2.33a.5.5 0 0 1 .43.76z"/><defs><linearGradient id="SVGfhNGEedP" x1="206.5" x2="144.9" y1=".4" y2="223.5" gradientUnits="userSpaceOnUse"><stop stop-color="#ff5242"/><stop offset="1" stop-color="#fd0"/></linearGradient></defs></svg>
</template>

CSS

.icon-file-type-wesl {
  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%230095ff%22%20d%3D%22M18.95%2016.87a.5.5%200%200%200-.44.75l3.9%206.75c.19.34.68.34.86%200l3.87-6.75a.5.5%200%200%200-.44-.75h-1.2c-.34%200-.58.35-.54.7q.07.56-.14%201.04c-.32.7-1.07%201.03-2%201.03s-1.68-.34-2.01-1.03q-.22-.48-.15-1.04c.05-.35-.19-.7-.54-.7zm2.68.28a.5.5%200%200%201%20.43-.28h1.53q.32%200%20.44.28q.25.74.05%201.11c-.13.3-.5.56-1.26.56s-1.12-.26-1.26-.56c-.11-.24-.13-.62.06-1.1%22%2F%3E%3Cpath%20fill%3D%22%2305e3fc%22%20d%3D%22M20.1%2012.55a.5.5%200%200%200%20.02.52c.33.41.66.58.93.61c.32.03.73-.15%201.11-.8s.34-1.1.15-1.37c-.16-.23-.48-.43-1-.5a.5.5%200%200%200-.47.23zm3.18-4.01a.5.5%200%200%200-.87%200l-.58%201.02c-.18.3.01.7.33.83q.53.22.83.64c.45.63.36%201.44-.1%202.25s-1.14%201.3-1.9%201.22a2%202%200%200%201-.98-.4c-.28-.2-.7-.17-.88.13l-.62%201.07a.5.5%200%200%200%20.44.75h2.56a.4.4%200%200%201%20.36.6c-.42.75-.45%201.29-.3%201.61c.14.3.5.56%201.26.56s1.13-.26%201.27-.56c.15-.32.12-.86-.3-1.6a.4.4%200%200%201%20.36-.61h2.57a.5.5%200%200%200%20.43-.75z%22%2F%3E%3Cg%20fill%3D%22url(%23SVGfhNGEedP)%22%20transform%3D%22translate(2%207.37)scale(.07165)%22%3E%3Cpath%20d%3D%22M144%20237a7%207%200%200%201-12%200L1%2011C-2%206%202%200%207%200h262c5%200%209%206%206%2011l-18%2031a5.7%205.7%200%200%200%204.9%208.5c11.8.1%2018.6%203.6%2021.5%207.6c2.6%203.7%203.3%209.9-2%2019.1s-11%2011.7-15.5%2011.3c-5-.4-11.4-4.5-17.3-14.7a5.7%205.7%200%200%200-9.9%200z%22%2F%3E%3Cpath%20d%3D%22m1%2011l131%20226.8c2.7%204.7%209.4%204.7%2012.1%200l94.7-164a5.7%205.7%200%200%201%209.9%200c6%2010.2%2012.4%2014.3%2017.3%2014.8c4.5.4%2010.2-2.1%2015.5-11.3s4.7-15.4%202-19.1c-2.8-4.1-9.6-7.5-21.4-7.6a5.7%205.7%200%200%201-4.9-8.6l17.9-31A7%207%200%200%200%20269%200h-92.2c-4.9%200-8.2%204.9-7.6%209.8c.6%205.2%200%2010.1-2%2014.5c-4.5%209.7-14.9%2014.4-28%2014.4c-13%200-23.4-4.7-28-14.4c-2-4.4-2.6-9.3-2-14.5c.6-4.9-2.7-9.8-7.6-9.8H7C1.6%200-1.7%205.8%201%2011%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23f70%22%20d%3D%22m2.06%208.12l9.4%2016.25a.5.5%200%200%200%20.86%200l.83-1.43l-9-15.57H2.5a.5.5%200%200%200-.44.75%22%2F%3E%3Cpath%20fill%3D%22%2304a3ff%22%20d%3D%22M27.16%2011.3a.5.5%200%200%201-.43-.75l1.16-2.02a.5.5%200%200%201%20.87%200l1.17%202.02a.5.5%200%200%201-.44.75zm1.57%203.59a.5.5%200%200%201-.86%200l-1.15-2.02a.5.5%200%200%201%20.44-.75h2.33a.5.5%200%200%201%20.43.76z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfhNGEedP%22%20x1%3D%22206.5%22%20x2%3D%22144.9%22%20y1%3D%22.4%22%20y2%3D%22223.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff5242%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fd0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%230095ff%22%20d%3D%22M18.95%2016.87a.5.5%200%200%200-.44.75l3.9%206.75c.19.34.68.34.86%200l3.87-6.75a.5.5%200%200%200-.44-.75h-1.2c-.34%200-.58.35-.54.7q.07.56-.14%201.04c-.32.7-1.07%201.03-2%201.03s-1.68-.34-2.01-1.03q-.22-.48-.15-1.04c.05-.35-.19-.7-.54-.7zm2.68.28a.5.5%200%200%201%20.43-.28h1.53q.32%200%20.44.28q.25.74.05%201.11c-.13.3-.5.56-1.26.56s-1.12-.26-1.26-.56c-.11-.24-.13-.62.06-1.1%22%2F%3E%3Cpath%20fill%3D%22%2305e3fc%22%20d%3D%22M20.1%2012.55a.5.5%200%200%200%20.02.52c.33.41.66.58.93.61c.32.03.73-.15%201.11-.8s.34-1.1.15-1.37c-.16-.23-.48-.43-1-.5a.5.5%200%200%200-.47.23zm3.18-4.01a.5.5%200%200%200-.87%200l-.58%201.02c-.18.3.01.7.33.83q.53.22.83.64c.45.63.36%201.44-.1%202.25s-1.14%201.3-1.9%201.22a2%202%200%200%201-.98-.4c-.28-.2-.7-.17-.88.13l-.62%201.07a.5.5%200%200%200%20.44.75h2.56a.4.4%200%200%201%20.36.6c-.42.75-.45%201.29-.3%201.61c.14.3.5.56%201.26.56s1.13-.26%201.27-.56c.15-.32.12-.86-.3-1.6a.4.4%200%200%201%20.36-.61h2.57a.5.5%200%200%200%20.43-.75z%22%2F%3E%3Cg%20fill%3D%22url(%23SVGfhNGEedP)%22%20transform%3D%22translate(2%207.37)scale(.07165)%22%3E%3Cpath%20d%3D%22M144%20237a7%207%200%200%201-12%200L1%2011C-2%206%202%200%207%200h262c5%200%209%206%206%2011l-18%2031a5.7%205.7%200%200%200%204.9%208.5c11.8.1%2018.6%203.6%2021.5%207.6c2.6%203.7%203.3%209.9-2%2019.1s-11%2011.7-15.5%2011.3c-5-.4-11.4-4.5-17.3-14.7a5.7%205.7%200%200%200-9.9%200z%22%2F%3E%3Cpath%20d%3D%22m1%2011l131%20226.8c2.7%204.7%209.4%204.7%2012.1%200l94.7-164a5.7%205.7%200%200%201%209.9%200c6%2010.2%2012.4%2014.3%2017.3%2014.8c4.5.4%2010.2-2.1%2015.5-11.3s4.7-15.4%202-19.1c-2.8-4.1-9.6-7.5-21.4-7.6a5.7%205.7%200%200%201-4.9-8.6l17.9-31A7%207%200%200%200%20269%200h-92.2c-4.9%200-8.2%204.9-7.6%209.8c.6%205.2%200%2010.1-2%2014.5c-4.5%209.7-14.9%2014.4-28%2014.4c-13%200-23.4-4.7-28-14.4c-2-4.4-2.6-9.3-2-14.5c.6-4.9-2.7-9.8-7.6-9.8H7C1.6%200-1.7%205.8%201%2011%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23f70%22%20d%3D%22m2.06%208.12l9.4%2016.25a.5.5%200%200%200%20.86%200l.83-1.43l-9-15.57H2.5a.5.5%200%200%200-.44.75%22%2F%3E%3Cpath%20fill%3D%22%2304a3ff%22%20d%3D%22M27.16%2011.3a.5.5%200%200%201-.43-.75l1.16-2.02a.5.5%200%200%201%20.87%200l1.17%202.02a.5.5%200%200%201-.44.75zm1.57%203.59a.5.5%200%200%201-.86%200l-1.15-2.02a.5.5%200%200%201%20.44-.75h2.33a.5.5%200%200%201%20.43.76z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfhNGEedP%22%20x1%3D%22206.5%22%20x2%3D%22144.9%22%20y1%3D%22.4%22%20y2%3D%22223.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff5242%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fd0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-wesl.svg?color=%231a73e8&size=48