Mondial Relay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mondial Relay 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/329482.svg" alt="Mondial Relay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329482.svg" alt="Mondial Relay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329482.svg" alt="Mondial Relay icon" :width="24" :height="24" />
CSS background
.icon-mondial-relay {
background-image: url('https://proicons.com/icon/329482.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.7204,16.4269l-.0356,6.4743c-4.1934-.5465-8.1849,1.0097-8.1849,5.5477v10.3826l-7.2345,4.6686v-15.0512c0-7.1633,5.8684-13.6138,15.4551-12.0219Z"/><path class="b" d="M30.0941,16.1774h5.7021c.5183,0,.9385.4202.9385.9385h0v5.6189c0,.5183-.4202.9385-.9385.9385h-5.7021c-.5183,0-.9385-.4202-.9385-.9385h0v-5.6189c0-.5183.4202-.9385.9385-.9385,0,0,0,0,0,0Z"/><path class="b" d="M19.961,4.5c2.375-.0066,4.3056,1.9134,4.3122,4.2884h0c0,2.3759-1.9245,4.3004-4.3122,4.3004-2.3759,0-4.3122-1.9245-4.3122-4.3003,0-2.364,1.9363-4.2885,4.3122-4.2885Z"/></svg>
Copied!