Digital Wellbeing icon

Digital Wellbeing is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

digital_wellbeing_outlined_fill0_wght400.svg

Digital Wellbeing icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=digital_wellbeing" />

<span class="material-symbols-outlined">digital_wellbeing</span>

Digital Wellbeing icon in React

// With the font from the HTML tab:
export function DigitalWellbeingIcon() {
  return (
    <span className="material-symbols-outlined">
      digital_wellbeing
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import DigitalWellbeingIcon from "@material-symbols/svg-400/outlined/digital_wellbeing.svg?react";

Digital Wellbeing icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">digital_wellbeing</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import DigitalWellbeingIcon from "@material-symbols/svg-400/outlined/digital_wellbeing.svg?component"; -->

Digital Wellbeing icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">digital_wellbeing</mat-icon>

Digital Wellbeing icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.digital_wellbeing, fill: 0, weight: 400)

Digital Wellbeing icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/digital_wellbeing.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.625 7.725q-.975-.975-.975-2.375t.975-2.375q.975-.975 2.375-.975t2.375 .975q.975 .975 .975 2.375t-.975 2.375q-.975 .975-2.375 .975t-2.375-.975Zm3.713-1.037Q13.85 6.175 13.85 5.35t-.512-1.337Q12.825 3.5 12 3.5t-1.337 .513Q10.15 4.525 10.15 5.35t.513 1.338Q11.175 7.2 12 7.2t1.338-.512ZM12 22 6 16q-.45-.45-.725-1.112T5 13.35q0-1.4 .988-2.387T8.375 9.975q.65 0 1.213 .3t.987 .725l1.425 1.425 1.425-1.425q.425-.425 .988-.725t1.212-.3q1.4 0 2.388 .988T19 13.35q0 .875-.275 1.538T18 16L12 22Zm0-2.175 4.9-4.9q.3-.3 .45-.675t.15-.9q0-.75-.562-1.312T15.625 11.475q-.35 0-.65 .125t-.5 .325l-2.475 2.475-2.475-2.475q-.2-.2-.5-.325t-.65-.125q-.75 0-1.312 .563T6.5 13.35q0 .525 .15 .9t.45 .675l4.9 4.9Zm0-14.475Zm0 10.3Z" />
</vector>

Digital Wellbeing icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/digital_wellbeing.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/digital_wellbeing.svg" width="24" height="24" alt="Digital Wellbeing">

Digital Wellbeing icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameDigital Wellbeing
Ligaturedigital_wellbeing
Code pointU+EF86
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/digital_wellbeing.svg, digital_wellbeing-fill.svg
FlutterSymbols.digital_wellbeing
LicenseApache License 2.0 (© Google LLC)

Keywords

socialpersonhealthmonitorbarschartmeasurementgraphanalysistrackingstatisticsmetricswellness

Related icons