digital wellbeing icon

digital-wellbeing-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
digital-wellbeing-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the digital wellbeing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.525 7.975Q8.5 6.95 8.5 5.5t1.025-2.475T12 2t2.475 1.025T15.5 5.5t-1.025 2.475T12 9T9.525 7.975m1.05 12.6L6 16q-.5-.5-.75-1.125T5 13.5q0-1.475 1.013-2.488T8.5 10q.725 0 1.338.275t1.112.775L12 12.1l1.05-1.05q.5-.5 1.113-.775T15.5 10q1.475 0 2.488 1.013T19 13.5q0 .75-.25 1.375T18 16l-4.575 4.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDigitalWellbeingRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.525 7.975Q8.5 6.95 8.5 5.5t1.025-2.475T12 2t2.475 1.025T15.5 5.5t-1.025 2.475T12 9T9.525 7.975m1.05 12.6L6 16q-.5-.5-.75-1.125T5 13.5q0-1.475 1.013-2.488T8.5 10q.725 0 1.338.275t1.112.775L12 12.1l1.05-1.05q.5-.5 1.113-.775T15.5 10q1.475 0 2.488 1.013T19 13.5q0 .75-.25 1.375T18 16l-4.575 4.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.525 7.975Q8.5 6.95 8.5 5.5t1.025-2.475T12 2t2.475 1.025T15.5 5.5t-1.025 2.475T12 9T9.525 7.975m1.05 12.6L6 16q-.5-.5-.75-1.125T5 13.5q0-1.475 1.013-2.488T8.5 10q.725 0 1.338.275t1.112.775L12 12.1l1.05-1.05q.5-.5 1.113-.775T15.5 10q1.475 0 2.488 1.013T19 13.5q0 .75-.25 1.375T18 16l-4.575 4.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45"/></svg>
</template>

CSS

.icon-digital-wellbeing-rounded {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.525%207.975Q8.5%206.95%208.5%205.5t1.025-2.475T12%202t2.475%201.025T15.5%205.5t-1.025%202.475T12%209T9.525%207.975m1.05%2012.6L6%2016q-.5-.5-.75-1.125T5%2013.5q0-1.475%201.013-2.488T8.5%2010q.725%200%201.338.275t1.112.775L12%2012.1l1.05-1.05q.5-.5%201.113-.775T15.5%2010q1.475%200%202.488%201.013T19%2013.5q0%20.75-.25%201.375T18%2016l-4.575%204.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.525%207.975Q8.5%206.95%208.5%205.5t1.025-2.475T12%202t2.475%201.025T15.5%205.5t-1.025%202.475T12%209T9.525%207.975m1.05%2012.6L6%2016q-.5-.5-.75-1.125T5%2013.5q0-1.475%201.013-2.488T8.5%2010q.725%200%201.338.275t1.112.775L12%2012.1l1.05-1.05q.5-.5%201.113-.775T15.5%2010q1.475%200%202.488%201.013T19%2013.5q0%20.75-.25%201.375T18%2016l-4.575%204.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/digital-wellbeing-rounded.svg?color=%231a73e8&size=48