Prayer Times Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prayer Times 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/331562.svg" alt="Prayer Times icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331562.svg" alt="Prayer Times icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331562.svg" alt="Prayer Times icon" :width="24" :height="24" />
CSS background
.icon-prayer-times {
background-image: url('https://proicons.com/icon/331562.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/><path class="c" d="M15.3333,37c-2.3833,0-4.3333-.9439-4.3333-3.3272V14c0-1.65,1.35-3,3-3h20c1.65,0,3,1.35,3,3v18.6667c0,2.3833-1.95,4.3333-4.3333,4.3333v-1.5256c-1.2136-1.0055-1.6923-1.2109-1.6923-1.2109,0,0,1.5234-1.2288,1.8975-1.7559.816-1.1496,2.863-6.0448-1.4687-9.0949-1.5525-1.0932-6.3095-3.3169-6.3095-3.3169-1.0365-2.4816-1.1283-3.5444-1.0936-6.1716.0347,2.6272-.0571,3.69-1.0936,6.1716,0,0-4.7569,2.2238-6.3095,3.3169-4.3317,3.0501-2.2847,7.9452-1.4687,9.0949.3741.527,1.8975,1.7559,1.8975,1.7559,0,0-.4788.2054-1.6923,1.2109v1.5256Z"/></svg>
Copied!