The Swords Of Ditto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Swords Of Ditto 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/348451.svg" alt="The Swords Of Ditto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348451.svg" alt="The Swords Of Ditto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348451.svg" alt="The Swords Of Ditto icon" :width="24" :height="24" />
CSS background
.icon-the-swords-of-ditto {
background-image: url('https://proicons.com/icon/348451.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="20.8264" y="3.5" width="6.7171" height="4.0417" rx=".829" ry=".829"/><rect class="c" x="17.5817" y="14.9703" width="12.8365" height="4.127" rx="1.4516" ry="1.4516"/><line class="c" x1="24" y1="36.0894" x2="24" y2="19.0974"/><line class="c" x1="21.9365" y1="7.5417" x2="21.9365" y2="14.9703"/><polyline class="c" points="26.8747 19.0974 27.8993 39.7183 24 44.5 20.1007 39.7183 21.1253 19.0974"/><line class="c" x1="26.0635" y1="7.5417" x2="26.0635" y2="14.9703"/></svg>
Copied!