Tokodon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tokodon 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/348639.svg" alt="Tokodon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348639.svg" alt="Tokodon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348639.svg" alt="Tokodon icon" :width="24" :height="24" />
CSS background
.icon-tokodon {
background-image: url('https://proicons.com/icon/348639.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M10,7.4982h25.5c2.77,0,5,2.23,5,5v4.5c0,1.385-1.115,2.5-2.5,2.5H12.5c-2.77,0-5-2.23-5-5v-4.5c0-1.385,1.115-2.5,2.5-2.5Z"/><path class="cls-1" d="M18,19.4982c.25,9.25,1.636,18.26,11,20.81,2.54.6805,5-.5,8-2.5,2.25,2.25,3.25,0,1.25-1.5.75-3.25-2.25-2.75-1.75-.5-5.5,4.5-8.75-3.306-7.5-16.31"/><path class="cls-1" d="M32,19.4982c-1.25,4,1,7,6,9.5-1.25,1-7,.5-9.247-5.567"/><path class="cls-1" d="M16,19.4982c0,4.5-2,7.5-6,9.5,4.5,1,6-1.5,8.26-4.23"/><ellipse class="cls-1" cx="19.6372" cy="13.8909" rx="1.5" ry="2" transform="translate(-4.3146 11.6796) rotate(-30)"/><ellipse class="cls-1" cx="27.8115" cy="13.886" rx="2" ry="1.5" transform="translate(1.8799 31.0281) rotate(-59.9992)"/></svg>
Copied!