Tsukumo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tsukumo 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/334320.svg" alt="Tsukumo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334320.svg" alt="Tsukumo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334320.svg" alt="Tsukumo icon" :width="24" :height="24" />
CSS background
.icon-tsukumo {
background-image: url('https://proicons.com/icon/334320.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M8.0223,11.9988l23.814-6.381c1.8197-.4876,3.6773.5848,4.1649,2.4046l6.381,23.814c.4876,1.8197-.5849,3.6773-2.4046,4.1649l-23.814,6.381c-1.8197.4876-3.6773-.5849-4.1649-2.4046l-6.381-23.814c-.4876-1.8197.5848-3.6773,2.4046-4.1649Z"/><path class="c" d="M12.2351,14.4648c3.4847,3.1159,4.3925,11.845,4.4258,14.386.0334,2.541,1.6423,9.2367,9.487,7.3322,7.8448-1.9045,9.4737-8.2882,5.7915-15.35-1.3514-2.5917-.2994-4.4296-.2994-4.4296"/><path class="c" d="M18.7142,28.7568c1.2467,2.0006,6.4263,6.3794,7.6356,5.76,1.2093-.6194,4.9868-7.1683,5.2881-10.426"/><circle class="d" cx="27.0302" cy="21.7138" r=".75"/><circle class="d" cx="19.7142" cy="25.3468" r=".75"/></svg>
Copied!