file type stan logo

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

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

Related icons in VSCode Icons

Use the file type stan logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b2001d" d="M16 2A14 14 0 0 0 5.688 25.469c1.7-.514 3.411-.992 4.806-1.357c4.037-1.054 10.948-2.836 11.946-5.082c-.28.78-1.218 2.87-1.218 2.87c-1.279 1.247-7.09 2.631-10.917 3.367c-1.22.235-2.614.507-4.026.806A14 14 0 0 0 28.467 9.628c-2.526.408-10.5 1.854-12.539 2.315c-2.255.509-6.789 1.433-7.694 2.993c.566-1.436 2.258-5.192 2.258-5.192c1.216-2 6.6-3.425 10.358-4.463c.876-.242 1.922-.539 3.023-.858A13.93 13.93 0 0 0 16 2"/><path fill="#590815" d="M8.223 14.987c-.252 1.175 3.52 2.313 6.921 3.389a26.4 26.4 0 0 1 5.667 2.192a3.1 3.1 0 0 0 1.662-1.614c.377-1.489-3.013-3.393-5.274-4.229a33 33 0 0 1-4.407-2.042c-4.316 1.143-4.569 2.3-4.569 2.3Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeStan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b2001d" d="M16 2A14 14 0 0 0 5.688 25.469c1.7-.514 3.411-.992 4.806-1.357c4.037-1.054 10.948-2.836 11.946-5.082c-.28.78-1.218 2.87-1.218 2.87c-1.279 1.247-7.09 2.631-10.917 3.367c-1.22.235-2.614.507-4.026.806A14 14 0 0 0 28.467 9.628c-2.526.408-10.5 1.854-12.539 2.315c-2.255.509-6.789 1.433-7.694 2.993c.566-1.436 2.258-5.192 2.258-5.192c1.216-2 6.6-3.425 10.358-4.463c.876-.242 1.922-.539 3.023-.858A13.93 13.93 0 0 0 16 2"/><path fill="#590815" d="M8.223 14.987c-.252 1.175 3.52 2.313 6.921 3.389a26.4 26.4 0 0 1 5.667 2.192a3.1 3.1 0 0 0 1.662-1.614c.377-1.489-3.013-3.393-5.274-4.229a33 33 0 0 1-4.407-2.042c-4.316 1.143-4.569 2.3-4.569 2.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b2001d" d="M16 2A14 14 0 0 0 5.688 25.469c1.7-.514 3.411-.992 4.806-1.357c4.037-1.054 10.948-2.836 11.946-5.082c-.28.78-1.218 2.87-1.218 2.87c-1.279 1.247-7.09 2.631-10.917 3.367c-1.22.235-2.614.507-4.026.806A14 14 0 0 0 28.467 9.628c-2.526.408-10.5 1.854-12.539 2.315c-2.255.509-6.789 1.433-7.694 2.993c.566-1.436 2.258-5.192 2.258-5.192c1.216-2 6.6-3.425 10.358-4.463c.876-.242 1.922-.539 3.023-.858A13.93 13.93 0 0 0 16 2"/><path fill="#590815" d="M8.223 14.987c-.252 1.175 3.52 2.313 6.921 3.389a26.4 26.4 0 0 1 5.667 2.192a3.1 3.1 0 0 0 1.662-1.614c.377-1.489-3.013-3.393-5.274-4.229a33 33 0 0 1-4.407-2.042c-4.316 1.143-4.569 2.3-4.569 2.3Z"/></svg>
</template>

CSS

.icon-file-type-stan {
  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%23b2001d%22%20d%3D%22M16%202A14%2014%200%200%200%205.688%2025.469c1.7-.514%203.411-.992%204.806-1.357c4.037-1.054%2010.948-2.836%2011.946-5.082c-.28.78-1.218%202.87-1.218%202.87c-1.279%201.247-7.09%202.631-10.917%203.367c-1.22.235-2.614.507-4.026.806A14%2014%200%200%200%2028.467%209.628c-2.526.408-10.5%201.854-12.539%202.315c-2.255.509-6.789%201.433-7.694%202.993c.566-1.436%202.258-5.192%202.258-5.192c1.216-2%206.6-3.425%2010.358-4.463c.876-.242%201.922-.539%203.023-.858A13.93%2013.93%200%200%200%2016%202%22%2F%3E%3Cpath%20fill%3D%22%23590815%22%20d%3D%22M8.223%2014.987c-.252%201.175%203.52%202.313%206.921%203.389a26.4%2026.4%200%200%201%205.667%202.192a3.1%203.1%200%200%200%201.662-1.614c.377-1.489-3.013-3.393-5.274-4.229a33%2033%200%200%201-4.407-2.042c-4.316%201.143-4.569%202.3-4.569%202.3Z%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%23b2001d%22%20d%3D%22M16%202A14%2014%200%200%200%205.688%2025.469c1.7-.514%203.411-.992%204.806-1.357c4.037-1.054%2010.948-2.836%2011.946-5.082c-.28.78-1.218%202.87-1.218%202.87c-1.279%201.247-7.09%202.631-10.917%203.367c-1.22.235-2.614.507-4.026.806A14%2014%200%200%200%2028.467%209.628c-2.526.408-10.5%201.854-12.539%202.315c-2.255.509-6.789%201.433-7.694%202.993c.566-1.436%202.258-5.192%202.258-5.192c1.216-2%206.6-3.425%2010.358-4.463c.876-.242%201.922-.539%203.023-.858A13.93%2013.93%200%200%200%2016%202%22%2F%3E%3Cpath%20fill%3D%22%23590815%22%20d%3D%22M8.223%2014.987c-.252%201.175%203.52%202.313%206.921%203.389a26.4%2026.4%200%200%201%205.667%202.192a3.1%203.1%200%200%200%201.662-1.614c.377-1.489-3.013-3.393-5.274-4.229a33%2033%200%200%201-4.407-2.042c-4.316%201.143-4.569%202.3-4.569%202.3Z%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-stan.svg?color=%231a73e8&size=48