digital wellbeing icon
digital-wellbeing from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- digital-wellbeing
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- digital-wellbeing-sharp
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.975M12 22l-6-6q-.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 16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDigitalWellbeing(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.975M12 22l-6-6q-.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 16z"/></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.975M12 22l-6-6q-.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 16z"/></svg> </template>
CSS
.icon-digital-wellbeing {
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.975M12%2022l-6-6q-.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%2016z%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.975M12%2022l-6-6q-.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%2016z%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.svg?color=%231a73e8&size=48