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/308190.svg" alt="Share 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308190.svg" alt="Share 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308190.svg" alt="Share 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-share-1---svg {
background-image: url('https://proicons.com/icon/308190.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 clip-path="url(#clip0)"> <path d="M16.2722 6.00797L7.72784 10.9922M7.72784 13.008L16.2722 17.9922" stroke="#2B70C9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16 5.00006C16 3.89549 16.8954 3.00006 18 3.00006C19.1046 3.00006 20 3.89549 20 5.00006C20 6.10463 19.1046 7.00006 18 7.00006C17.263 7.00006 16.6191 6.60141 16.2722 6.00797C16.0991 5.71201 16 5.36762 16 5.00006Z" fill="#1CB0F6"/> <path d="M16 19.0001C16 18.6325 16.0991 18.2881 16.2722 17.9922C16.6191 17.3987 17.263 17.0001 18 17.0001C19.1046 17.0001 20 17.8955 20 19.0001C20 20.1046 19.1046 21.0001 18 21.0001C16.8954 21.0001 16 20.1046 16 19.0001Z" fill="#1CB0F6"/> <path d="M4 12.0001C4 10.8955 4.89543 10.0001 6 10.0001C6.73701 10.0001 7.38092 10.3987 7.72784 10.9922C7.90085 11.2881 8 11.6325 8 12.0001C8 12.3676 7.90085 12.712 7.72784 13.008C7.38092 13.6014 6.73701 14.0001 6 14.0001C4.89543 14.0001 4 13.1046 4 12.0001Z" fill="#1CB0F6"/> <path d="M16 5.00006C16 3.89549 16.8954 3.00006 18 3.00006C19.1046 3.00006 20 3.89549 20 5.00006C20 6.10463 19.1046 7.00006 18 7.00006C17.263 7.00006 16.6191 6.60141 16.2722 6.00797C16.0991 5.71201 16 5.36762 16 5.00006Z" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16 19.0001C16 18.6325 16.0991 18.2881 16.2722 17.9922C16.6191 17.3987 17.263 17.0001 18 17.0001C19.1046 17.0001 20 17.8955 20 19.0001C20 20.1046 19.1046 21.0001 18 21.0001C16.8954 21.0001 16 20.1046 16 19.0001Z" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 12.0001C4 10.8955 4.89543 10.0001 6 10.0001C6.73701 10.0001 7.38092 10.3987 7.72784 10.9922C7.90085 11.2881 8 11.6325 8 12.0001C8 12.3676 7.90085 12.712 7.72784 13.008C7.38092 13.6014 6.73701 14.0001 6 14.0001C4.89543 14.0001 4 13.1046 4 12.0001Z" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white"/> </clipPath> </defs> </svg>
Copied!