share multiple icon
share-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- share-multiple-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M8.97 13.95c.09.03.19.05.28.05c.2 0 .4-.08.54-.23l.002-.002c.07-.07 2.365-2.412 5.698-2.728v2.21c0 .3.17.57.45.69c.27.11.59.06.81-.15l5-4.75c.15-.14.23-.34.23-.54s-.08-.4-.23-.54l-5-4.75a.74.74 0 0 0-1.26.54v2.28c-2.02.13-3.66.81-4.87 2.03c-2.11 2.11-2.12 5.07-2.12 5.19c0 .31.19.58.47.7m8.03-3.7c0-.41-.34-.75-.75-.75c-2.52 0-4.59 1.02-5.92 1.92c.54-1.69 2-3.92 5.92-3.92c.41 0 .75-.34.75-.75V5.5l3.16 3l-3.16 3zm-5-5.5a.75.75 0 0 0-.75-.75h-2.5A3.25 3.25 0 0 0 5.5 7.25v8a3.25 3.25 0 0 0 3.25 3.25h8A3.25 3.25 0 0 0 20 15.25v-.5a.75.75 0 0 0-1.5 0v.5A1.75 1.75 0 0 1 16.75 17h-8A1.75 1.75 0 0 1 7 15.25v-8c0-.966.784-1.75 1.75-1.75h2.5a.75.75 0 0 0 .75-.75m-7.5 2.5q0-.123.007-.243A3.25 3.25 0 0 0 3 9.75v5.5A5.75 5.75 0 0 0 8.75 21h5.5a3.25 3.25 0 0 0 2.744-1.507q-.121.007-.244.007h-8a4.25 4.25 0 0 1-4.25-4.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShareMultiple24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.97 13.95c.09.03.19.05.28.05c.2 0 .4-.08.54-.23l.002-.002c.07-.07 2.365-2.412 5.698-2.728v2.21c0 .3.17.57.45.69c.27.11.59.06.81-.15l5-4.75c.15-.14.23-.34.23-.54s-.08-.4-.23-.54l-5-4.75a.74.74 0 0 0-1.26.54v2.28c-2.02.13-3.66.81-4.87 2.03c-2.11 2.11-2.12 5.07-2.12 5.19c0 .31.19.58.47.7m8.03-3.7c0-.41-.34-.75-.75-.75c-2.52 0-4.59 1.02-5.92 1.92c.54-1.69 2-3.92 5.92-3.92c.41 0 .75-.34.75-.75V5.5l3.16 3l-3.16 3zm-5-5.5a.75.75 0 0 0-.75-.75h-2.5A3.25 3.25 0 0 0 5.5 7.25v8a3.25 3.25 0 0 0 3.25 3.25h8A3.25 3.25 0 0 0 20 15.25v-.5a.75.75 0 0 0-1.5 0v.5A1.75 1.75 0 0 1 16.75 17h-8A1.75 1.75 0 0 1 7 15.25v-8c0-.966.784-1.75 1.75-1.75h2.5a.75.75 0 0 0 .75-.75m-7.5 2.5q0-.123.007-.243A3.25 3.25 0 0 0 3 9.75v5.5A5.75 5.75 0 0 0 8.75 21h5.5a3.25 3.25 0 0 0 2.744-1.507q-.121.007-.244.007h-8a4.25 4.25 0 0 1-4.25-4.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.97 13.95c.09.03.19.05.28.05c.2 0 .4-.08.54-.23l.002-.002c.07-.07 2.365-2.412 5.698-2.728v2.21c0 .3.17.57.45.69c.27.11.59.06.81-.15l5-4.75c.15-.14.23-.34.23-.54s-.08-.4-.23-.54l-5-4.75a.74.74 0 0 0-1.26.54v2.28c-2.02.13-3.66.81-4.87 2.03c-2.11 2.11-2.12 5.07-2.12 5.19c0 .31.19.58.47.7m8.03-3.7c0-.41-.34-.75-.75-.75c-2.52 0-4.59 1.02-5.92 1.92c.54-1.69 2-3.92 5.92-3.92c.41 0 .75-.34.75-.75V5.5l3.16 3l-3.16 3zm-5-5.5a.75.75 0 0 0-.75-.75h-2.5A3.25 3.25 0 0 0 5.5 7.25v8a3.25 3.25 0 0 0 3.25 3.25h8A3.25 3.25 0 0 0 20 15.25v-.5a.75.75 0 0 0-1.5 0v.5A1.75 1.75 0 0 1 16.75 17h-8A1.75 1.75 0 0 1 7 15.25v-8c0-.966.784-1.75 1.75-1.75h2.5a.75.75 0 0 0 .75-.75m-7.5 2.5q0-.123.007-.243A3.25 3.25 0 0 0 3 9.75v5.5A5.75 5.75 0 0 0 8.75 21h5.5a3.25 3.25 0 0 0 2.744-1.507q-.121.007-.244.007h-8a4.25 4.25 0 0 1-4.25-4.25z"/></svg> </template>
CSS
.icon-share-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.97%2013.95c.09.03.19.05.28.05c.2%200%20.4-.08.54-.23l.002-.002c.07-.07%202.365-2.412%205.698-2.728v2.21c0%20.3.17.57.45.69c.27.11.59.06.81-.15l5-4.75c.15-.14.23-.34.23-.54s-.08-.4-.23-.54l-5-4.75a.74.74%200%200%200-1.26.54v2.28c-2.02.13-3.66.81-4.87%202.03c-2.11%202.11-2.12%205.07-2.12%205.19c0%20.31.19.58.47.7m8.03-3.7c0-.41-.34-.75-.75-.75c-2.52%200-4.59%201.02-5.92%201.92c.54-1.69%202-3.92%205.92-3.92c.41%200%20.75-.34.75-.75V5.5l3.16%203l-3.16%203zm-5-5.5a.75.75%200%200%200-.75-.75h-2.5A3.25%203.25%200%200%200%205.5%207.25v8a3.25%203.25%200%200%200%203.25%203.25h8A3.25%203.25%200%200%200%2020%2015.25v-.5a.75.75%200%200%200-1.5%200v.5A1.75%201.75%200%200%201%2016.75%2017h-8A1.75%201.75%200%200%201%207%2015.25v-8c0-.966.784-1.75%201.75-1.75h2.5a.75.75%200%200%200%20.75-.75m-7.5%202.5q0-.123.007-.243A3.25%203.25%200%200%200%203%209.75v5.5A5.75%205.75%200%200%200%208.75%2021h5.5a3.25%203.25%200%200%200%202.744-1.507q-.121.007-.244.007h-8a4.25%204.25%200%200%201-4.25-4.25z%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%22currentColor%22%20d%3D%22M8.97%2013.95c.09.03.19.05.28.05c.2%200%20.4-.08.54-.23l.002-.002c.07-.07%202.365-2.412%205.698-2.728v2.21c0%20.3.17.57.45.69c.27.11.59.06.81-.15l5-4.75c.15-.14.23-.34.23-.54s-.08-.4-.23-.54l-5-4.75a.74.74%200%200%200-1.26.54v2.28c-2.02.13-3.66.81-4.87%202.03c-2.11%202.11-2.12%205.07-2.12%205.19c0%20.31.19.58.47.7m8.03-3.7c0-.41-.34-.75-.75-.75c-2.52%200-4.59%201.02-5.92%201.92c.54-1.69%202-3.92%205.92-3.92c.41%200%20.75-.34.75-.75V5.5l3.16%203l-3.16%203zm-5-5.5a.75.75%200%200%200-.75-.75h-2.5A3.25%203.25%200%200%200%205.5%207.25v8a3.25%203.25%200%200%200%203.25%203.25h8A3.25%203.25%200%200%200%2020%2015.25v-.5a.75.75%200%200%200-1.5%200v.5A1.75%201.75%200%200%201%2016.75%2017h-8A1.75%201.75%200%200%201%207%2015.25v-8c0-.966.784-1.75%201.75-1.75h2.5a.75.75%200%200%200%20.75-.75m-7.5%202.5q0-.123.007-.243A3.25%203.25%200%200%200%203%209.75v5.5A5.75%205.75%200%200%200%208.75%2021h5.5a3.25%203.25%200%200%200%202.744-1.507q-.121.007-.244.007h-8a4.25%204.25%200%200%201-4.25-4.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/share-multiple-24-regular.svg?color=%231a73e8&size=48