Google Digital Wellbeing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Digital Wellbeing 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/326636.svg" alt="Google Digital Wellbeing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326636.svg" alt="Google Digital Wellbeing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326636.svg" alt="Google Digital Wellbeing icon" :width="24" :height="24" />
CSS background
.icon-google-digital-wellbeing {
background-image: url('https://proicons.com/icon/326636.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><circle class="a" cx="24" cy="11.06" r="6.47"/><path class="a" d="M15,34.34,27,22.05a6.31,6.31,0,0,1,9.15,0,6.65,6.65,0,0,1,0,9.15C32.05,35.42,24,43.59,24,43.59s-8-8.28-12.07-12.39a6.4,6.4,0,0,1,0-9.15,6.63,6.63,0,0,1,9.15,0L33.14,34.34"/></svg>
Copied!