share icon
share-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- share-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All share icons →shareBootstrap IconsshareBoxIcons v2shareBoxIcons v2 SolidshareCarbonshareCodiconsshareElement Plusshare-fillEva IconsshareFont Awesome 6 SolidshareFont Awesome SolidshareFeather Iconsshare-16-filledFluent UI System Iconssharecss.ggshareHeroIconsshareHumbleiconsshareIconParkshareIconPark OutlineshareIonIconsshareJam IconsshareKeyline IconsshareLine AwesomeshareLucideshareMage IconsshareMajesticonsshareMaterial Symbols
More ui icons from Reicon
Use the share icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.803 5.333c0-1.84 1.5-3.333 3.348-3.333A3.34 3.34 0 0 1 20.5 5.333c0 1.841-1.5 3.334-3.349 3.334a3.35 3.35 0 0 1-2.384-.994l-4.635 3.156a3.34 3.34 0 0 1-.182 1.917l5.082 3.34a3.35 3.35 0 0 1 2.12-.753a3.34 3.34 0 0 1 3.348 3.334C20.5 20.507 19 22 17.151 22a3.34 3.34 0 0 1-3.348-3.333a3.3 3.3 0 0 1 .289-1.356L9.05 14a3.35 3.35 0 0 1-2.202.821A3.34 3.34 0 0 1 3.5 11.487a3.34 3.34 0 0 1 3.348-3.333c1.064 0 2.01.493 2.623 1.261l4.493-3.059a3.3 3.3 0 0 1-.161-1.023" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShareFilled(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" fillRule="evenodd" d="M13.803 5.333c0-1.84 1.5-3.333 3.348-3.333A3.34 3.34 0 0 1 20.5 5.333c0 1.841-1.5 3.334-3.349 3.334a3.35 3.35 0 0 1-2.384-.994l-4.635 3.156a3.34 3.34 0 0 1-.182 1.917l5.082 3.34a3.35 3.35 0 0 1 2.12-.753a3.34 3.34 0 0 1 3.348 3.334C20.5 20.507 19 22 17.151 22a3.34 3.34 0 0 1-3.348-3.333a3.3 3.3 0 0 1 .289-1.356L9.05 14a3.35 3.35 0 0 1-2.202.821A3.34 3.34 0 0 1 3.5 11.487a3.34 3.34 0 0 1 3.348-3.333c1.064 0 2.01.493 2.623 1.261l4.493-3.059a3.3 3.3 0 0 1-.161-1.023" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.803 5.333c0-1.84 1.5-3.333 3.348-3.333A3.34 3.34 0 0 1 20.5 5.333c0 1.841-1.5 3.334-3.349 3.334a3.35 3.35 0 0 1-2.384-.994l-4.635 3.156a3.34 3.34 0 0 1-.182 1.917l5.082 3.34a3.35 3.35 0 0 1 2.12-.753a3.34 3.34 0 0 1 3.348 3.334C20.5 20.507 19 22 17.151 22a3.34 3.34 0 0 1-3.348-3.333a3.3 3.3 0 0 1 .289-1.356L9.05 14a3.35 3.35 0 0 1-2.202.821A3.34 3.34 0 0 1 3.5 11.487a3.34 3.34 0 0 1 3.348-3.333c1.064 0 2.01.493 2.623 1.261l4.493-3.059a3.3 3.3 0 0 1-.161-1.023" clip-rule="evenodd"/></svg> </template>
CSS
.icon-share-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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.803%205.333c0-1.84%201.5-3.333%203.348-3.333A3.34%203.34%200%200%201%2020.5%205.333c0%201.841-1.5%203.334-3.349%203.334a3.35%203.35%200%200%201-2.384-.994l-4.635%203.156a3.34%203.34%200%200%201-.182%201.917l5.082%203.34a3.35%203.35%200%200%201%202.12-.753a3.34%203.34%200%200%201%203.348%203.334C20.5%2020.507%2019%2022%2017.151%2022a3.34%203.34%200%200%201-3.348-3.333a3.3%203.3%200%200%201%20.289-1.356L9.05%2014a3.35%203.35%200%200%201-2.202.821A3.34%203.34%200%200%201%203.5%2011.487a3.34%203.34%200%200%201%203.348-3.333c1.064%200%202.01.493%202.623%201.261l4.493-3.059a3.3%203.3%200%200%201-.161-1.023%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.803%205.333c0-1.84%201.5-3.333%203.348-3.333A3.34%203.34%200%200%201%2020.5%205.333c0%201.841-1.5%203.334-3.349%203.334a3.35%203.35%200%200%201-2.384-.994l-4.635%203.156a3.34%203.34%200%200%201-.182%201.917l5.082%203.34a3.35%203.35%200%200%201%202.12-.753a3.34%203.34%200%200%201%203.348%203.334C20.5%2020.507%2019%2022%2017.151%2022a3.34%203.34%200%200%201-3.348-3.333a3.3%203.3%200%200%201%20.289-1.356L9.05%2014a3.35%203.35%200%200%201-2.202.821A3.34%203.34%200%200%201%203.5%2011.487a3.34%203.34%200%200%201%203.348-3.333c1.064%200%202.01.493%202.623%201.261l4.493-3.059a3.3%203.3%200%200%201-.161-1.023%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/share-filled.svg?color=%231a73e8&size=48