stress management icon
stress-management from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- stress-management
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- stress-management-rounded, stress-management-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the stress management icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5q1.585 0 3.477-.579t5.408-2.105q.057-.312.086-.611q.029-.3.029-.63q0-.775-.621-1.261q-.621-.487-1.366-.252q-.386.125-.824.29t-1.124.44q-1.66.689-2.777.949Q13.171 12 12 12q-1.221 0-2.348-.272t-2.861-.98q-.582-.25-1-.403t-.799-.278q-.744-.246-1.368.231T3 11.575q0 .325.029.634q.029.308.067.595q2.871 1.365 5.077 2.03q2.206.666 3.827.666m0 4.5q3.066 0 5.428-1.666q2.363-1.667 3.191-4.309q-2.871 1.304-4.884 1.89T12 16.5q-1.727 0-3.905-.636Q5.917 15.23 3.331 14q.773 2.748 3.088 4.374T12 20M9.521 8.979Q8.5 7.958 8.5 6.5t1.021-2.479T12 3t2.479 1.021T15.5 6.5t-1.021 2.479T12 10T9.521 8.979"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStressManagement(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="M12 15.5q1.585 0 3.477-.579t5.408-2.105q.057-.312.086-.611q.029-.3.029-.63q0-.775-.621-1.261q-.621-.487-1.366-.252q-.386.125-.824.29t-1.124.44q-1.66.689-2.777.949Q13.171 12 12 12q-1.221 0-2.348-.272t-2.861-.98q-.582-.25-1-.403t-.799-.278q-.744-.246-1.368.231T3 11.575q0 .325.029.634q.029.308.067.595q2.871 1.365 5.077 2.03q2.206.666 3.827.666m0 4.5q3.066 0 5.428-1.666q2.363-1.667 3.191-4.309q-2.871 1.304-4.884 1.89T12 16.5q-1.727 0-3.905-.636Q5.917 15.23 3.331 14q.773 2.748 3.088 4.374T12 20M9.521 8.979Q8.5 7.958 8.5 6.5t1.021-2.479T12 3t2.479 1.021T15.5 6.5t-1.021 2.479T12 10T9.521 8.979"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5q1.585 0 3.477-.579t5.408-2.105q.057-.312.086-.611q.029-.3.029-.63q0-.775-.621-1.261q-.621-.487-1.366-.252q-.386.125-.824.29t-1.124.44q-1.66.689-2.777.949Q13.171 12 12 12q-1.221 0-2.348-.272t-2.861-.98q-.582-.25-1-.403t-.799-.278q-.744-.246-1.368.231T3 11.575q0 .325.029.634q.029.308.067.595q2.871 1.365 5.077 2.03q2.206.666 3.827.666m0 4.5q3.066 0 5.428-1.666q2.363-1.667 3.191-4.309q-2.871 1.304-4.884 1.89T12 16.5q-1.727 0-3.905-.636Q5.917 15.23 3.331 14q.773 2.748 3.088 4.374T12 20M9.521 8.979Q8.5 7.958 8.5 6.5t1.021-2.479T12 3t2.479 1.021T15.5 6.5t-1.021 2.479T12 10T9.521 8.979"/></svg> </template>
CSS
.icon-stress-management {
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%22M12%2015.5q1.585%200%203.477-.579t5.408-2.105q.057-.312.086-.611q.029-.3.029-.63q0-.775-.621-1.261q-.621-.487-1.366-.252q-.386.125-.824.29t-1.124.44q-1.66.689-2.777.949Q13.171%2012%2012%2012q-1.221%200-2.348-.272t-2.861-.98q-.582-.25-1-.403t-.799-.278q-.744-.246-1.368.231T3%2011.575q0%20.325.029.634q.029.308.067.595q2.871%201.365%205.077%202.03q2.206.666%203.827.666m0%204.5q3.066%200%205.428-1.666q2.363-1.667%203.191-4.309q-2.871%201.304-4.884%201.89T12%2016.5q-1.727%200-3.905-.636Q5.917%2015.23%203.331%2014q.773%202.748%203.088%204.374T12%2020M9.521%208.979Q8.5%207.958%208.5%206.5t1.021-2.479T12%203t2.479%201.021T15.5%206.5t-1.021%202.479T12%2010T9.521%208.979%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%22M12%2015.5q1.585%200%203.477-.579t5.408-2.105q.057-.312.086-.611q.029-.3.029-.63q0-.775-.621-1.261q-.621-.487-1.366-.252q-.386.125-.824.29t-1.124.44q-1.66.689-2.777.949Q13.171%2012%2012%2012q-1.221%200-2.348-.272t-2.861-.98q-.582-.25-1-.403t-.799-.278q-.744-.246-1.368.231T3%2011.575q0%20.325.029.634q.029.308.067.595q2.871%201.365%205.077%202.03q2.206.666%203.827.666m0%204.5q3.066%200%205.428-1.666q2.363-1.667%203.191-4.309q-2.871%201.304-4.884%201.89T12%2016.5q-1.727%200-3.905-.636Q5.917%2015.23%203.331%2014q.773%202.748%203.088%204.374T12%2020M9.521%208.979Q8.5%207.958%208.5%206.5t1.021-2.479T12%203t2.479%201.021T15.5%206.5t-1.021%202.479T12%2010T9.521%208.979%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/stress-management.svg?color=%231a73e8&size=48