share 07 icon
share-07 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- share-07
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the share 07 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="M20.5 5.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-12 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm13 7a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path d="M14.535 4.581a8 8 0 0 0-1.162-.081a8.15 8.15 0 0 0-7.132 4.163m13.472-1.168A7.9 7.9 0 0 1 21.5 12.5a7.9 7.9 0 0 1-.974 3.801m-4.644 3.81a8.2 8.2 0 0 1-2.509.389c-3.79 0-6.974-2.555-7.873-6.01"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShare07(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="M20.5 5.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-12 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm13 7a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path d="M14.535 4.581a8 8 0 0 0-1.162-.081a8.15 8.15 0 0 0-7.132 4.163m13.472-1.168A7.9 7.9 0 0 1 21.5 12.5a7.9 7.9 0 0 1-.974 3.801m-4.644 3.81a8.2 8.2 0 0 1-2.509.389c-3.79 0-6.974-2.555-7.873-6.01"/></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="M20.5 5.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-12 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm13 7a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path d="M14.535 4.581a8 8 0 0 0-1.162-.081a8.15 8.15 0 0 0-7.132 4.163m13.472-1.168A7.9 7.9 0 0 1 21.5 12.5a7.9 7.9 0 0 1-.974 3.801m-4.644 3.81a8.2 8.2 0 0 1-2.509.389c-3.79 0-6.974-2.555-7.873-6.01"/></g></svg> </template>
CSS
.icon-share-07 {
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%22M20.5%205.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200Zm-12%206a3%203%200%201%201-6%200a3%203%200%200%201%206%200Zm13%207a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20d%3D%22M14.535%204.581a8%208%200%200%200-1.162-.081a8.15%208.15%200%200%200-7.132%204.163m13.472-1.168A7.9%207.9%200%200%201%2021.5%2012.5a7.9%207.9%200%200%201-.974%203.801m-4.644%203.81a8.2%208.2%200%200%201-2.509.389c-3.79%200-6.974-2.555-7.873-6.01%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%22M20.5%205.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200Zm-12%206a3%203%200%201%201-6%200a3%203%200%200%201%206%200Zm13%207a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20d%3D%22M14.535%204.581a8%208%200%200%200-1.162-.081a8.15%208.15%200%200%200-7.132%204.163m13.472-1.168A7.9%207.9%200%200%201%2021.5%2012.5a7.9%207.9%200%200%201-.974%203.801m-4.644%203.81a8.2%208.2%200%200%201-2.509.389c-3.79%200-6.974-2.555-7.873-6.01%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-07.svg?color=%231a73e8&size=48