share3 icon
share3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- share3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the share3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.36 12.732c-.37 0-.68-.28-.72-.65a7.6 7.6 0 0 0-3.24-5.44a.723.723 0 0 1-.18-1.01c.23-.33.68-.41 1.01-.18a9.12 9.12 0 0 1 3.86 6.48c.04.4-.25.76-.65.8zm-16.62.049h-.07a.73.73 0 0 1-.65-.8a9.08 9.08 0 0 1 3.8-6.49c.32-.23.78-.15 1.01.17c.23.33.15.78-.17 1.01a7.63 7.63 0 0 0-3.19 5.45c-.04.38-.36.66-.73.66M15.99 21.1c-1.23.59-2.55.89-3.93.89c-1.44 0-2.81-.32-4.09-.97a.715.715 0 0 1-.32-.97c.17-.36.61-.5.97-.33c.63.32 1.3.54 1.98.67c.92.18 1.86.19 2.78.03c.68-.12 1.35-.33 1.97-.63c.37-.17.81-.03.97.34c.18.36.04.8-.33.97M12.05 2.012c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.26-2.82-2.82-2.82m-7 11.859c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.27-2.82-2.82-2.82m13.9 0c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.26-2.82-2.82-2.82"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShare3Filled(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="M20.36 12.732c-.37 0-.68-.28-.72-.65a7.6 7.6 0 0 0-3.24-5.44a.723.723 0 0 1-.18-1.01c.23-.33.68-.41 1.01-.18a9.12 9.12 0 0 1 3.86 6.48c.04.4-.25.76-.65.8zm-16.62.049h-.07a.73.73 0 0 1-.65-.8a9.08 9.08 0 0 1 3.8-6.49c.32-.23.78-.15 1.01.17c.23.33.15.78-.17 1.01a7.63 7.63 0 0 0-3.19 5.45c-.04.38-.36.66-.73.66M15.99 21.1c-1.23.59-2.55.89-3.93.89c-1.44 0-2.81-.32-4.09-.97a.715.715 0 0 1-.32-.97c.17-.36.61-.5.97-.33c.63.32 1.3.54 1.98.67c.92.18 1.86.19 2.78.03c.68-.12 1.35-.33 1.97-.63c.37-.17.81-.03.97.34c.18.36.04.8-.33.97M12.05 2.012c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.26-2.82-2.82-2.82m-7 11.859c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.27-2.82-2.82-2.82m13.9 0c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.26-2.82-2.82-2.82"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.36 12.732c-.37 0-.68-.28-.72-.65a7.6 7.6 0 0 0-3.24-5.44a.723.723 0 0 1-.18-1.01c.23-.33.68-.41 1.01-.18a9.12 9.12 0 0 1 3.86 6.48c.04.4-.25.76-.65.8zm-16.62.049h-.07a.73.73 0 0 1-.65-.8a9.08 9.08 0 0 1 3.8-6.49c.32-.23.78-.15 1.01.17c.23.33.15.78-.17 1.01a7.63 7.63 0 0 0-3.19 5.45c-.04.38-.36.66-.73.66M15.99 21.1c-1.23.59-2.55.89-3.93.89c-1.44 0-2.81-.32-4.09-.97a.715.715 0 0 1-.32-.97c.17-.36.61-.5.97-.33c.63.32 1.3.54 1.98.67c.92.18 1.86.19 2.78.03c.68-.12 1.35-.33 1.97-.63c.37-.17.81-.03.97.34c.18.36.04.8-.33.97M12.05 2.012c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.26-2.82-2.82-2.82m-7 11.859c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.27-2.82-2.82-2.82m13.9 0c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82s2.82-1.26 2.82-2.82s-1.26-2.82-2.82-2.82"/></svg> </template>
CSS
.icon-share3-filled {
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%22M20.36%2012.732c-.37%200-.68-.28-.72-.65a7.6%207.6%200%200%200-3.24-5.44a.723.723%200%200%201-.18-1.01c.23-.33.68-.41%201.01-.18a9.12%209.12%200%200%201%203.86%206.48c.04.4-.25.76-.65.8zm-16.62.049h-.07a.73.73%200%200%201-.65-.8a9.08%209.08%200%200%201%203.8-6.49c.32-.23.78-.15%201.01.17c.23.33.15.78-.17%201.01a7.63%207.63%200%200%200-3.19%205.45c-.04.38-.36.66-.73.66M15.99%2021.1c-1.23.59-2.55.89-3.93.89c-1.44%200-2.81-.32-4.09-.97a.715.715%200%200%201-.32-.97c.17-.36.61-.5.97-.33c.63.32%201.3.54%201.98.67c.92.18%201.86.19%202.78.03c.68-.12%201.35-.33%201.97-.63c.37-.17.81-.03.97.34c.18.36.04.8-.33.97M12.05%202.012c-1.55%200-2.82%201.26-2.82%202.82s1.26%202.82%202.82%202.82s2.82-1.26%202.82-2.82s-1.26-2.82-2.82-2.82m-7%2011.859c-1.55%200-2.82%201.26-2.82%202.82s1.26%202.82%202.82%202.82s2.82-1.26%202.82-2.82s-1.27-2.82-2.82-2.82m13.9%200c-1.55%200-2.82%201.26-2.82%202.82s1.26%202.82%202.82%202.82s2.82-1.26%202.82-2.82s-1.26-2.82-2.82-2.82%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%22M20.36%2012.732c-.37%200-.68-.28-.72-.65a7.6%207.6%200%200%200-3.24-5.44a.723.723%200%200%201-.18-1.01c.23-.33.68-.41%201.01-.18a9.12%209.12%200%200%201%203.86%206.48c.04.4-.25.76-.65.8zm-16.62.049h-.07a.73.73%200%200%201-.65-.8a9.08%209.08%200%200%201%203.8-6.49c.32-.23.78-.15%201.01.17c.23.33.15.78-.17%201.01a7.63%207.63%200%200%200-3.19%205.45c-.04.38-.36.66-.73.66M15.99%2021.1c-1.23.59-2.55.89-3.93.89c-1.44%200-2.81-.32-4.09-.97a.715.715%200%200%201-.32-.97c.17-.36.61-.5.97-.33c.63.32%201.3.54%201.98.67c.92.18%201.86.19%202.78.03c.68-.12%201.35-.33%201.97-.63c.37-.17.81-.03.97.34c.18.36.04.8-.33.97M12.05%202.012c-1.55%200-2.82%201.26-2.82%202.82s1.26%202.82%202.82%202.82s2.82-1.26%202.82-2.82s-1.26-2.82-2.82-2.82m-7%2011.859c-1.55%200-2.82%201.26-2.82%202.82s1.26%202.82%202.82%202.82s2.82-1.26%202.82-2.82s-1.27-2.82-2.82-2.82m13.9%200c-1.55%200-2.82%201.26-2.82%202.82s1.26%202.82%202.82%202.82s2.82-1.26%202.82-2.82s-1.26-2.82-2.82-2.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/share3-filled.svg?color=%231a73e8&size=48