Meditation Assistant Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meditation Assistant Alt 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/329010.svg" alt="Meditation Assistant Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329010.svg" alt="Meditation Assistant Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329010.svg" alt="Meditation Assistant Alt icon" :width="24" :height="24" />
CSS background
.icon-meditation-assistant-alt {
background-image: url('https://proicons.com/icon/329010.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><circle class="c" cx="24" cy="10.5918" r="4.0323"/><path class="c" d="M15.3152,28.2791c-1.2839,1.3536-2.1306,2.3852-7.6536,3.6808h7.6536v-3.6808Z"/><path class="c" d="M32.6848,28.2791c1.2839,1.3536,2.1306,2.3852,7.6536,3.6808h-7.6536v-3.6808Z"/><path class="c" d="M24,41.4405c6.7903,0,14.3809-2.1705,16.7893-3.3977,1.4242-.7257,1.5741-.9587,1.6543-2.4297.1348-2.4712-.0143-3.6534-.0143-7.5129,0,0-5.6959.5928-9.1063-5.6888-.7911-1.4571-2.8916-5.3803-9.323-5.3803s-8.5319,3.9231-9.323,5.3803c-3.4104,6.2816-9.1063,5.6888-9.1063,5.6888,0,3.8596-.1491,5.0417-.0143,7.5129.0802,1.471.2302,1.704,1.6543,2.4297,2.4084,1.2272,9.999,3.3977,16.7893,3.3977Z"/></svg>
Copied!