file type light cabal logo
file-type-light-cabal from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-light-cabal
- 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 light cabal logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2d9bbd" d="m18.467 2.028l-9.14 1.687A.787.787 0 0 0 8.8 5.072l8.934 11.853a2.45 2.45 0 0 0 2.194.854l9.14-1.687a.787.787 0 0 0 .528-1.357L20.662 2.883a2.45 2.45 0 0 0-2.195-.855"/><path fill="#4a4bcd" d="m28.878 17.144l-9.636 1.672a3.7 3.7 0 0 0-2 1.322l-6.561 8.932c-.452.616-.289 1.024.365.911l9.636-1.672a3.7 3.7 0 0 0 2-1.322l6.557-8.933c.461-.616.293-1.023-.361-.91"/><path fill="#2e5bc1" d="M5.065 15.183c-.151.4-2.957 2.615-2.9 3.068s3.353 1.8 3.6 2.14s1.186 4.687 1.53 4.78s2.118-3.518 2.424-3.7s3.69.282 3.841-.114s-2.044-3.976-2.106-4.429s1.095-4.512.844-4.85s-3.381 1.06-3.725.967s-3.005-3.075-3.311-2.889s-.046 4.631-.197 5.027"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLightCabal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2d9bbd" d="m18.467 2.028l-9.14 1.687A.787.787 0 0 0 8.8 5.072l8.934 11.853a2.45 2.45 0 0 0 2.194.854l9.14-1.687a.787.787 0 0 0 .528-1.357L20.662 2.883a2.45 2.45 0 0 0-2.195-.855"/><path fill="#4a4bcd" d="m28.878 17.144l-9.636 1.672a3.7 3.7 0 0 0-2 1.322l-6.561 8.932c-.452.616-.289 1.024.365.911l9.636-1.672a3.7 3.7 0 0 0 2-1.322l6.557-8.933c.461-.616.293-1.023-.361-.91"/><path fill="#2e5bc1" d="M5.065 15.183c-.151.4-2.957 2.615-2.9 3.068s3.353 1.8 3.6 2.14s1.186 4.687 1.53 4.78s2.118-3.518 2.424-3.7s3.69.282 3.841-.114s-2.044-3.976-2.106-4.429s1.095-4.512.844-4.85s-3.381 1.06-3.725.967s-3.005-3.075-3.311-2.889s-.046 4.631-.197 5.027"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2d9bbd" d="m18.467 2.028l-9.14 1.687A.787.787 0 0 0 8.8 5.072l8.934 11.853a2.45 2.45 0 0 0 2.194.854l9.14-1.687a.787.787 0 0 0 .528-1.357L20.662 2.883a2.45 2.45 0 0 0-2.195-.855"/><path fill="#4a4bcd" d="m28.878 17.144l-9.636 1.672a3.7 3.7 0 0 0-2 1.322l-6.561 8.932c-.452.616-.289 1.024.365.911l9.636-1.672a3.7 3.7 0 0 0 2-1.322l6.557-8.933c.461-.616.293-1.023-.361-.91"/><path fill="#2e5bc1" d="M5.065 15.183c-.151.4-2.957 2.615-2.9 3.068s3.353 1.8 3.6 2.14s1.186 4.687 1.53 4.78s2.118-3.518 2.424-3.7s3.69.282 3.841-.114s-2.044-3.976-2.106-4.429s1.095-4.512.844-4.85s-3.381 1.06-3.725.967s-3.005-3.075-3.311-2.889s-.046 4.631-.197 5.027"/></svg> </template>
CSS
.icon-file-type-light-cabal {
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%232d9bbd%22%20d%3D%22m18.467%202.028l-9.14%201.687A.787.787%200%200%200%208.8%205.072l8.934%2011.853a2.45%202.45%200%200%200%202.194.854l9.14-1.687a.787.787%200%200%200%20.528-1.357L20.662%202.883a2.45%202.45%200%200%200-2.195-.855%22%2F%3E%3Cpath%20fill%3D%22%234a4bcd%22%20d%3D%22m28.878%2017.144l-9.636%201.672a3.7%203.7%200%200%200-2%201.322l-6.561%208.932c-.452.616-.289%201.024.365.911l9.636-1.672a3.7%203.7%200%200%200%202-1.322l6.557-8.933c.461-.616.293-1.023-.361-.91%22%2F%3E%3Cpath%20fill%3D%22%232e5bc1%22%20d%3D%22M5.065%2015.183c-.151.4-2.957%202.615-2.9%203.068s3.353%201.8%203.6%202.14s1.186%204.687%201.53%204.78s2.118-3.518%202.424-3.7s3.69.282%203.841-.114s-2.044-3.976-2.106-4.429s1.095-4.512.844-4.85s-3.381%201.06-3.725.967s-3.005-3.075-3.311-2.889s-.046%204.631-.197%205.027%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%232d9bbd%22%20d%3D%22m18.467%202.028l-9.14%201.687A.787.787%200%200%200%208.8%205.072l8.934%2011.853a2.45%202.45%200%200%200%202.194.854l9.14-1.687a.787.787%200%200%200%20.528-1.357L20.662%202.883a2.45%202.45%200%200%200-2.195-.855%22%2F%3E%3Cpath%20fill%3D%22%234a4bcd%22%20d%3D%22m28.878%2017.144l-9.636%201.672a3.7%203.7%200%200%200-2%201.322l-6.561%208.932c-.452.616-.289%201.024.365.911l9.636-1.672a3.7%203.7%200%200%200%202-1.322l6.557-8.933c.461-.616.293-1.023-.361-.91%22%2F%3E%3Cpath%20fill%3D%22%232e5bc1%22%20d%3D%22M5.065%2015.183c-.151.4-2.957%202.615-2.9%203.068s3.353%201.8%203.6%202.14s1.186%204.687%201.53%204.78s2.118-3.518%202.424-3.7s3.69.282%203.841-.114s-2.044-3.976-2.106-4.429s1.095-4.512.844-4.85s-3.381%201.06-3.725.967s-3.005-3.075-3.311-2.889s-.046%204.631-.197%205.027%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-light-cabal.svg?color=%231a73e8&size=48