share icon
share from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.
- Name
- share
- Set
- Unicons
- Style
- Line
- Category
- Chat
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
shareBootstrap IconsshareBoxIcons v2shareBoxIcons v2 SolidshareCarbonshareCodiconsshareElement Plusshare-fillEva IconsshareFont Awesome 6 SolidshareFont Awesome SolidshareFeather Iconsshare-16-filledFluent UI System Iconssharecss.ggshareHeroIconsshareHumbleiconsshareIconParkshareIconPark OutlineshareIonIconsshareJam IconsshareLine AwesomeshareLucideshareMage IconsshareMajesticonsshareMaterial SymbolsshareMaterial Symbols Light
More chat icons from Unicons
chatchat-bubble-userchat-infocommentcomment-addcomment-altcomment-alt-blockcomment-alt-chart-linescomment-alt-checkcomment-alt-dotscomment-alt-downloadcomment-alt-editcomment-alt-exclamationcomment-alt-heartcomment-alt-imagecomment-alt-infocomment-alt-linescomment-alt-lockcomment-alt-medicalcomment-alt-messagecomment-alt-notescomment-alt-pluscomment-alt-questioncomment-alt-redo
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" d="m21.707 11.293l-8-8A1 1 0 0 0 12 4v3.545A11.015 11.015 0 0 0 2 18.5V20a1 1 0 0 0 1.784.62a11.46 11.46 0 0 1 7.887-4.049c.05-.006.175-.016.329-.026V20a1 1 0 0 0 1.707.707l8-8a1 1 0 0 0 0-1.414M14 17.586V15.5a1 1 0 0 0-1-1c-.255 0-1.296.05-1.562.085a14 14 0 0 0-7.386 2.948A9.013 9.013 0 0 1 13 9.5a1 1 0 0 0 1-1V6.414L19.586 12Z"/></svg>
React
import type { SVGProps } from "react";
export function UilShare(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="m21.707 11.293l-8-8A1 1 0 0 0 12 4v3.545A11.015 11.015 0 0 0 2 18.5V20a1 1 0 0 0 1.784.62a11.46 11.46 0 0 1 7.887-4.049c.05-.006.175-.016.329-.026V20a1 1 0 0 0 1.707.707l8-8a1 1 0 0 0 0-1.414M14 17.586V15.5a1 1 0 0 0-1-1c-.255 0-1.296.05-1.562.085a14 14 0 0 0-7.386 2.948A9.013 9.013 0 0 1 13 9.5a1 1 0 0 0 1-1V6.414L19.586 12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.707 11.293l-8-8A1 1 0 0 0 12 4v3.545A11.015 11.015 0 0 0 2 18.5V20a1 1 0 0 0 1.784.62a11.46 11.46 0 0 1 7.887-4.049c.05-.006.175-.016.329-.026V20a1 1 0 0 0 1.707.707l8-8a1 1 0 0 0 0-1.414M14 17.586V15.5a1 1 0 0 0-1-1c-.255 0-1.296.05-1.562.085a14 14 0 0 0-7.386 2.948A9.013 9.013 0 0 1 13 9.5a1 1 0 0 0 1-1V6.414L19.586 12Z"/></svg> </template>
CSS
.icon-share {
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%22m21.707%2011.293l-8-8A1%201%200%200%200%2012%204v3.545A11.015%2011.015%200%200%200%202%2018.5V20a1%201%200%200%200%201.784.62a11.46%2011.46%200%200%201%207.887-4.049c.05-.006.175-.016.329-.026V20a1%201%200%200%200%201.707.707l8-8a1%201%200%200%200%200-1.414M14%2017.586V15.5a1%201%200%200%200-1-1c-.255%200-1.296.05-1.562.085a14%2014%200%200%200-7.386%202.948A9.013%209.013%200%200%201%2013%209.5a1%201%200%200%200%201-1V6.414L19.586%2012Z%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%22m21.707%2011.293l-8-8A1%201%200%200%200%2012%204v3.545A11.015%2011.015%200%200%200%202%2018.5V20a1%201%200%200%200%201.784.62a11.46%2011.46%200%200%201%207.887-4.049c.05-.006.175-.016.329-.026V20a1%201%200%200%200%201.707.707l8-8a1%201%200%200%200%200-1.414M14%2017.586V15.5a1%201%200%200%200-1-1c-.255%200-1.296.05-1.562.085a14%2014%200%200%200-7.386%202.948A9.013%209.013%200%200%201%2013%209.5a1%201%200%200%200%201-1V6.414L19.586%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/share.svg?color=%231a73e8&size=48