folder src tauri open logo
folder-src-tauri-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-src-tauri-open
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in Material Icon Theme
folder-adminfolder-admin-openfolder-androidfolder-android-openfolder-angularfolder-angular-openfolder-animationfolder-animation-openfolder-ansiblefolder-ansible-openfolder-apifolder-api-openfolder-apollofolder-apollo-openfolder-appfolder-app-openfolder-appwritefolder-appwrite-openfolder-archivefolder-archive-openfolder-assemblyfolder-assembly-openfolder-astrofolder-astro-open
Use the folder src tauri open logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#455a64" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124c-.468 0-.921-.164-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffca28" d="M27.163 16.551c0 1.319-1.428 2.143-2.57 1.483a1.6 1.6 0 0 1-.354-.271a1.714 1.714 0 1 1 2.924-1.212"/><path fill="#26c6da" d="M22.568 19.744a1.713 1.713 0 1 0 0 3.426a1.713 1.713 0 0 0 0-3.426"/><path fill="#ffca28" d="M29 22.041a6.6 6.6 0 0 1-2.259.918a4.6 4.6 0 0 0 .226-2.07a4.596 4.596 0 0 0 .521-8.455a4.594 4.594 0 0 0-5.768 1.44a7.6 7.6 0 0 0-2.507.731a6.54 6.54 0 0 1 7.351-4.511A6.542 6.542 0 0 1 29 22.041m-9.71-6.245l1.605.195a4.7 4.7 0 0 1 .202-.911a6.5 6.5 0 0 0-1.807.716" clip-rule="evenodd"/><path fill="#26c6da" d="M19.011 15.967a6.5 6.5 0 0 1 2.273-.926a4.6 4.6 0 0 0-.257 2.079a4.6 4.6 0 0 0-2.859 3.005c-.892 2.969 1.35 5.951 4.449 5.916a4.6 4.6 0 0 0 3.682-1.914a7.7 7.7 0 0 0 2.506-.724a6.54 6.54 0 0 1-10.2 3.266c-3.612-2.742-3.405-8.24.406-10.702m9.708 6.245l-.03.016z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderSrcTauriOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#455a64" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124c-.468 0-.921-.164-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffca28" d="M27.163 16.551c0 1.319-1.428 2.143-2.57 1.483a1.6 1.6 0 0 1-.354-.271a1.714 1.714 0 1 1 2.924-1.212"/><path fill="#26c6da" d="M22.568 19.744a1.713 1.713 0 1 0 0 3.426a1.713 1.713 0 0 0 0-3.426"/><path fill="#ffca28" d="M29 22.041a6.6 6.6 0 0 1-2.259.918a4.6 4.6 0 0 0 .226-2.07a4.596 4.596 0 0 0 .521-8.455a4.594 4.594 0 0 0-5.768 1.44a7.6 7.6 0 0 0-2.507.731a6.54 6.54 0 0 1 7.351-4.511A6.542 6.542 0 0 1 29 22.041m-9.71-6.245l1.605.195a4.7 4.7 0 0 1 .202-.911a6.5 6.5 0 0 0-1.807.716" clipRule="evenodd"/><path fill="#26c6da" d="M19.011 15.967a6.5 6.5 0 0 1 2.273-.926a4.6 4.6 0 0 0-.257 2.079a4.6 4.6 0 0 0-2.859 3.005c-.892 2.969 1.35 5.951 4.449 5.916a4.6 4.6 0 0 0 3.682-1.914a7.7 7.7 0 0 0 2.506-.724a6.54 6.54 0 0 1-10.2 3.266c-3.612-2.742-3.405-8.24.406-10.702m9.708 6.245l-.03.016z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#455a64" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124c-.468 0-.921-.164-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffca28" d="M27.163 16.551c0 1.319-1.428 2.143-2.57 1.483a1.6 1.6 0 0 1-.354-.271a1.714 1.714 0 1 1 2.924-1.212"/><path fill="#26c6da" d="M22.568 19.744a1.713 1.713 0 1 0 0 3.426a1.713 1.713 0 0 0 0-3.426"/><path fill="#ffca28" d="M29 22.041a6.6 6.6 0 0 1-2.259.918a4.6 4.6 0 0 0 .226-2.07a4.596 4.596 0 0 0 .521-8.455a4.594 4.594 0 0 0-5.768 1.44a7.6 7.6 0 0 0-2.507.731a6.54 6.54 0 0 1 7.351-4.511A6.542 6.542 0 0 1 29 22.041m-9.71-6.245l1.605.195a4.7 4.7 0 0 1 .202-.911a6.5 6.5 0 0 0-1.807.716" clip-rule="evenodd"/><path fill="#26c6da" d="M19.011 15.967a6.5 6.5 0 0 1 2.273-.926a4.6 4.6 0 0 0-.257 2.079a4.6 4.6 0 0 0-2.859 3.005c-.892 2.969 1.35 5.951 4.449 5.916a4.6 4.6 0 0 0 3.682-1.914a7.7 7.7 0 0 0 2.506-.724a6.54 6.54 0 0 1-10.2 3.266c-3.612-2.742-3.405-8.24.406-10.702m9.708 6.245l-.03.016z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-folder-src-tauri-open {
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%23455a64%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124c-.468%200-.921-.164-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M27.163%2016.551c0%201.319-1.428%202.143-2.57%201.483a1.6%201.6%200%200%201-.354-.271a1.714%201.714%200%201%201%202.924-1.212%22%2F%3E%3Cpath%20fill%3D%22%2326c6da%22%20d%3D%22M22.568%2019.744a1.713%201.713%200%201%200%200%203.426a1.713%201.713%200%200%200%200-3.426%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M29%2022.041a6.6%206.6%200%200%201-2.259.918a4.6%204.6%200%200%200%20.226-2.07a4.596%204.596%200%200%200%20.521-8.455a4.594%204.594%200%200%200-5.768%201.44a7.6%207.6%200%200%200-2.507.731a6.54%206.54%200%200%201%207.351-4.511A6.542%206.542%200%200%201%2029%2022.041m-9.71-6.245l1.605.195a4.7%204.7%200%200%201%20.202-.911a6.5%206.5%200%200%200-1.807.716%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2326c6da%22%20d%3D%22M19.011%2015.967a6.5%206.5%200%200%201%202.273-.926a4.6%204.6%200%200%200-.257%202.079a4.6%204.6%200%200%200-2.859%203.005c-.892%202.969%201.35%205.951%204.449%205.916a4.6%204.6%200%200%200%203.682-1.914a7.7%207.7%200%200%200%202.506-.724a6.54%206.54%200%200%201-10.2%203.266c-3.612-2.742-3.405-8.24.406-10.702m9.708%206.245l-.03.016z%22%20clip-rule%3D%22evenodd%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%23455a64%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124c-.468%200-.921-.164-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M27.163%2016.551c0%201.319-1.428%202.143-2.57%201.483a1.6%201.6%200%200%201-.354-.271a1.714%201.714%200%201%201%202.924-1.212%22%2F%3E%3Cpath%20fill%3D%22%2326c6da%22%20d%3D%22M22.568%2019.744a1.713%201.713%200%201%200%200%203.426a1.713%201.713%200%200%200%200-3.426%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M29%2022.041a6.6%206.6%200%200%201-2.259.918a4.6%204.6%200%200%200%20.226-2.07a4.596%204.596%200%200%200%20.521-8.455a4.594%204.594%200%200%200-5.768%201.44a7.6%207.6%200%200%200-2.507.731a6.54%206.54%200%200%201%207.351-4.511A6.542%206.542%200%200%201%2029%2022.041m-9.71-6.245l1.605.195a4.7%204.7%200%200%201%20.202-.911a6.5%206.5%200%200%200-1.807.716%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2326c6da%22%20d%3D%22M19.011%2015.967a6.5%206.5%200%200%201%202.273-.926a4.6%204.6%200%200%200-.257%202.079a4.6%204.6%200%200%200-2.859%203.005c-.892%202.969%201.35%205.951%204.449%205.916a4.6%204.6%200%200%200%203.682-1.914a7.7%207.7%200%200%200%202.506-.724a6.54%206.54%200%200%201-10.2%203.266c-3.612-2.742-3.405-8.24.406-10.702m9.708%206.245l-.03.016z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-src-tauri-open.svg?color=%231a73e8&size=48