Mindful Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mindful 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/329292.svg" alt="Mindful icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329292.svg" alt="Mindful icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329292.svg" alt="Mindful icon" :width="24" :height="24" />
CSS background
.icon-mindful {
background-image: url('https://proicons.com/icon/329292.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><path class="c" d="M4.5,29.2197h39"/><path class="c" d="M12.5081,35.3065h22.9839"/><path class="c" d="M20.1104,41.0725h7.6078"/><path class="c" d="M10.3443,12.7235l3.9758,3.9758"/><path class="c" d="M37.5176,12.2936l-3.9758,3.9758"/><path class="c" d="M24.042,6.9275l.0114,5.6227"/><path class="c" d="M13.2036,29.2197c-.2076-1.7837-.4153-3.5673.0188-5.6106.4342-2.0433,1.51-4.346,3.3976-5.9882,1.8875-1.6422,4.5867-2.6237,7.2671-2.5953,2.6803.0283,5.3417,1.0665,7.2409,2.7625s3.0357,4.0499,3.4598,6.0649c.424,2.015.1354,3.6909-.1533,5.3669"/></svg>
Copied!