Teika Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Teika 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/348301.svg" alt="Teika icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348301.svg" alt="Teika icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348301.svg" alt="Teika icon" :width="24" :height="24" />
CSS background
.icon-teika {
background-image: url('https://proicons.com/icon/348301.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:#fff;}.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="e" class="n" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="f" class="n" d="M10.6299,22.3879h2.6423M11.9511,20.3118v7.4866c0,.6949.5633,1.2582,1.2582,1.2582h.3775"/><path id="g" class="n" d="M20.442,27.7993c-.4334.7586-1.2503,1.2699-2.1865,1.2699h0c-1.3898,0-2.5165-1.1267-2.5165-2.5165v-1.6357c0-1.3898,1.1267-2.5165,2.5165-2.5165h0c1.3898,0,2.5165,1.1267,2.5165,2.5165v.8179h-5.033"/><circle id="h" class="m" cx="23.4172" cy="19.299" r=".75"/><line id="i" class="n" x1="23.4172" y1="22.3817" x2="23.4172" y2="29.0504"/><path id="j" class="n" d="M27.5901,25.4754l3.5819,3.5662M26.14,26.9184l4.5563-4.534M26.139,18.9907v10.066"/><path id="k" class="n" d="M37.37,29.0818v-6.6687M37.37,26.5653c0,1.3898-1.1267,2.5165-2.5165,2.5165h0c-1.3898,0-2.5165-1.1267-2.5165-2.5165v-1.6357c0-1.3898,1.1267-2.5165,2.5165-2.5165h0c1.3898,0,2.5165,1.1267,2.5165,2.5165"/></svg>
Copied!