share multiple icon
share-multiple-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- share-multiple-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
share-android-16-filledshare-close-tray-20-filledshare-ios-20-filledshare-screen-24-filledshare-screen-person-16-filledshare-screen-person-overlay-16-filledshare-screen-person-overlay-inside-16-filledshare-screen-person-p-16-filledshare-screen-start-16-filledshare-screen-stop-16-filledshare-stop-24-filled
Use the share multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.8 9.46c.06.03.13.04.2.04c.12 0 .25-.04.34-.13l3.5-3.25a.506.506 0 0 0 0-.74l-3.5-3.25a.51.51 0 0 0-.54-.09c-.18.08-.3.26-.3.46v1.52C6.05 4.34 6 8.95 6 9a.496.496 0 0 0 .88.32l.005-.006c.097-.107 1.433-1.59 3.615-1.794V9c0 .2.12.38.3.46M11.5 7c0-.28-.22-.5-.5-.5c-1.67 0-2.95.64-3.79 1.22C7.56 6.55 8.5 5 11 5c.28 0 .5-.22.5-.5v-.85l2.27 2.1l-2.27 2.1zM8 3.5a.5.5 0 0 0-.5-.5h-1A2.5 2.5 0 0 0 4 5.5v4A2.5 2.5 0 0 0 6.5 12h4a2.5 2.5 0 0 0 2.45-2.003c.055-.27-.174-.497-.45-.497s-.492.23-.582.49A1.5 1.5 0 0 1 10.5 11h-4A1.5 1.5 0 0 1 5 9.5v-4A1.5 1.5 0 0 1 6.5 4h1a.5.5 0 0 0 .5-.5m-5 2c-.607.456-1 1.182-1 2v2A4.5 4.5 0 0 0 6.5 14h2c.818 0 1.544-.393 2-1h-4A3.5 3.5 0 0 1 3 9.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShareMultiple16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.8 9.46c.06.03.13.04.2.04c.12 0 .25-.04.34-.13l3.5-3.25a.506.506 0 0 0 0-.74l-3.5-3.25a.51.51 0 0 0-.54-.09c-.18.08-.3.26-.3.46v1.52C6.05 4.34 6 8.95 6 9a.496.496 0 0 0 .88.32l.005-.006c.097-.107 1.433-1.59 3.615-1.794V9c0 .2.12.38.3.46M11.5 7c0-.28-.22-.5-.5-.5c-1.67 0-2.95.64-3.79 1.22C7.56 6.55 8.5 5 11 5c.28 0 .5-.22.5-.5v-.85l2.27 2.1l-2.27 2.1zM8 3.5a.5.5 0 0 0-.5-.5h-1A2.5 2.5 0 0 0 4 5.5v4A2.5 2.5 0 0 0 6.5 12h4a2.5 2.5 0 0 0 2.45-2.003c.055-.27-.174-.497-.45-.497s-.492.23-.582.49A1.5 1.5 0 0 1 10.5 11h-4A1.5 1.5 0 0 1 5 9.5v-4A1.5 1.5 0 0 1 6.5 4h1a.5.5 0 0 0 .5-.5m-5 2c-.607.456-1 1.182-1 2v2A4.5 4.5 0 0 0 6.5 14h2c.818 0 1.544-.393 2-1h-4A3.5 3.5 0 0 1 3 9.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.8 9.46c.06.03.13.04.2.04c.12 0 .25-.04.34-.13l3.5-3.25a.506.506 0 0 0 0-.74l-3.5-3.25a.51.51 0 0 0-.54-.09c-.18.08-.3.26-.3.46v1.52C6.05 4.34 6 8.95 6 9a.496.496 0 0 0 .88.32l.005-.006c.097-.107 1.433-1.59 3.615-1.794V9c0 .2.12.38.3.46M11.5 7c0-.28-.22-.5-.5-.5c-1.67 0-2.95.64-3.79 1.22C7.56 6.55 8.5 5 11 5c.28 0 .5-.22.5-.5v-.85l2.27 2.1l-2.27 2.1zM8 3.5a.5.5 0 0 0-.5-.5h-1A2.5 2.5 0 0 0 4 5.5v4A2.5 2.5 0 0 0 6.5 12h4a2.5 2.5 0 0 0 2.45-2.003c.055-.27-.174-.497-.45-.497s-.492.23-.582.49A1.5 1.5 0 0 1 10.5 11h-4A1.5 1.5 0 0 1 5 9.5v-4A1.5 1.5 0 0 1 6.5 4h1a.5.5 0 0 0 .5-.5m-5 2c-.607.456-1 1.182-1 2v2A4.5 4.5 0 0 0 6.5 14h2c.818 0 1.544-.393 2-1h-4A3.5 3.5 0 0 1 3 9.5z"/></svg> </template>
CSS
.icon-share-multiple-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.8%209.46c.06.03.13.04.2.04c.12%200%20.25-.04.34-.13l3.5-3.25a.506.506%200%200%200%200-.74l-3.5-3.25a.51.51%200%200%200-.54-.09c-.18.08-.3.26-.3.46v1.52C6.05%204.34%206%208.95%206%209a.496.496%200%200%200%20.88.32l.005-.006c.097-.107%201.433-1.59%203.615-1.794V9c0%20.2.12.38.3.46M11.5%207c0-.28-.22-.5-.5-.5c-1.67%200-2.95.64-3.79%201.22C7.56%206.55%208.5%205%2011%205c.28%200%20.5-.22.5-.5v-.85l2.27%202.1l-2.27%202.1zM8%203.5a.5.5%200%200%200-.5-.5h-1A2.5%202.5%200%200%200%204%205.5v4A2.5%202.5%200%200%200%206.5%2012h4a2.5%202.5%200%200%200%202.45-2.003c.055-.27-.174-.497-.45-.497s-.492.23-.582.49A1.5%201.5%200%200%201%2010.5%2011h-4A1.5%201.5%200%200%201%205%209.5v-4A1.5%201.5%200%200%201%206.5%204h1a.5.5%200%200%200%20.5-.5m-5%202c-.607.456-1%201.182-1%202v2A4.5%204.5%200%200%200%206.5%2014h2c.818%200%201.544-.393%202-1h-4A3.5%203.5%200%200%201%203%209.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.8%209.46c.06.03.13.04.2.04c.12%200%20.25-.04.34-.13l3.5-3.25a.506.506%200%200%200%200-.74l-3.5-3.25a.51.51%200%200%200-.54-.09c-.18.08-.3.26-.3.46v1.52C6.05%204.34%206%208.95%206%209a.496.496%200%200%200%20.88.32l.005-.006c.097-.107%201.433-1.59%203.615-1.794V9c0%20.2.12.38.3.46M11.5%207c0-.28-.22-.5-.5-.5c-1.67%200-2.95.64-3.79%201.22C7.56%206.55%208.5%205%2011%205c.28%200%20.5-.22.5-.5v-.85l2.27%202.1l-2.27%202.1zM8%203.5a.5.5%200%200%200-.5-.5h-1A2.5%202.5%200%200%200%204%205.5v4A2.5%202.5%200%200%200%206.5%2012h4a2.5%202.5%200%200%200%202.45-2.003c.055-.27-.174-.497-.45-.497s-.492.23-.582.49A1.5%201.5%200%200%201%2010.5%2011h-4A1.5%201.5%200%200%201%205%209.5v-4A1.5%201.5%200%200%201%206.5%204h1a.5.5%200%200%200%20.5-.5m-5%202c-.607.456-1%201.182-1%202v2A4.5%204.5%200%200%200%206.5%2014h2c.818%200%201.544-.393%202-1h-4A3.5%203.5%200%200%201%203%209.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/share-multiple-16-regular.svg?color=%231a73e8&size=48