Davia Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Davia 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/324303.svg" alt="Davia Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324303.svg" alt="Davia Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324303.svg" alt="Davia Alt icon" :width="24" :height="24" />
CSS background
.icon-davia-alt {
background-image: url('https://proicons.com/icon/324303.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;}</style></defs><path class="c" d="m4.5,29.2405h5.8605l2.124,2.131-2.0669,2.0337h-5.9176"/><path class="c" d="m13.2155,33.4052l4.1803-4.1647,4.2456,4.1647"/><path class="c" d="m35.5338,33.4052l3.9432-4.1647,4.0231,4.1647"/><path class="c" d="m33.1871,33.4052v-4.1647"/><path class="c" d="m30.804,29.2405h-5.8605l-2.124,2.131,2.0669,2.0337h5.9176"/><polyline class="c" points="43.5 14.5948 27.9334 14.5948 24 18.5282 20.0667 14.5948 4.5 14.5948"/><polyline class="c" points="4.5 24.9821 20.0667 24.9821 24 21.0488 27.9334 24.9821 43.5 24.9821"/></svg>
Copied!