Divera247 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Divera247 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/339153.svg" alt="Divera247 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339153.svg" alt="Divera247 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339153.svg" alt="Divera247 icon" :width="24" :height="24" />
CSS background
.icon-divera247 {
background-image: url('https://proicons.com/icon/339153.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="d" points="16.9529 26.6267 16.9529 21.3748 14.1366 24.9027 17.616 24.9027"/><path class="d" d="M9.5271,23.1138c0-1.0738.9726-1.9204,2.0849-1.7066.7296.1402,1.3122.7713,1.3848,1.5107.0539.55-.1201,1.0928-.4999,1.4262-.7038.6177-2.9698,2.2823-2.9698,2.2823h3.4793"/><polyline class="d" points="33.653 26.6268 36.476 21.3748 32.9965 21.3748"/><path class="d" d="M21.0459,19.8641c-.8839-1.7555-2.3785-3.1961-4.1653-4.0147-1.7868-.8188-3.8537-1.0102-5.7606-.5335-1.9068.4767-3.6405,1.6183-4.8318,3.1815s-1.8321,3.5377-1.786,5.5026c.0431,1.8337.6817,3.6488,1.7963,5.1056s2.6995,2.5477,4.4582,3.0688c1.7587.5211,3.6821.4696,5.4104-.1448,1.7283-.6144,3.2526-1.7886,4.2877-3.3029l7.0901-9.4534c1.0351-1.5143,2.5594-2.6886,4.2877-3.3029,1.7283-.6144,3.6517-.6659,5.4104-.1448s3.3436,1.612,4.4582,3.0688,1.7533,3.2718,1.7963,5.1056c.0462,1.9649-.5947,3.9394-1.786,5.5026-1.1912,1.5632-2.925,2.7049-4.8318,3.1815s-3.9737.2853-5.7606-.5335c-1.7868-.8188-3.2814-2.2594-4.1653-4.0147"/></svg>
Copied!