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/308798.svg" alt="Share 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308798.svg" alt="Share 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308798.svg" alt="Share 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-share-1---svg {
background-image: url('https://proicons.com/icon/308798.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 fill-rule="evenodd" clip-rule="evenodd" d="M18 2C16.3431 2 15 3.34315 15 5C15 5.19163 15.0181 5.37941 15.0527 5.56158L7.93918 9.71111C7.41677 9.26813 6.73995 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15C6.73995 15 7.41677 14.7319 7.93918 14.2889L15.0527 18.4384C15.0181 18.6206 15 18.8084 15 19C15 20.6569 16.3431 22 18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C17.26 16 16.5832 16.2681 16.0608 16.7111L8.94735 12.5616C8.98192 12.3794 9 12.1916 9 12C9 11.8084 8.98192 11.6206 8.94735 11.4384L16.0608 7.28889C16.5832 7.73187 17.26 8 18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2Z" fill="#292929"/> </svg>
Copied!