70mai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 70mai 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/321237.svg" alt="70mai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321237.svg" alt="70mai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321237.svg" alt="70mai icon" :width="24" :height="24" />
CSS background
.icon-70mai {
background-image: url('https://proicons.com/icon/321237.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="j" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle id="c" class="j" cx="20.3749" cy="33.3924" r="1.25"/><path id="d" class="j" d="M37.9223,42.5c.177-1.8769-1.102-4.7451-2.6246-5.5631-.0699-2.212-.5534-3.9493-1.9553-5.2954,1.374-.6071.823-2.3155,0-3.2767-1.7427-2.0355-3.3131-.761-3.7019,0-2.9066-.9324-5.7055-1.9004-11.2058-.1001-.8642-1.3237-2.3477-1.1857-3.1977-.5071-1.8061,1.442-1.5951,2.7741-.3481,3.8838-.8295.8013-2.0757,2.5141-2.5574,5.0776-1.5552,1.0584-2.0452,2.9007-2.05,5.7809"/><ellipse id="e" class="j" cx="24" cy="37.6321" rx="3.8145" ry="1.8635"/><circle id="f" class="j" cx="27.7643" cy="33.3924" r="1.25"/><path id="g" class="j" d="M18.5096,30.741c1.0356-.3044,1.6295-.4802,2.6764-.4002"/><path id="h" class="j" d="M26.7389,30.1157c1.1256-.1084,2.1178.0167,2.9766.3752"/><path id="i" class="j" d="M25.6106,5.5c-.2125,13.7519-7.7966,19.7353-20.1106,19.9691"/></svg>
Copied!