file type licensebat logo

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

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

Related icons in VSCode Icons

Use the file type licensebat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGZCjvRcJv" x1="2.591" x2="29.409" y1="16" y2="16" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffca3f"/><stop offset=".014" stop-color="#fec83e"/><stop offset=".238" stop-color="#ebaf35"/><stop offset=".471" stop-color="#de9d2e"/><stop offset=".717" stop-color="#d6922a"/><stop offset=".999" stop-color="#d38f29"/></linearGradient><linearGradient id="SVG024scefm" x1="19.532" x2="11.214" y1="27.942" y2="16.674" href="#SVGZCjvRcJv"/></defs><path fill="url(#SVGZCjvRcJv)" d="m22.652 3.474l-3.994 4.348l-.055.055l-.6.656a7.2 7.2 0 1 1-4.006 0l-.6-.656l-.055-.055l-3.994-4.348a13.409 13.409 0 1 0 13.3 0Z"/><path fill="url(#SVG024scefm)" d="M24.1 23.839a5.287 5.287 0 0 1-5-7.011a2.1 2.1 0 0 1-1.6.688a2.15 2.15 0 0 1-1.417-.507c-.026.023-.054-.065-.082-.044c-.028-.021-.056.067-.082.044a2.15 2.15 0 0 1-1.417.507a2.1 2.1 0 0 1-1.6-.688a5.287 5.287 0 0 1-7.595 6.329a13.33 13.33 0 0 0 10.664 5.315h.054a13.33 13.33 0 0 0 10.664-5.315a5.26 5.26 0 0 1-2.589.682"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLicensebat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGZCjvRcJv" x1="2.591" x2="29.409" y1="16" y2="16" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ffca3f"/><stop offset=".014" stopColor="#fec83e"/><stop offset=".238" stopColor="#ebaf35"/><stop offset=".471" stopColor="#de9d2e"/><stop offset=".717" stopColor="#d6922a"/><stop offset=".999" stopColor="#d38f29"/></linearGradient><linearGradient id="SVG024scefm" x1="19.532" x2="11.214" y1="27.942" y2="16.674" href="#SVGZCjvRcJv"/></defs><path fill="url(#SVGZCjvRcJv)" d="m22.652 3.474l-3.994 4.348l-.055.055l-.6.656a7.2 7.2 0 1 1-4.006 0l-.6-.656l-.055-.055l-3.994-4.348a13.409 13.409 0 1 0 13.3 0Z"/><path fill="url(#SVG024scefm)" d="M24.1 23.839a5.287 5.287 0 0 1-5-7.011a2.1 2.1 0 0 1-1.6.688a2.15 2.15 0 0 1-1.417-.507c-.026.023-.054-.065-.082-.044c-.028-.021-.056.067-.082.044a2.15 2.15 0 0 1-1.417.507a2.1 2.1 0 0 1-1.6-.688a5.287 5.287 0 0 1-7.595 6.329a13.33 13.33 0 0 0 10.664 5.315h.054a13.33 13.33 0 0 0 10.664-5.315a5.26 5.26 0 0 1-2.589.682"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGZCjvRcJv" x1="2.591" x2="29.409" y1="16" y2="16" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffca3f"/><stop offset=".014" stop-color="#fec83e"/><stop offset=".238" stop-color="#ebaf35"/><stop offset=".471" stop-color="#de9d2e"/><stop offset=".717" stop-color="#d6922a"/><stop offset=".999" stop-color="#d38f29"/></linearGradient><linearGradient id="SVG024scefm" x1="19.532" x2="11.214" y1="27.942" y2="16.674" href="#SVGZCjvRcJv"/></defs><path fill="url(#SVGZCjvRcJv)" d="m22.652 3.474l-3.994 4.348l-.055.055l-.6.656a7.2 7.2 0 1 1-4.006 0l-.6-.656l-.055-.055l-3.994-4.348a13.409 13.409 0 1 0 13.3 0Z"/><path fill="url(#SVG024scefm)" d="M24.1 23.839a5.287 5.287 0 0 1-5-7.011a2.1 2.1 0 0 1-1.6.688a2.15 2.15 0 0 1-1.417-.507c-.026.023-.054-.065-.082-.044c-.028-.021-.056.067-.082.044a2.15 2.15 0 0 1-1.417.507a2.1 2.1 0 0 1-1.6-.688a5.287 5.287 0 0 1-7.595 6.329a13.33 13.33 0 0 0 10.664 5.315h.054a13.33 13.33 0 0 0 10.664-5.315a5.26 5.26 0 0 1-2.589.682"/></svg>
</template>

