file type brew logo
file-type-brew from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-brew
- 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 brew logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5"><path fill="#d1d3d4" d="M14.39 7.1c.08-2.45-.75-3.9-3.12-4.85c-.68 2.36 2.1 4.54 3.12 4.85"/><path fill="#d1d3d4" d="M20.83 11.26c.08-2.01-.43-2.83-.81-3.4c-.4-.55-1.32-1.4-2.46-1.44c-1.08-.03-1.34.56-2.34.6c-.16-1.81 1.2-2.81 1.2-2.81s-.37-.53-.68-.66c-.44.4-1.67 1.72-1.38 3.42c-.92-.18-1.57-.7-2.53-.51c-1.31.26-2.4 1.05-3.01 2.79c-.62 1.74.22 3.77.4 4.35s1.52 3.05 2.57 3.41s1.05.2 1.62-.02c.56-.22 1.41-.61 2.66-.16s1.42.56 2.2.05c.78-.5 1.79-2.08 2.03-2.53c.23-.46.36-.7.43-.93c.76-.38.03-.35.1-2.16"/><path fill="#fff" d="M22.86 25.98a1.9 1.9 0 0 0 1.89-1.88v-6.77a1.9 1.9 0 0 0-1.88-1.88h-1.55a.4.4 0 0 1-.42-.42v-.98H8.68l.03 14.44a.4.4 0 0 0 .2.35c.54.31 2.28.91 5.95.91c3.74 0 5.41-.8 5.89-1.16a.4.4 0 0 0 .15-.32V26.4a.4.4 0 0 1 .43-.42zm-1.96-8.34q0-.21.15-.36a.5.5 0 0 1 .37-.16h1.33q.21 0 .37.16a.5.5 0 0 1 .15.36v6.08a.5.5 0 0 1-.15.37a.5.5 0 0 1-.37.15h-1.33a.5.5 0 0 1-.37-.15a.5.5 0 0 1-.15-.37z"/><path fill="#fbb040" d="M9.89 13.93v12.95q0 .24.2.36c.53.25 2.07.86 4.76.86c2.7 0 4.19-.74 4.69-1.04a.4.4 0 0 0 .19-.35V13.93z" stroke="none"/><path stroke="#ffdb96" stroke-width="1.15" d="M11.33 16.12v10.01"/><path fill="#fff" d="M16.89 16.59c0-.2-.12-.46-.32-.58a2 2 0 0 1-.73-.87a23 23 0 0 1-6.34-.71a10 10 0 0 0-.96-.22a1.6 1.6 0 0 1-1.3-1.57c0-.86.68-1.55 1.53-1.58a1.94 1.94 0 1 1 3.73.98h0a1.85 1.85 0 0 1 3.53 0v-.21a2.01 2.01 0 0 1 3.93-.6l.17-.05a1.6 1.6 0 0 1 .78-.2a1.58 1.58 0 0 1 .22 3.14a2 2 0 0 0-.52.14q-.68.25-1.4.43a2 2 0 0 1-.2.65a2 2 0 0 0-.24 1.18v.18c0 .51-.42.83-.94.83a.94.94 0 0 1-.94-.94"/></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeBrew(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5"><path fill="#d1d3d4" d="M14.39 7.1c.08-2.45-.75-3.9-3.12-4.85c-.68 2.36 2.1 4.54 3.12 4.85"/><path fill="#d1d3d4" d="M20.83 11.26c.08-2.01-.43-2.83-.81-3.4c-.4-.55-1.32-1.4-2.46-1.44c-1.08-.03-1.34.56-2.34.6c-.16-1.81 1.2-2.81 1.2-2.81s-.37-.53-.68-.66c-.44.4-1.67 1.72-1.38 3.42c-.92-.18-1.57-.7-2.53-.51c-1.31.26-2.4 1.05-3.01 2.79c-.62 1.74.22 3.77.4 4.35s1.52 3.05 2.57 3.41s1.05.2 1.62-.02c.56-.22 1.41-.61 2.66-.16s1.42.56 2.2.05c.78-.5 1.79-2.08 2.03-2.53c.23-.46.36-.7.43-.93c.76-.38.03-.35.1-2.16"/><path fill="#fff" d="M22.86 25.98a1.9 1.9 0 0 0 1.89-1.88v-6.77a1.9 1.9 0 0 0-1.88-1.88h-1.55a.4.4 0 0 1-.42-.42v-.98H8.68l.03 14.44a.4.4 0 0 0 .2.35c.54.31 2.28.91 5.95.91c3.74 0 5.41-.8 5.89-1.16a.4.4 0 0 0 .15-.32V26.4a.4.4 0 0 1 .43-.42zm-1.96-8.34q0-.21.15-.36a.5.5 0 0 1 .37-.16h1.33q.21 0 .37.16a.5.5 0 0 1 .15.36v6.08a.5.5 0 0 1-.15.37a.5.5 0 0 1-.37.15h-1.33a.5.5 0 0 1-.37-.15a.5.5 0 0 1-.15-.37z"/><path fill="#fbb040" d="M9.89 13.93v12.95q0 .24.2.36c.53.25 2.07.86 4.76.86c2.7 0 4.19-.74 4.69-1.04a.4.4 0 0 0 .19-.35V13.93z" stroke="none"/><path stroke="#ffdb96" strokeWidth="1.15" d="M11.33 16.12v10.01"/><path fill="#fff" d="M16.89 16.59c0-.2-.12-.46-.32-.58a2 2 0 0 1-.73-.87a23 23 0 0 1-6.34-.71a10 10 0 0 0-.96-.22a1.6 1.6 0 0 1-1.3-1.57c0-.86.68-1.55 1.53-1.58a1.94 1.94 0 1 1 3.73.98h0a1.85 1.85 0 0 1 3.53 0v-.21a2.01 2.01 0 0 1 3.93-.6l.17-.05a1.6 1.6 0 0 1 .78-.2a1.58 1.58 0 0 1 .22 3.14a2 2 0 0 0-.52.14q-.68.25-1.4.43a2 2 0 0 1-.2.65a2 2 0 0 0-.24 1.18v.18c0 .51-.42.83-.94.83a.94.94 0 0 1-.94-.94"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5"><path fill="#d1d3d4" d="M14.39 7.1c.08-2.45-.75-3.9-3.12-4.85c-.68 2.36 2.1 4.54 3.12 4.85"/><path fill="#d1d3d4" d="M20.83 11.26c.08-2.01-.43-2.83-.81-3.4c-.4-.55-1.32-1.4-2.46-1.44c-1.08-.03-1.34.56-2.34.6c-.16-1.81 1.2-2.81 1.2-2.81s-.37-.53-.68-.66c-.44.4-1.67 1.72-1.38 3.42c-.92-.18-1.57-.7-2.53-.51c-1.31.26-2.4 1.05-3.01 2.79c-.62 1.74.22 3.77.4 4.35s1.52 3.05 2.57 3.41s1.05.2 1.62-.02c.56-.22 1.41-.61 2.66-.16s1.42.56 2.2.05c.78-.5 1.79-2.08 2.03-2.53c.23-.46.36-.7.43-.93c.76-.38.03-.35.1-2.16"/><path fill="#fff" d="M22.86 25.98a1.9 1.9 0 0 0 1.89-1.88v-6.77a1.9 1.9 0 0 0-1.88-1.88h-1.55a.4.4 0 0 1-.42-.42v-.98H8.68l.03 14.44a.4.4 0 0 0 .2.35c.54.31 2.28.91 5.95.91c3.74 0 5.41-.8 5.89-1.16a.4.4 0 0 0 .15-.32V26.4a.4.4 0 0 1 .43-.42zm-1.96-8.34q0-.21.15-.36a.5.5 0 0 1 .37-.16h1.33q.21 0 .37.16a.5.5 0 0 1 .15.36v6.08a.5.5 0 0 1-.15.37a.5.5 0 0 1-.37.15h-1.33a.5.5 0 0 1-.37-.15a.5.5 0 0 1-.15-.37z"/><path fill="#fbb040" d="M9.89 13.93v12.95q0 .24.2.36c.53.25 2.07.86 4.76.86c2.7 0 4.19-.74 4.69-1.04a.4.4 0 0 0 .19-.35V13.93z" stroke="none"/><path stroke="#ffdb96" stroke-width="1.15" d="M11.33 16.12v10.01"/><path fill="#fff" d="M16.89 16.59c0-.2-.12-.46-.32-.58a2 2 0 0 1-.73-.87a23 23 0 0 1-6.34-.71a10 10 0 0 0-.96-.22a1.6 1.6 0 0 1-1.3-1.57c0-.86.68-1.55 1.53-1.58a1.94 1.94 0 1 1 3.73.98h0a1.85 1.85 0 0 1 3.53 0v-.21a2.01 2.01 0 0 1 3.93-.6l.17-.05a1.6 1.6 0 0 1 .78-.2a1.58 1.58 0 0 1 .22 3.14a2 2 0 0 0-.52.14q-.68.25-1.4.43a2 2 0 0 1-.2.65a2 2 0 0 0-.24 1.18v.18c0 .51-.42.83-.94.83a.94.94 0 0 1-.94-.94"/></g></svg> </template>
CSS
.icon-file-type-brew {
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%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M14.39%207.1c.08-2.45-.75-3.9-3.12-4.85c-.68%202.36%202.1%204.54%203.12%204.85%22%2F%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M20.83%2011.26c.08-2.01-.43-2.83-.81-3.4c-.4-.55-1.32-1.4-2.46-1.44c-1.08-.03-1.34.56-2.34.6c-.16-1.81%201.2-2.81%201.2-2.81s-.37-.53-.68-.66c-.44.4-1.67%201.72-1.38%203.42c-.92-.18-1.57-.7-2.53-.51c-1.31.26-2.4%201.05-3.01%202.79c-.62%201.74.22%203.77.4%204.35s1.52%203.05%202.57%203.41s1.05.2%201.62-.02c.56-.22%201.41-.61%202.66-.16s1.42.56%202.2.05c.78-.5%201.79-2.08%202.03-2.53c.23-.46.36-.7.43-.93c.76-.38.03-.35.1-2.16%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.86%2025.98a1.9%201.9%200%200%200%201.89-1.88v-6.77a1.9%201.9%200%200%200-1.88-1.88h-1.55a.4.4%200%200%201-.42-.42v-.98H8.68l.03%2014.44a.4.4%200%200%200%20.2.35c.54.31%202.28.91%205.95.91c3.74%200%205.41-.8%205.89-1.16a.4.4%200%200%200%20.15-.32V26.4a.4.4%200%200%201%20.43-.42zm-1.96-8.34q0-.21.15-.36a.5.5%200%200%201%20.37-.16h1.33q.21%200%20.37.16a.5.5%200%200%201%20.15.36v6.08a.5.5%200%200%201-.15.37a.5.5%200%200%201-.37.15h-1.33a.5.5%200%200%201-.37-.15a.5.5%200%200%201-.15-.37z%22%2F%3E%3Cpath%20fill%3D%22%23fbb040%22%20d%3D%22M9.89%2013.93v12.95q0%20.24.2.36c.53.25%202.07.86%204.76.86c2.7%200%204.19-.74%204.69-1.04a.4.4%200%200%200%20.19-.35V13.93z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke%3D%22%23ffdb96%22%20stroke-width%3D%221.15%22%20d%3D%22M11.33%2016.12v10.01%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.89%2016.59c0-.2-.12-.46-.32-.58a2%202%200%200%201-.73-.87a23%2023%200%200%201-6.34-.71a10%2010%200%200%200-.96-.22a1.6%201.6%200%200%201-1.3-1.57c0-.86.68-1.55%201.53-1.58a1.94%201.94%200%201%201%203.73.98h0a1.85%201.85%200%200%201%203.53%200v-.21a2.01%202.01%200%200%201%203.93-.6l.17-.05a1.6%201.6%200%200%201%20.78-.2a1.58%201.58%200%200%201%20.22%203.14a2%202%200%200%200-.52.14q-.68.25-1.4.43a2%202%200%200%201-.2.65a2%202%200%200%200-.24%201.18v.18c0%20.51-.42.83-.94.83a.94.94%200%200%201-.94-.94%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%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M14.39%207.1c.08-2.45-.75-3.9-3.12-4.85c-.68%202.36%202.1%204.54%203.12%204.85%22%2F%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M20.83%2011.26c.08-2.01-.43-2.83-.81-3.4c-.4-.55-1.32-1.4-2.46-1.44c-1.08-.03-1.34.56-2.34.6c-.16-1.81%201.2-2.81%201.2-2.81s-.37-.53-.68-.66c-.44.4-1.67%201.72-1.38%203.42c-.92-.18-1.57-.7-2.53-.51c-1.31.26-2.4%201.05-3.01%202.79c-.62%201.74.22%203.77.4%204.35s1.52%203.05%202.57%203.41s1.05.2%201.62-.02c.56-.22%201.41-.61%202.66-.16s1.42.56%202.2.05c.78-.5%201.79-2.08%202.03-2.53c.23-.46.36-.7.43-.93c.76-.38.03-.35.1-2.16%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.86%2025.98a1.9%201.9%200%200%200%201.89-1.88v-6.77a1.9%201.9%200%200%200-1.88-1.88h-1.55a.4.4%200%200%201-.42-.42v-.98H8.68l.03%2014.44a.4.4%200%200%200%20.2.35c.54.31%202.28.91%205.95.91c3.74%200%205.41-.8%205.89-1.16a.4.4%200%200%200%20.15-.32V26.4a.4.4%200%200%201%20.43-.42zm-1.96-8.34q0-.21.15-.36a.5.5%200%200%201%20.37-.16h1.33q.21%200%20.37.16a.5.5%200%200%201%20.15.36v6.08a.5.5%200%200%201-.15.37a.5.5%200%200%201-.37.15h-1.33a.5.5%200%200%201-.37-.15a.5.5%200%200%201-.15-.37z%22%2F%3E%3Cpath%20fill%3D%22%23fbb040%22%20d%3D%22M9.89%2013.93v12.95q0%20.24.2.36c.53.25%202.07.86%204.76.86c2.7%200%204.19-.74%204.69-1.04a.4.4%200%200%200%20.19-.35V13.93z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke%3D%22%23ffdb96%22%20stroke-width%3D%221.15%22%20d%3D%22M11.33%2016.12v10.01%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.89%2016.59c0-.2-.12-.46-.32-.58a2%202%200%200%201-.73-.87a23%2023%200%200%201-6.34-.71a10%2010%200%200%200-.96-.22a1.6%201.6%200%200%201-1.3-1.57c0-.86.68-1.55%201.53-1.58a1.94%201.94%200%201%201%203.73.98h0a1.85%201.85%200%200%201%203.53%200v-.21a2.01%202.01%200%200%201%203.93-.6l.17-.05a1.6%201.6%200%200%201%20.78-.2a1.58%201.58%200%200%201%20.22%203.14a2%202%200%200%200-.52.14q-.68.25-1.4.43a2%202%200%200%201-.2.65a2%202%200%200%200-.24%201.18v.18c0%20.51-.42.83-.94.83a.94.94%200%200%201-.94-.94%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-brew.svg?color=%231a73e8&size=48