file type zizmor logo

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

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

Related icons in VSCode Icons

Use the file type zizmor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8767ac" d="M30 2.78C14.54 2.78 2.78 14.54 2.78 30h13.25c0-7.71 6.26-13.97 13.97-13.97z"/><path fill="#eb2027" d="M2 30h2.37a25.63 25.63 0 0 1 25.6-25.63V2A28 28 0 0 0 2 30"/><path fill="#f19020" d="M4.4 30h2.33A23.3 23.3 0 0 1 30 6.7V4.37A25.63 25.63 0 0 0 4.4 30"/><path fill="#ffcb4c" d="M6.73 30h2.33A20.97 20.97 0 0 1 30 9.03V6.7A23.3 23.3 0 0 0 6.73 30"/><path fill="#5c903f" d="M9.06 30h2.34A18.63 18.63 0 0 1 30 11.37V9.03A20.97 20.97 0 0 0 9.06 30"/><path fill="#226798" d="M11.4 30h2.33c0-9 7.28-16.28 16.27-16.3v-2.33A18.63 18.63 0 0 0 11.4 30"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeZizmor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8767ac" d="M30 2.78C14.54 2.78 2.78 14.54 2.78 30h13.25c0-7.71 6.26-13.97 13.97-13.97z"/><path fill="#eb2027" d="M2 30h2.37a25.63 25.63 0 0 1 25.6-25.63V2A28 28 0 0 0 2 30"/><path fill="#f19020" d="M4.4 30h2.33A23.3 23.3 0 0 1 30 6.7V4.37A25.63 25.63 0 0 0 4.4 30"/><path fill="#ffcb4c" d="M6.73 30h2.33A20.97 20.97 0 0 1 30 9.03V6.7A23.3 23.3 0 0 0 6.73 30"/><path fill="#5c903f" d="M9.06 30h2.34A18.63 18.63 0 0 1 30 11.37V9.03A20.97 20.97 0 0 0 9.06 30"/><path fill="#226798" d="M11.4 30h2.33c0-9 7.28-16.28 16.27-16.3v-2.33A18.63 18.63 0 0 0 11.4 30"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8767ac" d="M30 2.78C14.54 2.78 2.78 14.54 2.78 30h13.25c0-7.71 6.26-13.97 13.97-13.97z"/><path fill="#eb2027" d="M2 30h2.37a25.63 25.63 0 0 1 25.6-25.63V2A28 28 0 0 0 2 30"/><path fill="#f19020" d="M4.4 30h2.33A23.3 23.3 0 0 1 30 6.7V4.37A25.63 25.63 0 0 0 4.4 30"/><path fill="#ffcb4c" d="M6.73 30h2.33A20.97 20.97 0 0 1 30 9.03V6.7A23.3 23.3 0 0 0 6.73 30"/><path fill="#5c903f" d="M9.06 30h2.34A18.63 18.63 0 0 1 30 11.37V9.03A20.97 20.97 0 0 0 9.06 30"/><path fill="#226798" d="M11.4 30h2.33c0-9 7.28-16.28 16.27-16.3v-2.33A18.63 18.63 0 0 0 11.4 30"/></svg>
</template>

CSS

.icon-file-type-zizmor {
  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%238767ac%22%20d%3D%22M30%202.78C14.54%202.78%202.78%2014.54%202.78%2030h13.25c0-7.71%206.26-13.97%2013.97-13.97z%22%2F%3E%3Cpath%20fill%3D%22%23eb2027%22%20d%3D%22M2%2030h2.37a25.63%2025.63%200%200%201%2025.6-25.63V2A28%2028%200%200%200%202%2030%22%2F%3E%3Cpath%20fill%3D%22%23f19020%22%20d%3D%22M4.4%2030h2.33A23.3%2023.3%200%200%201%2030%206.7V4.37A25.63%2025.63%200%200%200%204.4%2030%22%2F%3E%3Cpath%20fill%3D%22%23ffcb4c%22%20d%3D%22M6.73%2030h2.33A20.97%2020.97%200%200%201%2030%209.03V6.7A23.3%2023.3%200%200%200%206.73%2030%22%2F%3E%3Cpath%20fill%3D%22%235c903f%22%20d%3D%22M9.06%2030h2.34A18.63%2018.63%200%200%201%2030%2011.37V9.03A20.97%2020.97%200%200%200%209.06%2030%22%2F%3E%3Cpath%20fill%3D%22%23226798%22%20d%3D%22M11.4%2030h2.33c0-9%207.28-16.28%2016.27-16.3v-2.33A18.63%2018.63%200%200%200%2011.4%2030%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%238767ac%22%20d%3D%22M30%202.78C14.54%202.78%202.78%2014.54%202.78%2030h13.25c0-7.71%206.26-13.97%2013.97-13.97z%22%2F%3E%3Cpath%20fill%3D%22%23eb2027%22%20d%3D%22M2%2030h2.37a25.63%2025.63%200%200%201%2025.6-25.63V2A28%2028%200%200%200%202%2030%22%2F%3E%3Cpath%20fill%3D%22%23f19020%22%20d%3D%22M4.4%2030h2.33A23.3%2023.3%200%200%201%2030%206.7V4.37A25.63%2025.63%200%200%200%204.4%2030%22%2F%3E%3Cpath%20fill%3D%22%23ffcb4c%22%20d%3D%22M6.73%2030h2.33A20.97%2020.97%200%200%201%2030%209.03V6.7A23.3%2023.3%200%200%200%206.73%2030%22%2F%3E%3Cpath%20fill%3D%22%235c903f%22%20d%3D%22M9.06%2030h2.34A18.63%2018.63%200%200%201%2030%2011.37V9.03A20.97%2020.97%200%200%200%209.06%2030%22%2F%3E%3Cpath%20fill%3D%22%23226798%22%20d%3D%22M11.4%2030h2.33c0-9%207.28-16.28%2016.27-16.3v-2.33A18.63%2018.63%200%200%200%2011.4%2030%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-zizmor.svg?color=%231a73e8&size=48