share 01 icon
share-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- share-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the share 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-linejoin="round" stroke-width="1.5"><path d="M9.396 4.5H8.354c-2.946 0-4.42 0-5.335.879c-.915.878-.915 2.293-.915 5.121v4c0 2.828 0 4.243.915 5.121c.916.879 2.389.879 5.335.879h4.207c2.946 0 4.42 0 5.334-.879c.593-.569.802-1.363.876-2.621"/><path d="M16.167 7V3.854c0-.196.165-.354.368-.354c.098 0 .191.037.26.104l4.732 4.542c.236.227.369.534.369.854s-.133.627-.369.854l-4.732 4.542a.38.38 0 0 1-.26.104a.36.36 0 0 1-.368-.354V11h-3.051c-4.241 0-5.803 3.5-5.803 3.5V12c0-2.761 2.331-5 5.208-5z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShare01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.396 4.5H8.354c-2.946 0-4.42 0-5.335.879c-.915.878-.915 2.293-.915 5.121v4c0 2.828 0 4.243.915 5.121c.916.879 2.389.879 5.335.879h4.207c2.946 0 4.42 0 5.334-.879c.593-.569.802-1.363.876-2.621"/><path d="M16.167 7V3.854c0-.196.165-.354.368-.354c.098 0 .191.037.26.104l4.732 4.542c.236.227.369.534.369.854s-.133.627-.369.854l-4.732 4.542a.38.38 0 0 1-.26.104a.36.36 0 0 1-.368-.354V11h-3.051c-4.241 0-5.803 3.5-5.803 3.5V12c0-2.761 2.331-5 5.208-5z"/></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-linejoin="round" stroke-width="1.5"><path d="M9.396 4.5H8.354c-2.946 0-4.42 0-5.335.879c-.915.878-.915 2.293-.915 5.121v4c0 2.828 0 4.243.915 5.121c.916.879 2.389.879 5.335.879h4.207c2.946 0 4.42 0 5.334-.879c.593-.569.802-1.363.876-2.621"/><path d="M16.167 7V3.854c0-.196.165-.354.368-.354c.098 0 .191.037.26.104l4.732 4.542c.236.227.369.534.369.854s-.133.627-.369.854l-4.732 4.542a.38.38 0 0 1-.26.104a.36.36 0 0 1-.368-.354V11h-3.051c-4.241 0-5.803 3.5-5.803 3.5V12c0-2.761 2.331-5 5.208-5z"/></g></svg> </template>
CSS
.icon-share-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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.396%204.5H8.354c-2.946%200-4.42%200-5.335.879c-.915.878-.915%202.293-.915%205.121v4c0%202.828%200%204.243.915%205.121c.916.879%202.389.879%205.335.879h4.207c2.946%200%204.42%200%205.334-.879c.593-.569.802-1.363.876-2.621%22%2F%3E%3Cpath%20d%3D%22M16.167%207V3.854c0-.196.165-.354.368-.354c.098%200%20.191.037.26.104l4.732%204.542c.236.227.369.534.369.854s-.133.627-.369.854l-4.732%204.542a.38.38%200%200%201-.26.104a.36.36%200%200%201-.368-.354V11h-3.051c-4.241%200-5.803%203.5-5.803%203.5V12c0-2.761%202.331-5%205.208-5z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.396%204.5H8.354c-2.946%200-4.42%200-5.335.879c-.915.878-.915%202.293-.915%205.121v4c0%202.828%200%204.243.915%205.121c.916.879%202.389.879%205.335.879h4.207c2.946%200%204.42%200%205.334-.879c.593-.569.802-1.363.876-2.621%22%2F%3E%3Cpath%20d%3D%22M16.167%207V3.854c0-.196.165-.354.368-.354c.098%200%20.191.037.26.104l4.732%204.542c.236.227.369.534.369.854s-.133.627-.369.854l-4.732%204.542a.38.38%200%200%201-.26.104a.36.36%200%200%201-.368-.354V11h-3.051c-4.241%200-5.803%203.5-5.803%203.5V12c0-2.761%202.331-5%205.208-5z%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/share-01.svg?color=%231a73e8&size=48