folder shared 02 icon

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

Name
folder-shared-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the folder shared 02 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 d="M18.157 14.171a1.5 1.5 0 1 0 2.684-1.343a1.5 1.5 0 0 0-2.684 1.343Zm0 0l-3.318 1.658m0 0a1.501 1.501 0 1 0 0 1.342m0-1.342a1.5 1.5 0 0 1 0 1.342m0 0l3.318 1.658m0 0a1.5 1.5 0 1 0 2.684 1.341a1.5 1.5 0 0 0-2.684-1.341Z"/><path stroke-linecap="round" d="M13.024 21h-1.002c-4.724 0-7.087 0-8.554-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.381-3.406a3 3 0 0 1 1.16-1.158C4.224 3 5.135 3 6.955 3c1.167 0 1.75 0 2.26.191c1.166.436 1.646 1.493 2.172 2.542L12.022 7M8.013 7h8.77c2.111 0 3.167 0 3.925.506c.328.218.61.5.83.827c.281.42.406.933.462 1.667"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderShared02(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 d="M18.157 14.171a1.5 1.5 0 1 0 2.684-1.343a1.5 1.5 0 0 0-2.684 1.343Zm0 0l-3.318 1.658m0 0a1.501 1.501 0 1 0 0 1.342m0-1.342a1.5 1.5 0 0 1 0 1.342m0 0l3.318 1.658m0 0a1.5 1.5 0 1 0 2.684 1.341a1.5 1.5 0 0 0-2.684-1.341Z"/><path strokeLinecap="round" d="M13.024 21h-1.002c-4.724 0-7.087 0-8.554-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.381-3.406a3 3 0 0 1 1.16-1.158C4.224 3 5.135 3 6.955 3c1.167 0 1.75 0 2.26.191c1.166.436 1.646 1.493 2.172 2.542L12.022 7M8.013 7h8.77c2.111 0 3.167 0 3.925.506c.328.218.61.5.83.827c.281.42.406.933.462 1.667"/></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 d="M18.157 14.171a1.5 1.5 0 1 0 2.684-1.343a1.5 1.5 0 0 0-2.684 1.343Zm0 0l-3.318 1.658m0 0a1.501 1.501 0 1 0 0 1.342m0-1.342a1.5 1.5 0 0 1 0 1.342m0 0l3.318 1.658m0 0a1.5 1.5 0 1 0 2.684 1.341a1.5 1.5 0 0 0-2.684-1.341Z"/><path stroke-linecap="round" d="M13.024 21h-1.002c-4.724 0-7.087 0-8.554-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.381-3.406a3 3 0 0 1 1.16-1.158C4.224 3 5.135 3 6.955 3c1.167 0 1.75 0 2.26.191c1.166.436 1.646 1.493 2.172 2.542L12.022 7M8.013 7h8.77c2.111 0 3.167 0 3.925.506c.328.218.61.5.83.827c.281.42.406.933.462 1.667"/></g></svg>
</template>

CSS

.icon-folder-shared-02 {
  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%20d%3D%22M18.157%2014.171a1.5%201.5%200%201%200%202.684-1.343a1.5%201.5%200%200%200-2.684%201.343Zm0%200l-3.318%201.658m0%200a1.501%201.501%200%201%200%200%201.342m0-1.342a1.5%201.5%200%200%201%200%201.342m0%200l3.318%201.658m0%200a1.5%201.5%200%201%200%202.684%201.341a1.5%201.5%200%200%200-2.684-1.341Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.024%2021h-1.002c-4.724%200-7.087%200-8.554-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.381-3.406a3%203%200%200%201%201.16-1.158C4.224%203%205.135%203%206.955%203c1.167%200%201.75%200%202.26.191c1.166.436%201.646%201.493%202.172%202.542L12.022%207M8.013%207h8.77c2.111%200%203.167%200%203.925.506c.328.218.61.5.83.827c.281.42.406.933.462%201.667%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%20d%3D%22M18.157%2014.171a1.5%201.5%200%201%200%202.684-1.343a1.5%201.5%200%200%200-2.684%201.343Zm0%200l-3.318%201.658m0%200a1.501%201.501%200%201%200%200%201.342m0-1.342a1.5%201.5%200%200%201%200%201.342m0%200l3.318%201.658m0%200a1.5%201.5%200%201%200%202.684%201.341a1.5%201.5%200%200%200-2.684-1.341Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.024%2021h-1.002c-4.724%200-7.087%200-8.554-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.381-3.406a3%203%200%200%201%201.16-1.158C4.224%203%205.135%203%206.955%203c1.167%200%201.75%200%202.26.191c1.166.436%201.646%201.493%202.172%202.542L12.022%207M8.013%207h8.77c2.111%200%203.167%200%203.925.506c.328.218.61.5.83.827c.281.42.406.933.462%201.667%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-shared-02.svg?color=%231a73e8&size=48