My Iijmio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Iijmio 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/329755.svg" alt="My Iijmio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329755.svg" alt="My Iijmio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329755.svg" alt="My Iijmio icon" :width="24" :height="24" />
CSS background
.icon-my-iijmio {
background-image: url('https://proicons.com/icon/329755.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m5.5 26.251h37"/><line class="d" x1="14.594" x2="14.594" y1="29.251" y2="37.251"/><line class="d" x1="12.094" x2="12.094" y1="29.251" y2="37.251"/><path class="d" d="m21.094 29.251v6c0 1.1046-.89543 2-2 2-1.1046 0-2-.89543-2-2v-.66416"/><path class="d" d="m23.094 34.825c0-.81211.65758-1.4704 1.4688-1.4704.81119 0 1.4688.65833 1.4688 1.4704v2.4262"/><line class="d" x1="23.094" x2="23.094" y1="33.354" y2="37.251"/><path class="d" d="m26.031 34.825c0-.81211.65758-1.4704 1.4688-1.4704s1.4688.65833 1.4688 1.4704v2.4262"/><circle class="c" cx="30.969" cy="31.553" r=".75"/><line class="d" x1="30.969" x2="30.969" y1="33.354" y2="37.251"/><path class="d" d="m32.969 34.825c0-.81211.65758-1.4704 1.4688-1.4704.81117 0 1.4688.65833 1.4688 1.4704v.95577c0 .81211-.65758 1.4704-1.4688 1.4704-.81117 0-1.4688-.65833-1.4688-1.4704z"/><path class="d" d="m13.217 22.326v-11.577l5.7511 11.59 5.7511-11.572v11.572"/><line class="d" x1="32.095" x2="29.032" y1="22.339" y2="14.661"/><path class="d" d="m34.783 14.661-3.6514 10.43c-.24338.69522-.89544 1.1602-1.6271 1.1602h-.47265"/></svg>
Copied!