Hwmirror Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hwmirror 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/327234.svg" alt="Hwmirror icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327234.svg" alt="Hwmirror icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327234.svg" alt="Hwmirror icon" :width="24" :height="24" />
CSS background
.icon-hwmirror {
background-image: url('https://proicons.com/icon/327234.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.4764,23.3036,18.5658,27.7041M30.4764,15.4289,18.5658,19.83m4.43-13.588c5.9135-1.3741,11.3925,5.3285,12.25,14.9852s-3.2309,18.6254-9.14,20.0517-11.41-5.2276-12.2992-14.8765S16.975,7.7482,22.8791,6.27m-.2653-2.7958c7.3921-1.591,14.2411,6.17,15.3125,17.3518S33.8876,42.3924,26.5012,44.044,12.2381,37.9908,11.1267,26.818s3.9615-21.6,11.3418-23.3118"/></svg>
Copied!