Tiki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiki 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/348531.svg" alt="Tiki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348531.svg" alt="Tiki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348531.svg" alt="Tiki icon" :width="24" :height="24" />
CSS background
.icon-tiki {
background-image: url('https://proicons.com/icon/348531.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="e" x1="8.5" y1="23.5854" x2="16.2369" y2="23.5854"/><line class="e" x1="12.3683" y1="35.0098" x2="12.3683" y2="23.5854"/><path class="e" d="M20.7256,35.0057v-11.4155"/><path class="e" d="M35.8307,35.0057v-11.4155"/><line class="e" x1="25.2111" y1="23.5903" x2="25.2111" y2="35.0057"/><polyline class="e" points="31.3465 35.0061 26.6519 29.2984 31.3465 23.6292"/><line class="e" x1="26.6462" y1="29.298" x2="25.2111" y2="29.298"/><circle class="e" cx="20.7256" cy="16.6594" r="3.6693"/><path class="e" d="M22.6955,16.6594c0,.7038-.3755,1.3541-.9849,1.706-.6095.3519-1.3604.3519-1.9699,0-.6095-.3519-.9849-1.0022-.9849-1.706h3.9398Z"/><circle class="e" cx="35.8307" cy="16.6594" r="3.6693"/><path class="e" d="M37.8006,16.6594c0,.7038-.3755,1.3541-.9849,1.706-.6095.3519-1.3604.3519-1.9699,0-.6095-.3519-.9849-1.0022-.9849-1.706h3.9398Z"/><g id="c"><path id="d" class="e" 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"/></g></svg>
Copied!