Dantotsu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dantotsu 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/338832.svg" alt="Dantotsu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338832.svg" alt="Dantotsu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338832.svg" alt="Dantotsu icon" :width="24" :height="24" />
CSS background
.icon-dantotsu {
background-image: url('https://proicons.com/icon/338832.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="f" cx="24" cy="24" r="21.5"/><path id="d" class="f" d="m4.2321,32.4673h19.7679c4.6764,0,8.4673-3.7909,8.4673-8.4673s-3.7909-8.4673-8.4673-8.4673H4.2321"/><path id="e" class="f" d="m8.3446,9.2243h15.6554c8.1604,0,14.7757,6.6153,14.7757,14.7757s-6.6153,14.7757-14.7757,14.7757h-15.6554"/><path class="f" d="m29.9738,22.7628l-6.2715-3.6208c-.9524-.5499-2.143.1375-2.143,1.2372v7.2417c0,1.0998,1.1905,1.7871,2.143,1.2372l6.2715-3.6208c.9524-.5499.9524-1.9246,0-2.4745Z"/></svg>
Copied!