Daviplata Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Daviplata 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/324304.svg" alt="Daviplata icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324304.svg" alt="Daviplata icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324304.svg" alt="Daviplata icon" :width="24" :height="24" />
CSS background
.icon-daviplata {
background-image: url('https://proicons.com/icon/324304.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M33.734,27.6945v-4.187M33.734,26.1145c0,.873-.663,1.58-1.481,1.58h0c-.819,0-1.482-.707-1.482-1.58v-1.027c0-.872.663-1.58,1.482-1.58h0c.818,0,1.481.708,1.481,1.58M25.175,27.6945v-4.187M25.175,26.1145c0,.873-.663,1.58-1.481,1.58h0c-.818,0-1.481-.707-1.481-1.58v-1.027c0-.872.663-1.58,1.481-1.58h0c.818,0,1.481.708,1.481,1.58M27.158,23.5075h1.556M27.936,22.2045v4.7c0,.436.332.79.74.79h.223M14.266,23.5075v6.32M14.266,26.1145c0,.873.663,1.58,1.481,1.58h0c.819,0,1.482-.707,1.482-1.58v-1.027c0-.872-.663-1.58-1.482-1.58h0c-.818,0-1.481.708-1.481,1.58M19.634,21.3745v5.53c0,.436.332.79.741.79h.222M6.715,18.0795c-2.834,3.033-.456,5.343,4.41,4.763.128,3.836-2.782,5.714-3.527,8.753-1.176,4.8,4.898,8.852,11.502,7.572,0,0,2.045.812,4.893.812s4.9-.812,4.9-.812c6.61,1.28,12.685-2.772,11.509-7.572-.745-3.04-3.655-4.917-3.527-8.753,4.866.58,7.244-1.73,4.41-4.763-1.405-1.503-3.055-2.659-4.608-3.58.166-1.325.427-2.377.68-3.447.373-1.567-.576-1.765-1.117-1.765h-3.508c-1.063.1-1.041.566-1.031,1.294l.007.555c-2.568-1.407-5.246-2.499-7.898-3.116-5.85,1.361-14.308,7.075-17.095,10.058v.001Z"/></svg>
Copied!