Meditation Timer And Log Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meditation Timer And Log 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/343571.svg" alt="Meditation Timer And Log icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343571.svg" alt="Meditation Timer And Log icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343571.svg" alt="Meditation Timer And Log icon" :width="24" :height="24" />
CSS background
.icon-meditation-timer-and-log {
background-image: url('https://proicons.com/icon/343571.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><circle class="a" cx="29.5851" cy="25.1368" r="5.6345"/><path class="a" d="M35.22,25.1368c0-8.5012-5.239-11.17-9.885-11.17s-11.3678,2.3724-11.3678,11.17,4.4482,14.8276,15.6184,14.8276c10.577,0,15.9149-8.3035,15.9149-14.8276C45.5,18.9092,44.5774,2.5,24.1812,2.5,6.5529,2.5,2.5,17.9207,2.5,25.1368A30.0767,30.0767,0,0,0,10.0126,43.523"/></svg>
Copied!