Zmanim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zmanim 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/350175.svg" alt="Zmanim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350175.svg" alt="Zmanim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350175.svg" alt="Zmanim icon" :width="24" :height="24" />
CSS background
.icon-zmanim {
background-image: url('https://proicons.com/icon/350175.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><path id="c" class="d" d="m22.67,6.147h2.66m16.523,16.523v2.66m-16.523,16.523h-2.66M6.147,25.33v-2.66M25.329,2.505v3.642m0,35.706v3.593m-2.658,0v-3.593m0-35.706v-3.593M2.554,22.671h3.593m35.706,0h3.642m-.049,2.658h-3.593m-35.706,0h-3.593m42.946.004c-.6724,10.8472-9.3198,19.4946-20.167,20.167m-2.666,0c-10.8472-.6724-19.4946-9.3198-20.167-20.167m0-2.666C3.1724,11.8198,11.8198,3.1724,22.667,2.5m2.666,0c10.8472.6724,19.4946,9.3198,20.167,20.167m-24.79,4.225l18.602-11.936m-25.08,4.113l12.676,7.318m1.78.587c.5399-2.8417,3.0012-4.896,5.866-4.896,3.0707,0,5.6412,2.3516,5.944,5.438m-36.403,3.92c5.316-5.56,11.521-5.524,16.002-5.65m8.648,1.216c6.517,1.521,14.774.944,16.313-.856"/></svg>
Copied!