Djezzy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Djezzy 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/339162.svg" alt="Djezzy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339162.svg" alt="Djezzy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339162.svg" alt="Djezzy icon" :width="24" :height="24" />
CSS background
.icon-djezzy {
background-image: url('https://proicons.com/icon/339162.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M10.2422,4.711A1.5576,1.5576,0,0,0,7.9058,6.06V41.94a1.5576,1.5576,0,0,0,2.3364,1.3489l31.0732-17.94a1.5576,1.5576,0,0,0,0-2.6978Z"/><path class="a" d="M16.6938,30.5v-13h2.925a5.6874,5.6874,0,0,1,5.6874,5.6875v1.625A5.6874,5.6874,0,0,1,19.6188,30.5Z"/></svg>
Copied!