digital wellbeing icon
digital-wellbeing-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- digital-wellbeing-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- digital-wellbeing-outline-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.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437M12 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 16zm0-2.85l4.55-4.55q.225-.225.338-.513T17 13.5q0-.6-.425-1.05T15.5 12q-.3 0-.537.088t-.463.312L12 14.9l-2.5-2.5q-.15-.15-.387-.275T8.5 12q-.65 0-1.075.45T7 13.5q0 .3.125.563t.325.487zm0-3.575"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDigitalWellbeingOutline(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.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437M12 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 16zm0-2.85l4.55-4.55q.225-.225.338-.513T17 13.5q0-.6-.425-1.05T15.5 12q-.3 0-.537.088t-.463.312L12 14.9l-2.5-2.5q-.15-.15-.387-.275T8.5 12q-.65 0-1.075.45T7 13.5q0 .3.125.563t.325.487zm0-3.575"/></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.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437M12 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 16zm0-2.85l4.55-4.55q.225-.225.338-.513T17 13.5q0-.6-.425-1.05T15.5 12q-.3 0-.537.088t-.463.312L12 14.9l-2.5-2.5q-.15-.15-.387-.275T8.5 12q-.65 0-1.075.45T7 13.5q0 .3.125.563t.325.487zm0-3.575"/></svg> </template>
CSS
.icon-digital-wellbeing-outline {
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.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437M12%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%2016zm0-2.85l4.55-4.55q.225-.225.338-.513T17%2013.5q0-.6-.425-1.05T15.5%2012q-.3%200-.537.088t-.463.312L12%2014.9l-2.5-2.5q-.15-.15-.387-.275T8.5%2012q-.65%200-1.075.45T7%2013.5q0%20.3.125.563t.325.487zm0-3.575%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.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437M12%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%2016zm0-2.85l4.55-4.55q.225-.225.338-.513T17%2013.5q0-.6-.425-1.05T15.5%2012q-.3%200-.537.088t-.463.312L12%2014.9l-2.5-2.5q-.15-.15-.387-.275T8.5%2012q-.65%200-1.075.45T7%2013.5q0%20.3.125.563t.325.487zm0-3.575%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-outline.svg?color=%231a73e8&size=48