Mi Unefon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Unefon 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/343742.svg" alt="Mi Unefon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343742.svg" alt="Mi Unefon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343742.svg" alt="Mi Unefon icon" :width="24" :height="24" />
CSS background
.icon-mi-unefon {
background-image: url('https://proicons.com/icon/343742.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M22,22.705v-8l5.3,8v-8"/><path class="b" d="M29.075,33.295v-8l5.3,8v-8"/><path class="b" d="M13.625,14.705v5.35c0,1.4636,1.1864,2.65,2.65,2.65s2.65-1.1864,2.65-2.65v-5.35"/><line class="b" x1="30.375" y1="18.705" x2="32.983" y2="18.705"/><path class="b" d="M34.375,22.705h-4v-8h4"/><line class="b" x1="13.625" y1="29.295" x2="16.225" y2="29.295"/><path class="b" d="M13.625,33.295v-8h4"/><path class="b" d="M23.35,25.295h0c1.4636,0,2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65Z"/></svg>
Copied!