Divar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Divar 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/339152.svg" alt="Divar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339152.svg" alt="Divar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339152.svg" alt="Divar icon" :width="24" :height="24" />
CSS background
.icon-divar {
background-image: url('https://proicons.com/icon/339152.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><path class="c" d="M32.5595,31.7069c-2.208.45-4.3039.708-5.7849.83M41.8574,20.8081c4.1939,6.0869-.346,8.3329-5.7299,9.9978M12.8819,21.794c-.585,5.7699-3.9379,10.6438-8.3819,13.6308M18.4838,12.5752c-.225,6.1949-.467,11.1348-1.276,15.8367M34.3535,21.271c-.281,5.0169-4.7039,7.1649-9.1399,6.3949-1.645-.285-4.2649-.976-1.452-4.7359,1.033-1.38,3.127-2.391,3.055-.35-.18,5.0359-4.8479,10.1178-8.7679,12.7598"/></svg>
Copied!