folder open dot icon

folder-open-dot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
folder-open-dot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the folder open dot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.75 14.75V15m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.25 10c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.857 6.5 18.154 6.5 16.75 6.5h-3.9c-.626 0-.94 0-1.226-.088a2 2 0 0 1-.539-.26c-.248-.168-.444-.413-.835-.902s-.587-.734-.835-.903a2 2 0 0 0-.539-.259C8.59 4 8.276 4 7.65 4h-1.4c-1.886 0-2.828 0-3.414.586S2.25 6.114 2.25 8v8c0 1.886 0 2.828.586 3.414S4.364 20 6.25 20h1"/><path d="m5.603 12.85l-.594 2c-.7 2.359-1.05 3.538-.457 4.344C5.146 20 6.364 20 8.801 20h7.34c1.298 0 1.947 0 2.45-.344s.744-.953 1.226-2.17l.792-2c.984-2.486 1.476-3.729.887-4.607S19.582 10 16.933 10H9.395c-1.42 0-2.129 0-2.655.395c-.526.396-.73 1.082-1.137 2.456Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderOpenDot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M12.75 14.75V15m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path strokeLinecap="round" strokeLinejoin="round" d="M20.25 10c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.857 6.5 18.154 6.5 16.75 6.5h-3.9c-.626 0-.94 0-1.226-.088a2 2 0 0 1-.539-.26c-.248-.168-.444-.413-.835-.902s-.587-.734-.835-.903a2 2 0 0 0-.539-.259C8.59 4 8.276 4 7.65 4h-1.4c-1.886 0-2.828 0-3.414.586S2.25 6.114 2.25 8v8c0 1.886 0 2.828.586 3.414S4.364 20 6.25 20h1"/><path d="m5.603 12.85l-.594 2c-.7 2.359-1.05 3.538-.457 4.344C5.146 20 6.364 20 8.801 20h7.34c1.298 0 1.947 0 2.45-.344s.744-.953 1.226-2.17l.792-2c.984-2.486 1.476-3.729.887-4.607S19.582 10 16.933 10H9.395c-1.42 0-2.129 0-2.655.395c-.526.396-.73 1.082-1.137 2.456Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.75 14.75V15m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.25 10c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.857 6.5 18.154 6.5 16.75 6.5h-3.9c-.626 0-.94 0-1.226-.088a2 2 0 0 1-.539-.26c-.248-.168-.444-.413-.835-.902s-.587-.734-.835-.903a2 2 0 0 0-.539-.259C8.59 4 8.276 4 7.65 4h-1.4c-1.886 0-2.828 0-3.414.586S2.25 6.114 2.25 8v8c0 1.886 0 2.828.586 3.414S4.364 20 6.25 20h1"/><path d="m5.603 12.85l-.594 2c-.7 2.359-1.05 3.538-.457 4.344C5.146 20 6.364 20 8.801 20h7.34c1.298 0 1.947 0 2.45-.344s.744-.953 1.226-2.17l.792-2c.984-2.486 1.476-3.729.887-4.607S19.582 10 16.933 10H9.395c-1.42 0-2.129 0-2.655.395c-.526.396-.73 1.082-1.137 2.456Z"/></g></svg>
</template>

CSS

.icon-folder-open-dot {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.75%2014.75V15m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.25%2010c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C18.857%206.5%2018.154%206.5%2016.75%206.5h-3.9c-.626%200-.94%200-1.226-.088a2%202%200%200%201-.539-.26c-.248-.168-.444-.413-.835-.902s-.587-.734-.835-.903a2%202%200%200%200-.539-.259C8.59%204%208.276%204%207.65%204h-1.4c-1.886%200-2.828%200-3.414.586S2.25%206.114%202.25%208v8c0%201.886%200%202.828.586%203.414S4.364%2020%206.25%2020h1%22%2F%3E%3Cpath%20d%3D%22m5.603%2012.85l-.594%202c-.7%202.359-1.05%203.538-.457%204.344C5.146%2020%206.364%2020%208.801%2020h7.34c1.298%200%201.947%200%202.45-.344s.744-.953%201.226-2.17l.792-2c.984-2.486%201.476-3.729.887-4.607S19.582%2010%2016.933%2010H9.395c-1.42%200-2.129%200-2.655.395c-.526.396-.73%201.082-1.137%202.456Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.75%2014.75V15m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.25%2010c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C18.857%206.5%2018.154%206.5%2016.75%206.5h-3.9c-.626%200-.94%200-1.226-.088a2%202%200%200%201-.539-.26c-.248-.168-.444-.413-.835-.902s-.587-.734-.835-.903a2%202%200%200%200-.539-.259C8.59%204%208.276%204%207.65%204h-1.4c-1.886%200-2.828%200-3.414.586S2.25%206.114%202.25%208v8c0%201.886%200%202.828.586%203.414S4.364%2020%206.25%2020h1%22%2F%3E%3Cpath%20d%3D%22m5.603%2012.85l-.594%202c-.7%202.359-1.05%203.538-.457%204.344C5.146%2020%206.364%2020%208.801%2020h7.34c1.298%200%201.947%200%202.45-.344s.744-.953%201.226-2.17l.792-2c.984-2.486%201.476-3.729.887-4.607S19.582%2010%2016.933%2010H9.395c-1.42%200-2.129%200-2.655.395c-.526.396-.73%201.082-1.137%202.456Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-open-dot.svg?color=%231a73e8&size=48