folder obsidian open logo
folder-obsidian-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-obsidian-open
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- 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 obsidian open logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#673ab7" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#d1c4e9" d="M11.602 5c-.57.023-1.532 1.27-2.115 1.793l-.333 1.169c.617.506 1.132 1.238 1.353 1.983a3 3 0 0 1 .676-.063c-1.068-2.804 1.53-4.352.582-4.847A.3.3 0 0 0 11.602 5m.95.995c-.44 1.196-1.259 1.778-.535 3.855c1.16.219 2.108.85 2.423 1.826c0 0 .427-.672.52-.837c.22-.388-.519-.696-.898-1.586c-.328-.772.154-1.682-.255-2.07zM8.933 9l-.885 2.02c-.256.583.561 1.15 1.358 1.977c.906-1.273.755-2.78-.473-3.997m2.64 1.57a3.8 3.8 0 0 0-.846.067c.238.98-.13 2.016-.713 2.844c1.035.01 1.852.202 2.837.492c.407.12.833-.185.89-.607c.043-.307.11-.646.258-.967c-.073-.206-.633-1.755-2.426-1.829"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderObsidianOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#673ab7" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#d1c4e9" d="M11.602 5c-.57.023-1.532 1.27-2.115 1.793l-.333 1.169c.617.506 1.132 1.238 1.353 1.983a3 3 0 0 1 .676-.063c-1.068-2.804 1.53-4.352.582-4.847A.3.3 0 0 0 11.602 5m.95.995c-.44 1.196-1.259 1.778-.535 3.855c1.16.219 2.108.85 2.423 1.826c0 0 .427-.672.52-.837c.22-.388-.519-.696-.898-1.586c-.328-.772.154-1.682-.255-2.07zM8.933 9l-.885 2.02c-.256.583.561 1.15 1.358 1.977c.906-1.273.755-2.78-.473-3.997m2.64 1.57a3.8 3.8 0 0 0-.846.067c.238.98-.13 2.016-.713 2.844c1.035.01 1.852.202 2.837.492c.407.12.833-.185.89-.607c.043-.307.11-.646.258-.967c-.073-.206-.633-1.755-2.426-1.829"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#673ab7" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#d1c4e9" d="M11.602 5c-.57.023-1.532 1.27-2.115 1.793l-.333 1.169c.617.506 1.132 1.238 1.353 1.983a3 3 0 0 1 .676-.063c-1.068-2.804 1.53-4.352.582-4.847A.3.3 0 0 0 11.602 5m.95.995c-.44 1.196-1.259 1.778-.535 3.855c1.16.219 2.108.85 2.423 1.826c0 0 .427-.672.52-.837c.22-.388-.519-.696-.898-1.586c-.328-.772.154-1.682-.255-2.07zM8.933 9l-.885 2.02c-.256.583.561 1.15 1.358 1.977c.906-1.273.755-2.78-.473-3.997m2.64 1.57a3.8 3.8 0 0 0-.846.067c.238.98-.13 2.016-.713 2.844c1.035.01 1.852.202 2.837.492c.407.12.833-.185.89-.607c.043-.307.11-.646.258-.967c-.073-.206-.633-1.755-2.426-1.829"/></svg> </template>
CSS
.icon-folder-obsidian-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%2016%2016%22%3E%3Cpath%20fill%3D%22%23673ab7%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23d1c4e9%22%20d%3D%22M11.602%205c-.57.023-1.532%201.27-2.115%201.793l-.333%201.169c.617.506%201.132%201.238%201.353%201.983a3%203%200%200%201%20.676-.063c-1.068-2.804%201.53-4.352.582-4.847A.3.3%200%200%200%2011.602%205m.95.995c-.44%201.196-1.259%201.778-.535%203.855c1.16.219%202.108.85%202.423%201.826c0%200%20.427-.672.52-.837c.22-.388-.519-.696-.898-1.586c-.328-.772.154-1.682-.255-2.07zM8.933%209l-.885%202.02c-.256.583.561%201.15%201.358%201.977c.906-1.273.755-2.78-.473-3.997m2.64%201.57a3.8%203.8%200%200%200-.846.067c.238.98-.13%202.016-.713%202.844c1.035.01%201.852.202%202.837.492c.407.12.833-.185.89-.607c.043-.307.11-.646.258-.967c-.073-.206-.633-1.755-2.426-1.829%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23673ab7%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23d1c4e9%22%20d%3D%22M11.602%205c-.57.023-1.532%201.27-2.115%201.793l-.333%201.169c.617.506%201.132%201.238%201.353%201.983a3%203%200%200%201%20.676-.063c-1.068-2.804%201.53-4.352.582-4.847A.3.3%200%200%200%2011.602%205m.95.995c-.44%201.196-1.259%201.778-.535%203.855c1.16.219%202.108.85%202.423%201.826c0%200%20.427-.672.52-.837c.22-.388-.519-.696-.898-1.586c-.328-.772.154-1.682-.255-2.07zM8.933%209l-.885%202.02c-.256.583.561%201.15%201.358%201.977c.906-1.273.755-2.78-.473-3.997m2.64%201.57a3.8%203.8%200%200%200-.846.067c.238.98-.13%202.016-.713%202.844c1.035.01%201.852.202%202.837.492c.407.12.833-.185.89-.607c.043-.307.11-.646.258-.967c-.073-.206-.633-1.755-2.426-1.829%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-obsidian-open.svg?color=%231a73e8&size=48