Sharex Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sharex Alt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/347210.svg" alt="Sharex Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347210.svg" alt="Sharex Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347210.svg" alt="Sharex Alt icon" :width="24" :height="24" />
CSS background
.icon-sharex-alt {
background-image: url('https://proicons.com/icon/347210.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.j{fill:#fff;stroke-width:0px;}</style></defs><path id="c" class="i" d="m14.8775,25.2345c-.0773-.4832-.1161-.9717-.116-1.461,0-3.6858,2.1906-7.0189,5.574-8.481"/><path id="d" class="i" d="m33.1155,25.2335c.0777-.4835.1168-.9723.117-1.462-.0004-3.6854-2.191-7.018-5.574-8.48"/><path id="e" class="i" d="m29.3505,31.3035c-1.5632,1.1109-3.4333,1.7078-5.351,1.708-1.9152-.0003-3.783-.5957-5.345-1.704"/><circle id="f" class="i" cx="24.0245" cy="14.4835" r="3.495"/><circle id="g" class="i" cx="15.8385" cy="28.6405" r="3.495"/><circle id="h" class="i" cx="32.1615" cy="28.6755" r="3.495"/><polygon class="i" points="41.7535 34.25 41.7535 13.75 24 3.5 6.2465 13.75 6.2465 34.25 24 44.5 41.7535 34.25"/><circle class="j" cx="24" cy="14.4835" r=".75"/><circle class="j" cx="32.1615" cy="28.6755" r=".75"/><circle class="j" cx="15.8385" cy="28.6755" r=".75"/></svg>
Copied!