Miraie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Miraie 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/329357.svg" alt="Miraie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329357.svg" alt="Miraie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329357.svg" alt="Miraie icon" :width="24" :height="24" />
CSS background
.icon-miraie {
background-image: url('https://proicons.com/icon/329357.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><line class="c" x1="33.9859" y1="22.6789" x2="33.9859" y2="30.6789"/><path class="c" d="M4.4999,30.6698v-7.9912l4,8,4-7.9878v7.9878"/><path class="c" d="M18.4139,27.3788c0-1.1046.8954-2,2-2"/><line class="c" x1="18.4139" y1="25.3788" x2="18.4139" y2="30.6789"/><circle class="d" cx="15.4569" cy="22.9289" r=".7"/><line class="c" x1="15.4569" y1="25.3788" x2="15.4569" y2="30.6789"/><path class="c" d="M43.2379,29.6698c-.3445.6029-.9937,1.0093-1.7378,1.0093-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v.65h-4"/><line class="c" x1="30.3509" y1="28.0288" x2="26.8069" y2="28.0288"/><path class="c" d="M25.9289,30.6789l2.65-8,2.65,8"/><path class="c" d="M23.1709,22.1789v8.4998h13.571v-8.4998l-6.7857-4.858-6.7853,4.858Z"/></svg>
Copied!