Sib Mirror Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sib Mirror 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/347288.svg" alt="Sib Mirror icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347288.svg" alt="Sib Mirror icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347288.svg" alt="Sib Mirror icon" :width="24" :height="24" />
CSS background
.icon-sib-mirror {
background-image: url('https://proicons.com/icon/347288.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M36.2538,17.3869a45.199,45.199,0,0,0-18.7321,7.3473h.0007M33.624,13.0194a37.9915,37.9915,0,0,0-16.1747,7.4678m-.0643-8.5465c2.6584-1.6231,5.2191-3.8532,8.5065-4.4889m-8.65,1.6536c-.4723-1.4318-.7146-2.873.3791-3.9666,1.2964-1.2964,5.2953-.36,5.0888.5224C19.3425,6.7061,17.9881,7.9831,17.2414,9.1054Zm12.8266.8853a41.2539,41.2539,0,0,0-12.7507,6.0171m5.392-10.3466c-3.3668,1.0449-4.7212,2.3219-5.4679,3.4442"/><path class="a" d="M11.7462,30.6131a45.199,45.199,0,0,0,18.7321-7.3473h-.0007M14.376,34.9806a37.9915,37.9915,0,0,0,16.1747-7.4678m.0643,8.5465c-2.6584,1.6231-5.2191,3.8532-8.5065,4.4889m8.65-1.6536c.4723,1.4318.7146,2.873-.3791,3.9666-1.2964,1.2964-5.2953.36-5.0888-.5224C28.6575,41.2939,30.0119,40.0169,30.7586,38.8946ZM17.932,38.0093a41.2539,41.2539,0,0,0,12.7507-6.0171m-5.392,10.3466c3.3668-1.0449,4.7212-2.3219,5.4679-3.4442"/></svg>
Copied!