file type craco logo
file-type-craco from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-craco
- 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 craco logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#272827"/><path fill="#1ab090" d="M16.32 26.9H14v-2.73c0-.17-.04-.25-.2-.32c-.62-.23-1.22-.48-1.82-.75c-.17-.08-.26-.04-.37.08c-.58.7-1.32 1.13-1.74 1.85l-2.8-2.8c.33-.45 1.8-1.6 1.9-1.97c.03-.2-.23-.47-.33-.71c-.18-.47-.37-.93-.52-1.4c-.06-.22-.15-.3-.38-.3c-.95.02-1.8.01-2.64.01v-3.85h2.87c.35-.78.69-1.5 1-2.22c.03-.07-.04-.23-.1-.3c-.7-.62-1.15-1.3-1.84-1.77L9.8 6.97l1.94 1.96l2.33-.95V5.09h3.87v2.65c-.01.22.05.31.27.4c.6.21 1.2.45 1.78.73c.21.1.33.07.48-.08c.57-.6 1.15-1.17 1.7-1.72l2.74 2.75c-.58.58-1.2 1.22-1.75 1.75c-.13.13-.13.22-.05.4c.27.58.52 1.17.74 1.77c.07.2.15.26.35.26c.96.02 1.86-.05 2.7.01v3.83c-.89.03-1.86.03-2.64.01c-.23 0-.3.09-.38.3c-.24.64-.5 1.27-.8 1.89c-.08.19-.07.29.08.42c.7.57 1.12 1.33 1.84 1.72l-2.8 2.8a63 63 0 0 1-1.81-1.8c-.13-.14-.23-.14-.4-.07a32 32 0 0 1-1.84.76c-.2.07-.28.14-.28.36v2.67zm2.7-6.62a5.14 5.14 0 0 0 2.17-5.03a5.23 5.23 0 0 0-10.42.5a5.02 5.02 0 0 0 2.72 4.82a5.07 5.07 0 0 0 5.52-.3m-3.15-4.95l.7.64l-2.61 2.54l-.87-.91l1.61-1.56l-1.67-1.64l.9-.92zm3.64.64l-2.63 2.55l-.87-.87l1.62-1.6l-1.68-1.64l.93-.93c.94.9 1.76 1.7 2.63 2.49"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeCraco(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#272827"/><path fill="#1ab090" d="M16.32 26.9H14v-2.73c0-.17-.04-.25-.2-.32c-.62-.23-1.22-.48-1.82-.75c-.17-.08-.26-.04-.37.08c-.58.7-1.32 1.13-1.74 1.85l-2.8-2.8c.33-.45 1.8-1.6 1.9-1.97c.03-.2-.23-.47-.33-.71c-.18-.47-.37-.93-.52-1.4c-.06-.22-.15-.3-.38-.3c-.95.02-1.8.01-2.64.01v-3.85h2.87c.35-.78.69-1.5 1-2.22c.03-.07-.04-.23-.1-.3c-.7-.62-1.15-1.3-1.84-1.77L9.8 6.97l1.94 1.96l2.33-.95V5.09h3.87v2.65c-.01.22.05.31.27.4c.6.21 1.2.45 1.78.73c.21.1.33.07.48-.08c.57-.6 1.15-1.17 1.7-1.72l2.74 2.75c-.58.58-1.2 1.22-1.75 1.75c-.13.13-.13.22-.05.4c.27.58.52 1.17.74 1.77c.07.2.15.26.35.26c.96.02 1.86-.05 2.7.01v3.83c-.89.03-1.86.03-2.64.01c-.23 0-.3.09-.38.3c-.24.64-.5 1.27-.8 1.89c-.08.19-.07.29.08.42c.7.57 1.12 1.33 1.84 1.72l-2.8 2.8a63 63 0 0 1-1.81-1.8c-.13-.14-.23-.14-.4-.07a32 32 0 0 1-1.84.76c-.2.07-.28.14-.28.36v2.67zm2.7-6.62a5.14 5.14 0 0 0 2.17-5.03a5.23 5.23 0 0 0-10.42.5a5.02 5.02 0 0 0 2.72 4.82a5.07 5.07 0 0 0 5.52-.3m-3.15-4.95l.7.64l-2.61 2.54l-.87-.91l1.61-1.56l-1.67-1.64l.9-.92zm3.64.64l-2.63 2.55l-.87-.87l1.62-1.6l-1.68-1.64l.93-.93c.94.9 1.76 1.7 2.63 2.49"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#272827"/><path fill="#1ab090" d="M16.32 26.9H14v-2.73c0-.17-.04-.25-.2-.32c-.62-.23-1.22-.48-1.82-.75c-.17-.08-.26-.04-.37.08c-.58.7-1.32 1.13-1.74 1.85l-2.8-2.8c.33-.45 1.8-1.6 1.9-1.97c.03-.2-.23-.47-.33-.71c-.18-.47-.37-.93-.52-1.4c-.06-.22-.15-.3-.38-.3c-.95.02-1.8.01-2.64.01v-3.85h2.87c.35-.78.69-1.5 1-2.22c.03-.07-.04-.23-.1-.3c-.7-.62-1.15-1.3-1.84-1.77L9.8 6.97l1.94 1.96l2.33-.95V5.09h3.87v2.65c-.01.22.05.31.27.4c.6.21 1.2.45 1.78.73c.21.1.33.07.48-.08c.57-.6 1.15-1.17 1.7-1.72l2.74 2.75c-.58.58-1.2 1.22-1.75 1.75c-.13.13-.13.22-.05.4c.27.58.52 1.17.74 1.77c.07.2.15.26.35.26c.96.02 1.86-.05 2.7.01v3.83c-.89.03-1.86.03-2.64.01c-.23 0-.3.09-.38.3c-.24.64-.5 1.27-.8 1.89c-.08.19-.07.29.08.42c.7.57 1.12 1.33 1.84 1.72l-2.8 2.8a63 63 0 0 1-1.81-1.8c-.13-.14-.23-.14-.4-.07a32 32 0 0 1-1.84.76c-.2.07-.28.14-.28.36v2.67zm2.7-6.62a5.14 5.14 0 0 0 2.17-5.03a5.23 5.23 0 0 0-10.42.5a5.02 5.02 0 0 0 2.72 4.82a5.07 5.07 0 0 0 5.52-.3m-3.15-4.95l.7.64l-2.61 2.54l-.87-.91l1.61-1.56l-1.67-1.64l.9-.92zm3.64.64l-2.63 2.55l-.87-.87l1.62-1.6l-1.68-1.64l.93-.93c.94.9 1.76 1.7 2.63 2.49"/></svg> </template>
CSS
.icon-file-type-craco {
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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23272827%22%2F%3E%3Cpath%20fill%3D%22%231ab090%22%20d%3D%22M16.32%2026.9H14v-2.73c0-.17-.04-.25-.2-.32c-.62-.23-1.22-.48-1.82-.75c-.17-.08-.26-.04-.37.08c-.58.7-1.32%201.13-1.74%201.85l-2.8-2.8c.33-.45%201.8-1.6%201.9-1.97c.03-.2-.23-.47-.33-.71c-.18-.47-.37-.93-.52-1.4c-.06-.22-.15-.3-.38-.3c-.95.02-1.8.01-2.64.01v-3.85h2.87c.35-.78.69-1.5%201-2.22c.03-.07-.04-.23-.1-.3c-.7-.62-1.15-1.3-1.84-1.77L9.8%206.97l1.94%201.96l2.33-.95V5.09h3.87v2.65c-.01.22.05.31.27.4c.6.21%201.2.45%201.78.73c.21.1.33.07.48-.08c.57-.6%201.15-1.17%201.7-1.72l2.74%202.75c-.58.58-1.2%201.22-1.75%201.75c-.13.13-.13.22-.05.4c.27.58.52%201.17.74%201.77c.07.2.15.26.35.26c.96.02%201.86-.05%202.7.01v3.83c-.89.03-1.86.03-2.64.01c-.23%200-.3.09-.38.3c-.24.64-.5%201.27-.8%201.89c-.08.19-.07.29.08.42c.7.57%201.12%201.33%201.84%201.72l-2.8%202.8a63%2063%200%200%201-1.81-1.8c-.13-.14-.23-.14-.4-.07a32%2032%200%200%201-1.84.76c-.2.07-.28.14-.28.36v2.67zm2.7-6.62a5.14%205.14%200%200%200%202.17-5.03a5.23%205.23%200%200%200-10.42.5a5.02%205.02%200%200%200%202.72%204.82a5.07%205.07%200%200%200%205.52-.3m-3.15-4.95l.7.64l-2.61%202.54l-.87-.91l1.61-1.56l-1.67-1.64l.9-.92zm3.64.64l-2.63%202.55l-.87-.87l1.62-1.6l-1.68-1.64l.93-.93c.94.9%201.76%201.7%202.63%202.49%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23272827%22%2F%3E%3Cpath%20fill%3D%22%231ab090%22%20d%3D%22M16.32%2026.9H14v-2.73c0-.17-.04-.25-.2-.32c-.62-.23-1.22-.48-1.82-.75c-.17-.08-.26-.04-.37.08c-.58.7-1.32%201.13-1.74%201.85l-2.8-2.8c.33-.45%201.8-1.6%201.9-1.97c.03-.2-.23-.47-.33-.71c-.18-.47-.37-.93-.52-1.4c-.06-.22-.15-.3-.38-.3c-.95.02-1.8.01-2.64.01v-3.85h2.87c.35-.78.69-1.5%201-2.22c.03-.07-.04-.23-.1-.3c-.7-.62-1.15-1.3-1.84-1.77L9.8%206.97l1.94%201.96l2.33-.95V5.09h3.87v2.65c-.01.22.05.31.27.4c.6.21%201.2.45%201.78.73c.21.1.33.07.48-.08c.57-.6%201.15-1.17%201.7-1.72l2.74%202.75c-.58.58-1.2%201.22-1.75%201.75c-.13.13-.13.22-.05.4c.27.58.52%201.17.74%201.77c.07.2.15.26.35.26c.96.02%201.86-.05%202.7.01v3.83c-.89.03-1.86.03-2.64.01c-.23%200-.3.09-.38.3c-.24.64-.5%201.27-.8%201.89c-.08.19-.07.29.08.42c.7.57%201.12%201.33%201.84%201.72l-2.8%202.8a63%2063%200%200%201-1.81-1.8c-.13-.14-.23-.14-.4-.07a32%2032%200%200%201-1.84.76c-.2.07-.28.14-.28.36v2.67zm2.7-6.62a5.14%205.14%200%200%200%202.17-5.03a5.23%205.23%200%200%200-10.42.5a5.02%205.02%200%200%200%202.72%204.82a5.07%205.07%200%200%200%205.52-.3m-3.15-4.95l.7.64l-2.61%202.54l-.87-.91l1.61-1.56l-1.67-1.64l.9-.92zm3.64.64l-2.63%202.55l-.87-.87l1.62-1.6l-1.68-1.64l.93-.93c.94.9%201.76%201.7%202.63%202.49%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-craco.svg?color=%231a73e8&size=48