Dantotsu Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dantotsu Alt 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/324274.svg" alt="Dantotsu Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324274.svg" alt="Dantotsu Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324274.svg" alt="Dantotsu Alt icon" :width="24" :height="24" />
CSS background
.icon-dantotsu-alt {
background-image: url('https://proicons.com/icon/324274.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M9.5,5.5h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4H9.5c-2.2091,0-4-1.7909-4-4V9.5c0-2.2091,1.7909-4,4-4Z"/><path id="d" class="h" d="M24.505,33.94H5.955"/><path id="e" class="h" d="M24.505,13.666H5.686"/><path id="f" class="h" d="M24.505,13.666c.103-.003.205-.005.308-.005,5.616,0,10.169,4.553,10.169,10.17h0c0,5.616-4.553,10.109-10.17,10.109-.126,0-.18.005-.307,0"/><path id="g" class="h" d="M20.77,19.85v7.509c.07.926.843,1.418,2.083.978l6.316-3.935c.481-.347.51-.907.05-1.267l-6.38-3.947c-1.103-.621-1.91-.285-2.069.661v.001Z"/></g></svg>
Copied!