file type fritzing logo

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

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

Related icons in VSCode Icons

Use the file type fritzing logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="29.772" height="29.772" x="1.114" y="1.114" fill="#d33020" rx="6.6" ry="6.6"/><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" transform="translate(.038 .001)"><path stroke-width="2.986" d="M20.875 6.036s-1.74-.032-4.602.038c-.884.02-1.96 1.079-1.984 1.727c-.03.872.037 12.488.037 12.488m-3.276-7.78h7.805"/><circle cx="14.404" cy="23.774" r="2.573" stroke-width="2.23"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeFritzing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="29.772" height="29.772" x="1.114" y="1.114" fill="#d33020" rx="6.6" ry="6.6"/><g fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" transform="translate(.038 .001)"><path strokeWidth="2.986" d="M20.875 6.036s-1.74-.032-4.602.038c-.884.02-1.96 1.079-1.984 1.727c-.03.872.037 12.488.037 12.488m-3.276-7.78h7.805"/><circle cx="14.404" cy="23.774" r="2.573" strokeWidth="2.23"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="29.772" height="29.772" x="1.114" y="1.114" fill="#d33020" rx="6.6" ry="6.6"/><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" transform="translate(.038 .001)"><path stroke-width="2.986" d="M20.875 6.036s-1.74-.032-4.602.038c-.884.02-1.96 1.079-1.984 1.727c-.03.872.037 12.488.037 12.488m-3.276-7.78h7.805"/><circle cx="14.404" cy="23.774" r="2.573" stroke-width="2.23"/></g></svg>
</template>

CSS

.icon-file-type-fritzing {
  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%3Crect%20width%3D%2229.772%22%20height%3D%2229.772%22%20x%3D%221.114%22%20y%3D%221.114%22%20fill%3D%22%23d33020%22%20rx%3D%226.6%22%20ry%3D%226.6%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate(.038%20.001)%22%3E%3Cpath%20stroke-width%3D%222.986%22%20d%3D%22M20.875%206.036s-1.74-.032-4.602.038c-.884.02-1.96%201.079-1.984%201.727c-.03.872.037%2012.488.037%2012.488m-3.276-7.78h7.805%22%2F%3E%3Ccircle%20cx%3D%2214.404%22%20cy%3D%2223.774%22%20r%3D%222.573%22%20stroke-width%3D%222.23%22%2F%3E%3C%2Fg%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%3Crect%20width%3D%2229.772%22%20height%3D%2229.772%22%20x%3D%221.114%22%20y%3D%221.114%22%20fill%3D%22%23d33020%22%20rx%3D%226.6%22%20ry%3D%226.6%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate(.038%20.001)%22%3E%3Cpath%20stroke-width%3D%222.986%22%20d%3D%22M20.875%206.036s-1.74-.032-4.602.038c-.884.02-1.96%201.079-1.984%201.727c-.03.872.037%2012.488.037%2012.488m-3.276-7.78h7.805%22%2F%3E%3Ccircle%20cx%3D%2214.404%22%20cy%3D%2223.774%22%20r%3D%222.573%22%20stroke-width%3D%222.23%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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