Share 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Share 1 Svg icon is commonly used in social sharing buttons, export menus and collaboration tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307886.svg" alt="Share 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307886.svg" alt="Share 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307886.svg" alt="Share 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-share-1---svg {
background-image: url('https://proicons.com/icon/307886.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.2721 6.0079L7.72778 10.9921M7.72778 13.0079L16.2721 17.9921" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16 5C16 3.89543 16.8954 3 18 3C19.1046 3 20 3.89543 20 5C20 6.10457 19.1046 7 18 7C17.263 7 16.6191 6.60134 16.2722 6.00791C16.0991 5.71195 16 5.36756 16 5Z" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16 19C16 18.6324 16.0991 18.288 16.2722 17.9921C16.6191 17.3987 17.263 17 18 17C19.1046 17 20 17.8954 20 19C20 20.1046 19.1046 21 18 21C16.8954 21 16 20.1046 16 19Z" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 12C4 10.8954 4.89543 10 6 10C6.73701 10 7.38092 10.3987 7.72784 10.9921C7.90085 11.288 8 11.6324 8 12C8 12.3676 7.90085 12.712 7.72784 13.0079C7.38092 13.6013 6.73701 14 6 14C4.89543 14 4 13.1046 4 12Z" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!