Meross Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meross 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/343654.svg" alt="Meross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343654.svg" alt="Meross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343654.svg" alt="Meross icon" :width="24" :height="24" />
CSS background
.icon-meross {
background-image: url('https://proicons.com/icon/343654.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="M26.841,19.0057c1.5035-3.1914,3.251-3.3014,4.8996-3.2919,5.4029.0311,5.1943,7.5157,5.1943,7.5157v14.0782h5.563v-17.352s.4297-9.2634-10.6909-9.2634c-3.4093,0-5.1165,1.0304-6.9484,3.3788"/><path id="d" class="e" d="M26.8844,37.3077v-17.352s.4297-9.2634-10.6909-9.2634c-11.1534,0-10.6909,9.2634-10.6909,9.2634v17.352h5.4302v-14.0782s-.2247-7.5157,5.1943-7.5157c5.403,0,5.1943,7.5157,5.1943,7.5157v14.0782h5.563Z"/></g></svg>
Copied!