Quranapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quranapp 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/346404.svg" alt="Quranapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346404.svg" alt="Quranapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346404.svg" alt="Quranapp icon" :width="24" :height="24" />
CSS background
.icon-quranapp {
background-image: url('https://proicons.com/icon/346404.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M13.8329,17.0087s-7.9447,4.1367-4.3796,15.97c0,0,2.4765,12.4731,19.8295,10.2576,6.7617-.8633,10.0703-9.6962,10.1802-17.0611.1046-7.0102-1.8761-10.04-7.8337-11.3758-4.9416-1.108-11.4801,1.4441-12.6115,8.1779-1.1313,6.7338,4.899,11.1181,8.5857,11.842s6.7921.5999,10.7567-2.253"/><path id="c" class="e" d="M21.3651,10.7232s-.7878-5.6822,4.0589-1.8569"/><path id="d" class="e" d="M29.7871,9.3404s-2.3124-4.8521,2.4627-4.8404c4.7751.0117,2.7294,5.4569,1.8228,6.1313"/></svg>
Copied!