relax icon
relax from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- relax
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the relax icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-.45 0-.862-.162t-.738-.488l-6.7-6.725q-.35-.35-.638-.763T2.576 12h9.3q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.35 0-.625-.187t-.35-.538l-1.925.525q.275.975 1.075 1.588t1.825.612q1.25 0 2.125-.875T14.875 13q0-.275-.05-.513T14.7 12h1.175q1.25 0 2.125-.875T18.875 9T18 6.875T15.875 6q-1.025 0-1.825.613T12.975 8.2l1.925.525q.075-.35.35-.537T15.875 8q.425 0 .713.288t.287.712t-.288.713t-.712.287H2.05q-.025-.2-.037-.363T2 9.276Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2l-6.725 6.75q-.325.325-.725.488T12 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRelax(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 21q-.45 0-.862-.162t-.738-.488l-6.7-6.725q-.35-.35-.638-.763T2.576 12h9.3q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.35 0-.625-.187t-.35-.538l-1.925.525q.275.975 1.075 1.588t1.825.612q1.25 0 2.125-.875T14.875 13q0-.275-.05-.513T14.7 12h1.175q1.25 0 2.125-.875T18.875 9T18 6.875T15.875 6q-1.025 0-1.825.613T12.975 8.2l1.925.525q.075-.35.35-.537T15.875 8q.425 0 .713.288t.287.712t-.288.713t-.712.287H2.05q-.025-.2-.037-.363T2 9.276Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2l-6.725 6.75q-.325.325-.725.488T12 21"/></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 21q-.45 0-.862-.162t-.738-.488l-6.7-6.725q-.35-.35-.638-.763T2.576 12h9.3q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.35 0-.625-.187t-.35-.538l-1.925.525q.275.975 1.075 1.588t1.825.612q1.25 0 2.125-.875T14.875 13q0-.275-.05-.513T14.7 12h1.175q1.25 0 2.125-.875T18.875 9T18 6.875T15.875 6q-1.025 0-1.825.613T12.975 8.2l1.925.525q.075-.35.35-.537T15.875 8q.425 0 .713.288t.287.712t-.288.713t-.712.287H2.05q-.025-.2-.037-.363T2 9.276Q2 6.7 3.675 4.85T7.85 3q1.2 0 2.263.475T12 4.8q.8-.85 1.863-1.325T16.125 3q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2l-6.725 6.75q-.325.325-.725.488T12 21"/></svg> </template>
CSS
.icon-relax {
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%2021q-.45%200-.862-.162t-.738-.488l-6.7-6.725q-.35-.35-.638-.763T2.576%2012h9.3q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-.35%200-.625-.187t-.35-.538l-1.925.525q.275.975%201.075%201.588t1.825.612q1.25%200%202.125-.875T14.875%2013q0-.275-.05-.513T14.7%2012h1.175q1.25%200%202.125-.875T18.875%209T18%206.875T15.875%206q-1.025%200-1.825.613T12.975%208.2l1.925.525q.075-.35.35-.537T15.875%208q.425%200%20.713.288t.287.712t-.288.713t-.712.287H2.05q-.025-.2-.037-.363T2%209.276Q2%206.7%203.675%204.85T7.85%203q1.2%200%202.263.475T12%204.8q.8-.85%201.863-1.325T16.125%203q2.5%200%204.188%201.85T22%209.25q0%201.225-.425%202.35t-1.275%202l-6.725%206.75q-.325.325-.725.488T12%2021%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%2021q-.45%200-.862-.162t-.738-.488l-6.7-6.725q-.35-.35-.638-.763T2.576%2012h9.3q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-.35%200-.625-.187t-.35-.538l-1.925.525q.275.975%201.075%201.588t1.825.612q1.25%200%202.125-.875T14.875%2013q0-.275-.05-.513T14.7%2012h1.175q1.25%200%202.125-.875T18.875%209T18%206.875T15.875%206q-1.025%200-1.825.613T12.975%208.2l1.925.525q.075-.35.35-.537T15.875%208q.425%200%20.713.288t.287.712t-.288.713t-.712.287H2.05q-.025-.2-.037-.363T2%209.276Q2%206.7%203.675%204.85T7.85%203q1.2%200%202.263.475T12%204.8q.8-.85%201.863-1.325T16.125%203q2.5%200%204.188%201.85T22%209.25q0%201.225-.425%202.35t-1.275%202l-6.725%206.75q-.325.325-.725.488T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/relax.svg?color=%231a73e8&size=48