Taimi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taimi 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/348185.svg" alt="Taimi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348185.svg" alt="Taimi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348185.svg" alt="Taimi icon" :width="24" :height="24" />
CSS background
.icon-taimi {
background-image: url('https://proicons.com/icon/348185.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>.n{stroke-width:1px;}.n,.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.p{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="o" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line id="c" class="n" x1="9.5" y1="20.0165" x2="15.13" y2="20.0165"/><line id="d" class="n" x1="12.3681" y1="28.5147" x2="12.3681" y2="20.0165"/><path id="e" class="n" d="M19.804,26.3901c0,1.1685-.956,2.1245-2.1245,2.1245h0c-1.1685,0-2.1245-.956-2.1245-2.1245v-1.381c0-1.1685.956-2.1245,2.1245-2.1245h0c1.1685,0,2.1245.956,2.1245,2.1245"/><line id="f" class="n" x1="19.804" y1="28.5147" x2="19.804" y2="22.8846"/><circle id="g" class="p" cx="22.9908" cy="20.3352" r=".75"/><line id="h" class="n" x1="22.9908" y1="22.8846" x2="22.9908" y2="28.5147"/><circle id="i" class="p" cx="37.6502" cy="20.3352" r=".75"/><line id="j" class="n" x1="37.6502" y1="22.8846" x2="37.6502" y2="28.5147"/><path id="k" class="n" d="M26.1777,25.0092c0-1.1685.956-2.1245,2.1245-2.1245h0c1.1685,0,2.1245.956,2.1245,2.1245v3.3993"/><line id="l" class="n" x1="26.1777" y1="22.8846" x2="26.1777" y2="28.4084"/><path id="m" class="n" d="M30.4267,25.0092c0-1.1685.956-2.1245,2.1245-2.1245h0c1.1685,0,2.1245.956,2.1245,2.1245v3.3993"/></svg>
Copied!