Meditation Timer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meditation Timer 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/329011.svg" alt="Meditation Timer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329011.svg" alt="Meditation Timer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329011.svg" alt="Meditation Timer icon" :width="24" :height="24" />
CSS background
.icon-meditation-timer {
background-image: url('https://proicons.com/icon/329011.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.7992,39.2322a21.4976,21.4976,0,0,1,11.9437-36.45m.2305-.034A21.4976,21.4976,0,0,1,30.0844,44.65M12.5765,35.455a16.1557,16.1557,0,0,1-1.5991-20.9845m.1044-.1406a16.1563,16.1563,0,0,1,29.0628,9.0733,18.5869,18.5869,0,0,1-.7037,5.42,19.13,19.13,0,0,1-2.012,4.92,24.5518,24.5518,0,0,1-4.2226,5.5886,14.3665,14.3665,0,0,1-3.8273,2.4853M12.488,35.3659a2.8866,2.8866,0,0,1,.8083,1.5574,2.5844,2.5844,0,0,1-2.2292,3.0378,2.8432,2.8432,0,0,1-2.3489-.8267m16.5872,4.8632c0,1.3882-2.6527,1.5511-3.695,1.3506-1.4181-.2726-3.3134-.6662-3.14-1.8726.182-1.2685,2.72-1.2267,3.6981-1.13C23.0747,42.4356,25.3054,42.7523,25.3054,43.9976Zm4.0736-2.18c-1.13.565-2.01.697-1.8113,1.8321.1191.6812.46,1.5982,2.5167,1.0006"/></svg>
Copied!