file type flash logo
file-type-flash from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-flash
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type flash logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGZ4iYYdzD" x1="28.841" x2="3.828" y1="29.545" y2="3.161" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b42025"/><stop offset="1" stop-color="#d42027"/></linearGradient></defs><path fill="url(#SVGZ4iYYdzD)" d="M2 2.328h28v27.344H2z"/><path fill="#fff" fill-rule="evenodd" d="M21.56 10.892a4.7 4.7 0 0 1 1.546-.243V7.122a7.44 7.44 0 0 0-6.115 2.884a11.4 11.4 0 0 0-1.529 2.571l-1.147 2.8a23 23 0 0 1-1.025 2.519a10 10 0 0 1-1.06 1.876a4 4 0 0 1-1.39 1.147a4.5 4.5 0 0 1-1.946.4v3.561a7.49 7.49 0 0 0 6.115-2.884a13.4 13.4 0 0 0 1.251-2.015l.973-2.224h4.082v-3.546h-2.692a11 11 0 0 1 .8-1.529a4.6 4.6 0 0 1 .938-1.095a3.6 3.6 0 0 1 1.2-.695Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeFlash(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="SVGZ4iYYdzD" x1="28.841" x2="3.828" y1="29.545" y2="3.161" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#b42025"/><stop offset="1" stopColor="#d42027"/></linearGradient></defs><path fill="url(#SVGZ4iYYdzD)" d="M2 2.328h28v27.344H2z"/><path fill="#fff" fillRule="evenodd" d="M21.56 10.892a4.7 4.7 0 0 1 1.546-.243V7.122a7.44 7.44 0 0 0-6.115 2.884a11.4 11.4 0 0 0-1.529 2.571l-1.147 2.8a23 23 0 0 1-1.025 2.519a10 10 0 0 1-1.06 1.876a4 4 0 0 1-1.39 1.147a4.5 4.5 0 0 1-1.946.4v3.561a7.49 7.49 0 0 0 6.115-2.884a13.4 13.4 0 0 0 1.251-2.015l.973-2.224h4.082v-3.546h-2.692a11 11 0 0 1 .8-1.529a4.6 4.6 0 0 1 .938-1.095a3.6 3.6 0 0 1 1.2-.695Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGZ4iYYdzD" x1="28.841" x2="3.828" y1="29.545" y2="3.161" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b42025"/><stop offset="1" stop-color="#d42027"/></linearGradient></defs><path fill="url(#SVGZ4iYYdzD)" d="M2 2.328h28v27.344H2z"/><path fill="#fff" fill-rule="evenodd" d="M21.56 10.892a4.7 4.7 0 0 1 1.546-.243V7.122a7.44 7.44 0 0 0-6.115 2.884a11.4 11.4 0 0 0-1.529 2.571l-1.147 2.8a23 23 0 0 1-1.025 2.519a10 10 0 0 1-1.06 1.876a4 4 0 0 1-1.39 1.147a4.5 4.5 0 0 1-1.946.4v3.561a7.49 7.49 0 0 0 6.115-2.884a13.4 13.4 0 0 0 1.251-2.015l.973-2.224h4.082v-3.546h-2.692a11 11 0 0 1 .8-1.529a4.6 4.6 0 0 1 .938-1.095a3.6 3.6 0 0 1 1.2-.695Z"/></svg> </template>
CSS
.icon-file-type-flash {
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%22SVGZ4iYYdzD%22%20x1%3D%2228.841%22%20x2%3D%223.828%22%20y1%3D%2229.545%22%20y2%3D%223.161%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b42025%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d42027%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGZ4iYYdzD)%22%20d%3D%22M2%202.328h28v27.344H2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.56%2010.892a4.7%204.7%200%200%201%201.546-.243V7.122a7.44%207.44%200%200%200-6.115%202.884a11.4%2011.4%200%200%200-1.529%202.571l-1.147%202.8a23%2023%200%200%201-1.025%202.519a10%2010%200%200%201-1.06%201.876a4%204%200%200%201-1.39%201.147a4.5%204.5%200%200%201-1.946.4v3.561a7.49%207.49%200%200%200%206.115-2.884a13.4%2013.4%200%200%200%201.251-2.015l.973-2.224h4.082v-3.546h-2.692a11%2011%200%200%201%20.8-1.529a4.6%204.6%200%200%201%20.938-1.095a3.6%203.6%200%200%201%201.2-.695Z%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%22SVGZ4iYYdzD%22%20x1%3D%2228.841%22%20x2%3D%223.828%22%20y1%3D%2229.545%22%20y2%3D%223.161%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b42025%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d42027%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGZ4iYYdzD)%22%20d%3D%22M2%202.328h28v27.344H2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.56%2010.892a4.7%204.7%200%200%201%201.546-.243V7.122a7.44%207.44%200%200%200-6.115%202.884a11.4%2011.4%200%200%200-1.529%202.571l-1.147%202.8a23%2023%200%200%201-1.025%202.519a10%2010%200%200%201-1.06%201.876a4%204%200%200%201-1.39%201.147a4.5%204.5%200%200%201-1.946.4v3.561a7.49%207.49%200%200%200%206.115-2.884a13.4%2013.4%200%200%200%201.251-2.015l.973-2.224h4.082v-3.546h-2.692a11%2011%200%200%201%20.8-1.529a4.6%204.6%200%200%201%20.938-1.095a3.6%203.6%200%200%201%201.2-.695Z%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-flash.svg?color=%231a73e8&size=48