Ez Meditation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ez Meditation 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/340208.svg" alt="Ez Meditation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340208.svg" alt="Ez Meditation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340208.svg" alt="Ez Meditation icon" :width="24" :height="24" />
CSS background
.icon-ez-meditation {
background-image: url('https://proicons.com/icon/340208.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M41.2569,15.039c1.1414,2.8536,2.7395,7.1657,3.1453,10.9955.4058,3.8302-.3805,7.1783-3.6907,10.0069s-9.144,5.1364-14.8131,6.2398c-5.6691,1.1034-11.1736,1.0019-15.1811-1.6742-4.0077-2.676-6.5188-7.9265-7.0895-13.6207-.5707-5.6946.799-11.8326,3.5385-15.8916,2.7395-4.0584,6.8485-6.0368,9.3975-6.0368,2.5492,0,3.5384,1.9784,6.9755,3.0311,3.437,1.0526,9.3213,1.1795,12.6064,1.9404,3.2848.761,3.9696,2.1561,5.111,5.0096h.0002Z"/><polyline class="c" points="26.2063 18.7831 34.0821 18.7831 26.2063 29.2186 34.0821 29.2186"/><path class="c" d="M21.2701,27.2319c-.6782,1.1871-1.9565,1.9873-3.4216,1.9873h0c-2.1749,0-3.9379-1.7631-3.9379-3.9379v-2.5596c0-2.1749,1.763-3.9379,3.9379-3.9379h0c2.1749,0,3.9379,1.7631,3.9379,3.9379v1.2798h-7.8758"/></svg>
Copied!