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/308494.svg" alt="Share 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308494.svg" alt="Share 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308494.svg" alt="Share 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-share-1---svg {
background-image: url('https://proicons.com/icon/308494.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"> <g opacity="0.16"> <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" fill="#292929"/> <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" fill="#292929"/> <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" fill="#292929"/> </g> <path d="M16.2722 6.00791C16.6191 6.60134 17.263 7 18 7C19.1046 7 20 6.10457 20 5C20 3.89543 19.1046 3 18 3C16.8954 3 16 3.89543 16 5C16 5.36756 16.0991 5.71195 16.2722 6.00791ZM16.2722 6.00791L7.72784 10.9921M7.72784 10.9921C7.38092 10.3987 6.73701 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C6.73701 14 7.38092 13.6013 7.72784 13.0079M7.72784 10.9921C7.90085 11.288 8 11.6324 8 12C8 12.3676 7.90085 12.712 7.72784 13.0079M7.72784 13.0079L16.2722 17.9921M16.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 19C16 18.6324 16.0991 18.288 16.2722 17.9921Z" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!