Oishare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oishare 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/345113.svg" alt="Oishare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345113.svg" alt="Oishare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345113.svg" alt="Oishare icon" :width="24" :height="24" />
CSS background
.icon-oishare {
background-image: url('https://proicons.com/icon/345113.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M17.0387,35.1302c-.1975-2.1966-1.9323-3.9406-4.1278-4.1498l-.0116.0116M13.635,34.3794c-.7169-.7173-1.8796-.7175-2.5968-.0006s-.7175,1.8796-.0006,2.5968,1.8796.7175,2.5968.0006c.0002-.0002.0004-.0004.0006-.0006h0c.7167-.717.7167-1.8792,0-2.5962ZM21.2591,34.8602c-.412-4.294-3.8109-7.6929-8.1049-8.1049"/><path class="b" d="M28.2952,10.4862l-8.9959,8.9959c-.3905.3905-.3905,1.0237,0,1.4142l6.7039,6.7039"/><path class="b" d="M27.797,36.1573l8.9959-8.9959c.3905-.3905.3905-1.0237,0-1.4142l-6.7039-6.7039"/></svg>
Copied!