file type blender logo
file-type-blender from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-blender
- 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 blender logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0e548b" d="M16.6 17.42a3.3 3.3 0 0 1 1.2-2.34a4 4 0 0 1 2.58-.93a4 4 0 0 1 2.58.93a3.3 3.3 0 0 1 1.2 2.34c.05.95-.34 1.85-1.01 2.5c-.7.68-1.67 1.1-2.77 1.1s-2.09-.42-2.78-1.1a3.24 3.24 0 0 1-1-2.5"/><path fill="#f4792b" d="M10.58 19.3c0 .37.12 1.08.3 1.63a8.6 8.6 0 0 0 1.85 3.22a9.6 9.6 0 0 0 3.25 2.34c1.33.58 2.78.88 4.27.88a10.5 10.5 0 0 0 4.27-.9a9.7 9.7 0 0 0 3.25-2.34a8.67 8.67 0 0 0 2.2-5.03a8.2 8.2 0 0 0-.05-1.78a8.3 8.3 0 0 0-1.19-3.25a9 9 0 0 0-2.16-2.38l-8.74-6.72l-.03-.01a1.94 1.94 0 0 0-2.17 0c-.63.45-.7 1.18-.14 1.65l3.65 2.97l-11.12.01H8c-.92 0-1.8.6-1.97 1.37c-.18.77.44 1.42 1.4 1.42h5.63L3 20.08l-.04.03c-.94.73-1.25 1.94-.65 2.7c.6.78 1.9.78 2.85 0l5.49-4.49s-.08.6-.07.97m14.1 2.03a6.18 6.18 0 0 1-4.43 1.81c-1.71 0-3.3-.64-4.43-1.8a5.3 5.3 0 0 1-1.2-1.88a4.9 4.9 0 0 1-.28-2.12a5 5 0 0 1 .6-1.99a5.5 5.5 0 0 1 1.35-1.6c1.1-.9 2.5-1.38 3.96-1.38c1.47 0 2.86.48 3.96 1.37a5.5 5.5 0 0 1 1.35 1.6a5 5 0 0 1 .6 1.98a4.9 4.9 0 0 1-.27 2.12a5.3 5.3 0 0 1-1.21 1.9"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeBlender(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0e548b" d="M16.6 17.42a3.3 3.3 0 0 1 1.2-2.34a4 4 0 0 1 2.58-.93a4 4 0 0 1 2.58.93a3.3 3.3 0 0 1 1.2 2.34c.05.95-.34 1.85-1.01 2.5c-.7.68-1.67 1.1-2.77 1.1s-2.09-.42-2.78-1.1a3.24 3.24 0 0 1-1-2.5"/><path fill="#f4792b" d="M10.58 19.3c0 .37.12 1.08.3 1.63a8.6 8.6 0 0 0 1.85 3.22a9.6 9.6 0 0 0 3.25 2.34c1.33.58 2.78.88 4.27.88a10.5 10.5 0 0 0 4.27-.9a9.7 9.7 0 0 0 3.25-2.34a8.67 8.67 0 0 0 2.2-5.03a8.2 8.2 0 0 0-.05-1.78a8.3 8.3 0 0 0-1.19-3.25a9 9 0 0 0-2.16-2.38l-8.74-6.72l-.03-.01a1.94 1.94 0 0 0-2.17 0c-.63.45-.7 1.18-.14 1.65l3.65 2.97l-11.12.01H8c-.92 0-1.8.6-1.97 1.37c-.18.77.44 1.42 1.4 1.42h5.63L3 20.08l-.04.03c-.94.73-1.25 1.94-.65 2.7c.6.78 1.9.78 2.85 0l5.49-4.49s-.08.6-.07.97m14.1 2.03a6.18 6.18 0 0 1-4.43 1.81c-1.71 0-3.3-.64-4.43-1.8a5.3 5.3 0 0 1-1.2-1.88a4.9 4.9 0 0 1-.28-2.12a5 5 0 0 1 .6-1.99a5.5 5.5 0 0 1 1.35-1.6c1.1-.9 2.5-1.38 3.96-1.38c1.47 0 2.86.48 3.96 1.37a5.5 5.5 0 0 1 1.35 1.6a5 5 0 0 1 .6 1.98a4.9 4.9 0 0 1-.27 2.12a5.3 5.3 0 0 1-1.21 1.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0e548b" d="M16.6 17.42a3.3 3.3 0 0 1 1.2-2.34a4 4 0 0 1 2.58-.93a4 4 0 0 1 2.58.93a3.3 3.3 0 0 1 1.2 2.34c.05.95-.34 1.85-1.01 2.5c-.7.68-1.67 1.1-2.77 1.1s-2.09-.42-2.78-1.1a3.24 3.24 0 0 1-1-2.5"/><path fill="#f4792b" d="M10.58 19.3c0 .37.12 1.08.3 1.63a8.6 8.6 0 0 0 1.85 3.22a9.6 9.6 0 0 0 3.25 2.34c1.33.58 2.78.88 4.27.88a10.5 10.5 0 0 0 4.27-.9a9.7 9.7 0 0 0 3.25-2.34a8.67 8.67 0 0 0 2.2-5.03a8.2 8.2 0 0 0-.05-1.78a8.3 8.3 0 0 0-1.19-3.25a9 9 0 0 0-2.16-2.38l-8.74-6.72l-.03-.01a1.94 1.94 0 0 0-2.17 0c-.63.45-.7 1.18-.14 1.65l3.65 2.97l-11.12.01H8c-.92 0-1.8.6-1.97 1.37c-.18.77.44 1.42 1.4 1.42h5.63L3 20.08l-.04.03c-.94.73-1.25 1.94-.65 2.7c.6.78 1.9.78 2.85 0l5.49-4.49s-.08.6-.07.97m14.1 2.03a6.18 6.18 0 0 1-4.43 1.81c-1.71 0-3.3-.64-4.43-1.8a5.3 5.3 0 0 1-1.2-1.88a4.9 4.9 0 0 1-.28-2.12a5 5 0 0 1 .6-1.99a5.5 5.5 0 0 1 1.35-1.6c1.1-.9 2.5-1.38 3.96-1.38c1.47 0 2.86.48 3.96 1.37a5.5 5.5 0 0 1 1.35 1.6a5 5 0 0 1 .6 1.98a4.9 4.9 0 0 1-.27 2.12a5.3 5.3 0 0 1-1.21 1.9"/></svg> </template>
CSS
.icon-file-type-blender {
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%230e548b%22%20d%3D%22M16.6%2017.42a3.3%203.3%200%200%201%201.2-2.34a4%204%200%200%201%202.58-.93a4%204%200%200%201%202.58.93a3.3%203.3%200%200%201%201.2%202.34c.05.95-.34%201.85-1.01%202.5c-.7.68-1.67%201.1-2.77%201.1s-2.09-.42-2.78-1.1a3.24%203.24%200%200%201-1-2.5%22%2F%3E%3Cpath%20fill%3D%22%23f4792b%22%20d%3D%22M10.58%2019.3c0%20.37.12%201.08.3%201.63a8.6%208.6%200%200%200%201.85%203.22a9.6%209.6%200%200%200%203.25%202.34c1.33.58%202.78.88%204.27.88a10.5%2010.5%200%200%200%204.27-.9a9.7%209.7%200%200%200%203.25-2.34a8.67%208.67%200%200%200%202.2-5.03a8.2%208.2%200%200%200-.05-1.78a8.3%208.3%200%200%200-1.19-3.25a9%209%200%200%200-2.16-2.38l-8.74-6.72l-.03-.01a1.94%201.94%200%200%200-2.17%200c-.63.45-.7%201.18-.14%201.65l3.65%202.97l-11.12.01H8c-.92%200-1.8.6-1.97%201.37c-.18.77.44%201.42%201.4%201.42h5.63L3%2020.08l-.04.03c-.94.73-1.25%201.94-.65%202.7c.6.78%201.9.78%202.85%200l5.49-4.49s-.08.6-.07.97m14.1%202.03a6.18%206.18%200%200%201-4.43%201.81c-1.71%200-3.3-.64-4.43-1.8a5.3%205.3%200%200%201-1.2-1.88a4.9%204.9%200%200%201-.28-2.12a5%205%200%200%201%20.6-1.99a5.5%205.5%200%200%201%201.35-1.6c1.1-.9%202.5-1.38%203.96-1.38c1.47%200%202.86.48%203.96%201.37a5.5%205.5%200%200%201%201.35%201.6a5%205%200%200%201%20.6%201.98a4.9%204.9%200%200%201-.27%202.12a5.3%205.3%200%200%201-1.21%201.9%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%230e548b%22%20d%3D%22M16.6%2017.42a3.3%203.3%200%200%201%201.2-2.34a4%204%200%200%201%202.58-.93a4%204%200%200%201%202.58.93a3.3%203.3%200%200%201%201.2%202.34c.05.95-.34%201.85-1.01%202.5c-.7.68-1.67%201.1-2.77%201.1s-2.09-.42-2.78-1.1a3.24%203.24%200%200%201-1-2.5%22%2F%3E%3Cpath%20fill%3D%22%23f4792b%22%20d%3D%22M10.58%2019.3c0%20.37.12%201.08.3%201.63a8.6%208.6%200%200%200%201.85%203.22a9.6%209.6%200%200%200%203.25%202.34c1.33.58%202.78.88%204.27.88a10.5%2010.5%200%200%200%204.27-.9a9.7%209.7%200%200%200%203.25-2.34a8.67%208.67%200%200%200%202.2-5.03a8.2%208.2%200%200%200-.05-1.78a8.3%208.3%200%200%200-1.19-3.25a9%209%200%200%200-2.16-2.38l-8.74-6.72l-.03-.01a1.94%201.94%200%200%200-2.17%200c-.63.45-.7%201.18-.14%201.65l3.65%202.97l-11.12.01H8c-.92%200-1.8.6-1.97%201.37c-.18.77.44%201.42%201.4%201.42h5.63L3%2020.08l-.04.03c-.94.73-1.25%201.94-.65%202.7c.6.78%201.9.78%202.85%200l5.49-4.49s-.08.6-.07.97m14.1%202.03a6.18%206.18%200%200%201-4.43%201.81c-1.71%200-3.3-.64-4.43-1.8a5.3%205.3%200%200%201-1.2-1.88a4.9%204.9%200%200%201-.28-2.12a5%205%200%200%201%20.6-1.99a5.5%205.5%200%200%201%201.35-1.6c1.1-.9%202.5-1.38%203.96-1.38c1.47%200%202.86.48%203.96%201.37a5.5%205.5%200%200%201%201.35%201.6a5%205%200%200%201%20.6%201.98a4.9%204.9%200%200%201-.27%202.12a5.3%205.3%200%200%201-1.21%201.9%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-blender.svg?color=%231a73e8&size=48