ai folder 01 icon

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

Name
ai-folder-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the ai folder 01 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-linecap="round" stroke-width="1.5"><path d="M7 6h9.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 8.09 22 9.143 22 11.25c0 3.511 0 5.267-.843 6.528q-.273.41-.622.758m-17.07 0C2 17.07 2 14.714 2 10V6.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 2.38C4.22 2 5.128 2 6.944 2C8.108 2 8.69 2 9.2 2.191c1.163.436 1.643 1.493 2.168 2.542L12 6"/><path stroke-linejoin="round" d="M18.25 21.25L16 19v-3m2.25 4.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-12.5.75L8 19v-3m-2.25 4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m6.25.75V16m0 4.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAiFolder01(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" strokeLinecap="round" strokeWidth="1.5"><path d="M7 6h9.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 8.09 22 9.143 22 11.25c0 3.511 0 5.267-.843 6.528q-.273.41-.622.758m-17.07 0C2 17.07 2 14.714 2 10V6.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 2.38C4.22 2 5.128 2 6.944 2C8.108 2 8.69 2 9.2 2.191c1.163.436 1.643 1.493 2.168 2.542L12 6"/><path strokeLinejoin="round" d="M18.25 21.25L16 19v-3m2.25 4.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-12.5.75L8 19v-3m-2.25 4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m6.25.75V16m0 4.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></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-linecap="round" stroke-width="1.5"><path d="M7 6h9.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 8.09 22 9.143 22 11.25c0 3.511 0 5.267-.843 6.528q-.273.41-.622.758m-17.07 0C2 17.07 2 14.714 2 10V6.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 2.38C4.22 2 5.128 2 6.944 2C8.108 2 8.69 2 9.2 2.191c1.163.436 1.643 1.493 2.168 2.542L12 6"/><path stroke-linejoin="round" d="M18.25 21.25L16 19v-3m2.25 4.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-12.5.75L8 19v-3m-2.25 4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m6.25.75V16m0 4.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></g></svg>
</template>

CSS

.icon-ai-folder-01 {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%206h9.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C22%208.09%2022%209.143%2022%2011.25c0%203.511%200%205.267-.843%206.528q-.273.41-.622.758m-17.07%200C2%2017.07%202%2014.714%202%2010V6.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%202.38C4.22%202%205.128%202%206.944%202C8.108%202%208.69%202%209.2%202.191c1.163.436%201.643%201.493%202.168%202.542L12%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.25%2021.25L16%2019v-3m2.25%204.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-12.5.75L8%2019v-3m-2.25%204.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m6.25.75V16m0%204.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%206h9.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C22%208.09%2022%209.143%2022%2011.25c0%203.511%200%205.267-.843%206.528q-.273.41-.622.758m-17.07%200C2%2017.07%202%2014.714%202%2010V6.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%202.38C4.22%202%205.128%202%206.944%202C8.108%202%208.69%202%209.2%202.191c1.163.436%201.643%201.493%202.168%202.542L12%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.25%2021.25L16%2019v-3m2.25%204.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-12.5.75L8%2019v-3m-2.25%204.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m6.25.75V16m0%204.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%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/ai-folder-01.svg?color=%231a73e8&size=48