file type angular logo
file-type-angular from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-angular
- 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-ansiblefile-type-antlers-htmlfile-type-antlr
Use the file type angular logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGL3eT8dEE" x1="49.009" x2="225.83" y1="213.75" y2="129.72" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e40035"/><stop offset=".24" stop-color="#f60a48"/><stop offset=".352" stop-color="#f20755"/><stop offset=".494" stop-color="#dc087d"/><stop offset=".745" stop-color="#9717e7"/><stop offset="1" stop-color="#6c00f5"/></linearGradient><linearGradient id="SVGXdyn1ciA" x1="41.025" x2="156.74" y1="28.344" y2="160.34" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff31d9"/><stop offset="1" stop-color="#ff5be1" stop-opacity="0"/></linearGradient><clipPath id="SVGqpIVPcCN"><path fill="#fff" d="M0 0h223v236H0z"/></clipPath></defs><g clip-path="url(#SVGqpIVPcCN)" transform="translate(2.76 1.986)scale(.11923)"><path fill="url(#SVGL3eT8dEE)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/><path fill="url(#SVGXdyn1ciA)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeAngular(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="SVGL3eT8dEE" x1="49.009" x2="225.83" y1="213.75" y2="129.72" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#e40035"/><stop offset=".24" stopColor="#f60a48"/><stop offset=".352" stopColor="#f20755"/><stop offset=".494" stopColor="#dc087d"/><stop offset=".745" stopColor="#9717e7"/><stop offset="1" stopColor="#6c00f5"/></linearGradient><linearGradient id="SVGXdyn1ciA" x1="41.025" x2="156.74" y1="28.344" y2="160.34" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ff31d9"/><stop offset="1" stopColor="#ff5be1" stopOpacity="0"/></linearGradient><clipPath id="SVGqpIVPcCN"><path fill="#fff" d="M0 0h223v236H0z"/></clipPath></defs><g clipPath="url(#SVGqpIVPcCN)" transform="translate(2.76 1.986)scale(.11923)"><path fill="url(#SVGL3eT8dEE)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/><path fill="url(#SVGXdyn1ciA)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGL3eT8dEE" x1="49.009" x2="225.83" y1="213.75" y2="129.72" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e40035"/><stop offset=".24" stop-color="#f60a48"/><stop offset=".352" stop-color="#f20755"/><stop offset=".494" stop-color="#dc087d"/><stop offset=".745" stop-color="#9717e7"/><stop offset="1" stop-color="#6c00f5"/></linearGradient><linearGradient id="SVGXdyn1ciA" x1="41.025" x2="156.74" y1="28.344" y2="160.34" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff31d9"/><stop offset="1" stop-color="#ff5be1" stop-opacity="0"/></linearGradient><clipPath id="SVGqpIVPcCN"><path fill="#fff" d="M0 0h223v236H0z"/></clipPath></defs><g clip-path="url(#SVGqpIVPcCN)" transform="translate(2.76 1.986)scale(.11923)"><path fill="url(#SVGL3eT8dEE)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/><path fill="url(#SVGXdyn1ciA)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/></g></svg> </template>
CSS
.icon-file-type-angular {
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%22SVGL3eT8dEE%22%20x1%3D%2249.009%22%20x2%3D%22225.83%22%20y1%3D%22213.75%22%20y2%3D%22129.72%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e40035%22%2F%3E%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%23f60a48%22%2F%3E%3Cstop%20offset%3D%22.352%22%20stop-color%3D%22%23f20755%22%2F%3E%3Cstop%20offset%3D%22.494%22%20stop-color%3D%22%23dc087d%22%2F%3E%3Cstop%20offset%3D%22.745%22%20stop-color%3D%22%239717e7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236c00f5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXdyn1ciA%22%20x1%3D%2241.025%22%20x2%3D%22156.74%22%20y1%3D%2228.344%22%20y2%3D%22160.34%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff31d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5be1%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGqpIVPcCN%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h223v236H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23SVGqpIVPcCN)%22%20transform%3D%22translate(2.76%201.986)scale(.11923)%22%3E%3Cpath%20fill%3D%22url(%23SVGL3eT8dEE)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXdyn1ciA)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGL3eT8dEE%22%20x1%3D%2249.009%22%20x2%3D%22225.83%22%20y1%3D%22213.75%22%20y2%3D%22129.72%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e40035%22%2F%3E%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%23f60a48%22%2F%3E%3Cstop%20offset%3D%22.352%22%20stop-color%3D%22%23f20755%22%2F%3E%3Cstop%20offset%3D%22.494%22%20stop-color%3D%22%23dc087d%22%2F%3E%3Cstop%20offset%3D%22.745%22%20stop-color%3D%22%239717e7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236c00f5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXdyn1ciA%22%20x1%3D%2241.025%22%20x2%3D%22156.74%22%20y1%3D%2228.344%22%20y2%3D%22160.34%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff31d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5be1%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGqpIVPcCN%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h223v236H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23SVGqpIVPcCN)%22%20transform%3D%22translate(2.76%201.986)scale(.11923)%22%3E%3Cpath%20fill%3D%22url(%23SVGL3eT8dEE)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXdyn1ciA)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%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-angular.svg?color=%231a73e8&size=48