Mitaicompanion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mitaicompanion 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/329372.svg" alt="Mitaicompanion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329372.svg" alt="Mitaicompanion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329372.svg" alt="Mitaicompanion icon" :width="24" :height="24" />
CSS background
.icon-mitaicompanion {
background-image: url('https://proicons.com/icon/329372.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><polyline class="a" points="39.46 22.23 40.48 21.64 40.48 12.19 32.29 7.46 24.11 12.19"/><polyline class="a" points="24.11 12.19 15.92 7.46 7.74 12.19 7.74 21.64 8.78 22.24"/><polyline class="a" points="15.92 26.36 15.92 35.81 24.11 40.54 32.29 35.81 32.29 26.36"/><path class="a" d="M21.48,20.21h5.27a5.55,5.55,0,0,1,5.55,5.55v.6a0,0,0,0,1,0,0H15.92a0,0,0,0,1,0,0v-.6A5.55,5.55,0,0,1,21.48,20.21Z"/><line class="a" x1="15.92" y1="28.73" x2="32.29" y2="28.73"/><line class="a" x1="15.92" y1="32.15" x2="32.29" y2="32.15"/><polyline class="a" points="20.4 20.31 19.22 18.15 16.49 18.15"/><polyline class="a" points="27.93 20.31 29.11 18.15 31.84 18.15"/><path class="a" d="M15.93,33.32a11.06,11.06,0,0,1-3.64,2.52"/><path class="a" d="M4.6,22.55c2.89-.84,9.18-.23,11.42,2.2"/><path class="a" d="M32.29,33.32a11.06,11.06,0,0,0,3.64,2.52"/><path class="a" d="M43.64,22.57c-2.9-.84-9.19-.23-11.43,2.2"/><line class="a" x1="24.11" y1="12.19" x2="24.11" y2="20.21"/><circle class="b" cx="21.84" cy="23.47" r="0.75"/><circle class="b" cx="26.38" cy="23.47" r="0.75"/></svg>
Copied!