Digital Wellbeing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/339094.svg" alt="Digital Wellbeing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339094.svg" alt="Digital Wellbeing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339094.svg" alt="Digital Wellbeing icon" :width="24" :height="24" />
CSS background
.icon-digital-wellbeing {
background-image: url('https://proicons.com/icon/339094.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><path class="a" d="M38.1053,40.2263A21.5,21.5,0,1,1,20.6366,2.7648"/><path class="a" d="M26.62,2.66A21.5,21.5,0,0,1,41.8243,36.0227"/><path class="a" d="M24,18.2479C20.5358,7.31,2.069,20.7071,24,33.7821m0-15.5342C27.4642,7.31,45.9311,20.7071,24,33.7821"/></svg>
Copied!