Meditationassistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meditationassistant 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/329013.svg" alt="Meditationassistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329013.svg" alt="Meditationassistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329013.svg" alt="Meditationassistant icon" :width="24" :height="24" />
CSS background
.icon-meditationassistant {
background-image: url('https://proicons.com/icon/329013.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="M5.5,30c.69,5,2.95,11.72,10.55,11.72,3.69,0,7.06-2.15,7.06-6.07S20.74,29.3,12.23,29.3c0,0,10,1.06,10-5.32S12.86,18.7,9.22,22"/><path class="a" d="M24.44,29.19c3-.37,7.32-4.54,11.49-4.54s6.57,4,6.57,7.41-1.91,10.67-12.95,6.3"/><path class="a" d="M21.21,10.51c.3,5,2.42,6.79,6.33,6.79s6-3.24,6.43-6.78"/><circle class="a" cx="27.59" cy="9.04" r="2.75"/></svg>
Copied!