ai file 01 icon

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

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

Related icons in Huge Icons

Use the ai file 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 14V9.456c0-3.245 0-4.868.886-5.967a4 4 0 0 1 .603-.603C6.59 2 8.211 2 11.456 2c.705 0 1.058 0 1.381.114q.1.036.197.082c.31.148.559.397 1.058.896l4.736 4.736c.579.578.867.868 1.02 1.235c.152.368.152.776.152 1.594V14c0 3.771 0 5.657-1.172 6.828S15.771 22 12 22m1-19.5V3c0 2.828 0 4.243.879 5.121C14.757 9 16.172 9 19 9h.5m-13 8.938V19.5m0 0v1.563m0-1.563H5.25m1.25 0h1.25m1.25 0l-1.084-.361a1.67 1.67 0 0 1-1.055-1.055L6.5 17l-.361 1.084a1.67 1.67 0 0 1-1.055 1.055L4 19.5l1.084.361c.498.166.889.557 1.055 1.055L6.5 22l.361-1.084a1.67 1.67 0 0 1 1.055-1.055z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAiFile01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M4 14V9.456c0-3.245 0-4.868.886-5.967a4 4 0 0 1 .603-.603C6.59 2 8.211 2 11.456 2c.705 0 1.058 0 1.381.114q.1.036.197.082c.31.148.559.397 1.058.896l4.736 4.736c.579.578.867.868 1.02 1.235c.152.368.152.776.152 1.594V14c0 3.771 0 5.657-1.172 6.828S15.771 22 12 22m1-19.5V3c0 2.828 0 4.243.879 5.121C14.757 9 16.172 9 19 9h.5m-13 8.938V19.5m0 0v1.563m0-1.563H5.25m1.25 0h1.25m1.25 0l-1.084-.361a1.67 1.67 0 0 1-1.055-1.055L6.5 17l-.361 1.084a1.67 1.67 0 0 1-1.055 1.055L4 19.5l1.084.361c.498.166.889.557 1.055 1.055L6.5 22l.361-1.084a1.67 1.67 0 0 1 1.055-1.055z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 14V9.456c0-3.245 0-4.868.886-5.967a4 4 0 0 1 .603-.603C6.59 2 8.211 2 11.456 2c.705 0 1.058 0 1.381.114q.1.036.197.082c.31.148.559.397 1.058.896l4.736 4.736c.579.578.867.868 1.02 1.235c.152.368.152.776.152 1.594V14c0 3.771 0 5.657-1.172 6.828S15.771 22 12 22m1-19.5V3c0 2.828 0 4.243.879 5.121C14.757 9 16.172 9 19 9h.5m-13 8.938V19.5m0 0v1.563m0-1.563H5.25m1.25 0h1.25m1.25 0l-1.084-.361a1.67 1.67 0 0 1-1.055-1.055L6.5 17l-.361 1.084a1.67 1.67 0 0 1-1.055 1.055L4 19.5l1.084.361c.498.166.889.557 1.055 1.055L6.5 22l.361-1.084a1.67 1.67 0 0 1 1.055-1.055z"/></svg>
</template>

CSS

.icon-ai-file-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2014V9.456c0-3.245%200-4.868.886-5.967a4%204%200%200%201%20.603-.603C6.59%202%208.211%202%2011.456%202c.705%200%201.058%200%201.381.114q.1.036.197.082c.31.148.559.397%201.058.896l4.736%204.736c.579.578.867.868%201.02%201.235c.152.368.152.776.152%201.594V14c0%203.771%200%205.657-1.172%206.828S15.771%2022%2012%2022m1-19.5V3c0%202.828%200%204.243.879%205.121C14.757%209%2016.172%209%2019%209h.5m-13%208.938V19.5m0%200v1.563m0-1.563H5.25m1.25%200h1.25m1.25%200l-1.084-.361a1.67%201.67%200%200%201-1.055-1.055L6.5%2017l-.361%201.084a1.67%201.67%200%200%201-1.055%201.055L4%2019.5l1.084.361c.498.166.889.557%201.055%201.055L6.5%2022l.361-1.084a1.67%201.67%200%200%201%201.055-1.055z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2014V9.456c0-3.245%200-4.868.886-5.967a4%204%200%200%201%20.603-.603C6.59%202%208.211%202%2011.456%202c.705%200%201.058%200%201.381.114q.1.036.197.082c.31.148.559.397%201.058.896l4.736%204.736c.579.578.867.868%201.02%201.235c.152.368.152.776.152%201.594V14c0%203.771%200%205.657-1.172%206.828S15.771%2022%2012%2022m1-19.5V3c0%202.828%200%204.243.879%205.121C14.757%209%2016.172%209%2019%209h.5m-13%208.938V19.5m0%200v1.563m0-1.563H5.25m1.25%200h1.25m1.25%200l-1.084-.361a1.67%201.67%200%200%201-1.055-1.055L6.5%2017l-.361%201.084a1.67%201.67%200%200%201-1.055%201.055L4%2019.5l1.084.361c.498.166.889.557%201.055%201.055L6.5%2022l.361-1.084a1.67%201.67%200%200%201%201.055-1.055z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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