CSS

.icon-file-type-licensebat {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZCjvRcJv%22%20x1%3D%222.591%22%20x2%3D%2229.409%22%20y1%3D%2216%22%20y2%3D%2216%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffca3f%22%2F%3E%3Cstop%20offset%3D%22.014%22%20stop-color%3D%22%23fec83e%22%2F%3E%3Cstop%20offset%3D%22.238%22%20stop-color%3D%22%23ebaf35%22%2F%3E%3Cstop%20offset%3D%22.471%22%20stop-color%3D%22%23de9d2e%22%2F%3E%3Cstop%20offset%3D%22.717%22%20stop-color%3D%22%23d6922a%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23d38f29%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG024scefm%22%20x1%3D%2219.532%22%20x2%3D%2211.214%22%20y1%3D%2227.942%22%20y2%3D%2216.674%22%20href%3D%22%23SVGZCjvRcJv%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGZCjvRcJv)%22%20d%3D%22m22.652%203.474l-3.994%204.348l-.055.055l-.6.656a7.2%207.2%200%201%201-4.006%200l-.6-.656l-.055-.055l-3.994-4.348a13.409%2013.409%200%201%200%2013.3%200Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG024scefm)%22%20d%3D%22M24.1%2023.839a5.287%205.287%200%200%201-5-7.011a2.1%202.1%200%200%201-1.6.688a2.15%202.15%200%200%201-1.417-.507c-.026.023-.054-.065-.082-.044c-.028-.021-.056.067-.082.044a2.15%202.15%200%200%201-1.417.507a2.1%202.1%200%200%201-1.6-.688a5.287%205.287%200%200%201-7.595%206.329a13.33%2013.33%200%200%200%2010.664%205.315h.054a13.33%2013.33%200%200%200%2010.664-5.315a5.26%205.26%200%200%201-2.589.682%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZCjvRcJv%22%20x1%3D%222.591%22%20x2%3D%2229.409%22%20y1%3D%2216%22%20y2%3D%2216%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffca3f%22%2F%3E%3Cstop%20offset%3D%22.014%22%20stop-color%3D%22%23fec83e%22%2F%3E%3Cstop%20offset%3D%22.238%22%20stop-color%3D%22%23ebaf35%22%2F%3E%3Cstop%20offset%3D%22.471%22%20stop-color%3D%22%23de9d2e%22%2F%3E%3Cstop%20offset%3D%22.717%22%20stop-color%3D%22%23d6922a%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23d38f29%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG024scefm%22%20x1%3D%2219.532%22%20x2%3D%2211.214%22%20y1%3D%2227.942%22%20y2%3D%2216.674%22%20href%3D%22%23SVGZCjvRcJv%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGZCjvRcJv)%22%20d%3D%22m22.652%203.474l-3.994%204.348l-.055.055l-.6.656a7.2%207.2%200%201%201-4.006%200l-.6-.656l-.055-.055l-3.994-4.348a13.409%2013.409%200%201%200%2013.3%200Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG024scefm)%22%20d%3D%22M24.1%2023.839a5.287%205.287%200%200%201-5-7.011a2.1%202.1%200%200%201-1.6.688a2.15%202.15%200%200%201-1.417-.507c-.026.023-.054-.065-.082-.044c-.028-.021-.056.067-.082.044a2.15%202.15%200%200%201-1.417.507a2.1%202.1%200%200%201-1.6-.688a5.287%205.287%200%200%201-7.595%206.329a13.33%2013.33%200%200%200%2010.664%205.315h.054a13.33%2013.33%200%200%200%2010.664-5.315a5.26%205.26%200%200%201-2.589.682%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-licensebat.svg?color=%231a73e8&size=48