Mindfulnotifier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mindfulnotifier 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/343852.svg" alt="Mindfulnotifier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343852.svg" alt="Mindfulnotifier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343852.svg" alt="Mindfulnotifier icon" :width="24" :height="24" />
CSS background
.icon-mindfulnotifier {
background-image: url('https://proicons.com/icon/343852.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="20.7211" cy="17.9634" r="7.6105"/><path class="a" d="M20.7211,29.7606c8.467,0,15.221,2.3662,15.221,5.189v7.2646H5.5V34.95C5.5,32.1268,12.2526,29.7606,20.7211,29.7606Z"/><path class="a" d="M32.9736,9.7016a14.7874,14.7874,0,0,1,0,16.5235"/><path class="a" d="M38.7809,5.7858a21.7966,21.7966,0,0,1,0,24.3552"/></svg>
Copied!