file type bolt logo

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

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

Related icons in VSCode Icons

Use the file type bolt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fbc02d" d="M9.012 2h13.967q-2.787 5.6-5.593 11.194q2.8.014 5.6.009q-4.9 8.4-9.794 16.8c-.019-4.192-.009-8.375-.009-12.567c-1.391 0-2.782 0-4.173-.009Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeBolt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fbc02d" d="M9.012 2h13.967q-2.787 5.6-5.593 11.194q2.8.014 5.6.009q-4.9 8.4-9.794 16.8c-.019-4.192-.009-8.375-.009-12.567c-1.391 0-2.782 0-4.173-.009Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fbc02d" d="M9.012 2h13.967q-2.787 5.6-5.593 11.194q2.8.014 5.6.009q-4.9 8.4-9.794 16.8c-.019-4.192-.009-8.375-.009-12.567c-1.391 0-2.782 0-4.173-.009Z"/></svg>
</template>

CSS

.icon-file-type-bolt {
  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%23fbc02d%22%20d%3D%22M9.012%202h13.967q-2.787%205.6-5.593%2011.194q2.8.014%205.6.009q-4.9%208.4-9.794%2016.8c-.019-4.192-.009-8.375-.009-12.567c-1.391%200-2.782%200-4.173-.009Z%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%23fbc02d%22%20d%3D%22M9.012%202h13.967q-2.787%205.6-5.593%2011.194q2.8.014%205.6.009q-4.9%208.4-9.794%2016.8c-.019-4.192-.009-8.375-.009-12.567c-1.391%200-2.782%200-4.173-.009Z%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-bolt.svg?color=%231a73e8&size=48