Cuenta Dni Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cuenta Dni 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/338727.svg" alt="Cuenta Dni icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338727.svg" alt="Cuenta Dni icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338727.svg" alt="Cuenta Dni icon" :width="24" :height="24" />
CSS background
.icon-cuenta-dni {
background-image: url('https://proicons.com/icon/338727.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="i" d="M34.3783,14.3268s-3.7724.0905-5.0685,2.3331c-1.1931,2.0644-.9654,3.6203-.9654,3.6203,0,0,.0271,6.8583.0805,9.6542.0534,2.7959-.6436,4.0226-2.0918,4.0226h-4.8271"/><path id="e" class="i" d="M37.1941,19.9987h-5.6316s.1609-2.8158,2.8158-2.8158,2.8158,2.8158,2.8158,2.8158Z"/><path id="f" class="i" d="M10.8059,17.384s1.7699-3.7812,6.3557-3.2985"/><path id="g" class="i" d="M19.4142,19.878h-5.6316s.1609-2.8158,2.8158-2.8158,2.8158,2.8158,2.8158,2.8158Z"/></g><path class="i" d="M5.5,15.4574v-6c0-2.2091,1.7909-4,4-4h6"/><path class="i" d="M42.5,32.4574v6c0,2.2091-1.7909,4-4,4h-6"/><path class="i" d="M32.5,5.4574h6c2.2091,0,4,1.7909,4,4v6"/><path id="h" class="i" d="M5.5,33.0153c.1911.9837.5478,1.9351,1.0507,2.8019.4898.8442,1.1141,1.6039,1.7862,2.3116.935.9844,1.9749,1.8805,3.1521,2.5567,1.2222.702,2.5761,1.157,3.9577,1.436,1.3807.2787,2.7961.3849,4.2029.3152"/></svg>
Copied!