relax icon
relax-outline-rounded from Material Symbols by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- relax-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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-5.5-5.525q-.275-.325-.238-.725t.363-.675t.738-.25t.687.35l5.375 5.4q.05.05.088.063T12 19t.088-.012t.087-.063l6.675-6.7q.575-.575.875-1.362t.3-1.613q-.05-1.725-1.15-2.963t-2.75-1.237q-.775 0-1.487.3t-1.238.875l-.675.725q-.125.15-.325.238t-.4.087t-.4-.087t-.35-.238l-.675-.725q-.525-.575-1.225-.9T7.85 5q-1.35 0-2.337.863T4.174 8q-.125.4-.475.613t-.75.087t-.613-.475t-.087-.75q.55-1.9 2.062-3.187T7.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 21m-.125-9H3q-.425 0-.712-.288T2 11t.288-.712T3 10h12.875q.425 0 .713-.288T16.874 9t-.288-.712T15.875 8q-.175 0-.337.05t-.288.15q-.325.25-.725.188T13.875 8t-.2-.737t.375-.663q.4-.3.863-.45t.962-.15q1.25 0 2.125.875T18.875 9T18 11.125T15.875 12H14.7q.075.25.125.488t.05.512q0 1.25-.875 2.125T11.875 16q-.5 0-.962-.175t-.863-.45q-.325-.25-.375-.65t.2-.725t.65-.387t.725.187q.125.1.288.15t.337.05q.425 0 .713-.287t.287-.713t-.288-.712t-.712-.288m.225 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRelaxOutlineRounded(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-5.5-5.525q-.275-.325-.238-.725t.363-.675t.738-.25t.687.35l5.375 5.4q.05.05.088.063T12 19t.088-.012t.087-.063l6.675-6.7q.575-.575.875-1.362t.3-1.613q-.05-1.725-1.15-2.963t-2.75-1.237q-.775 0-1.487.3t-1.238.875l-.675.725q-.125.15-.325.238t-.4.087t-.4-.087t-.35-.238l-.675-.725q-.525-.575-1.225-.9T7.85 5q-1.35 0-2.337.863T4.174 8q-.125.4-.475.613t-.75.087t-.613-.475t-.087-.75q.55-1.9 2.062-3.187T7.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 21m-.125-9H3q-.425 0-.712-.288T2 11t.288-.712T3 10h12.875q.425 0 .713-.288T16.874 9t-.288-.712T15.875 8q-.175 0-.337.05t-.288.15q-.325.25-.725.188T13.875 8t-.2-.737t.375-.663q.4-.3.863-.45t.962-.15q1.25 0 2.125.875T18.875 9T18 11.125T15.875 12H14.7q.075.25.125.488t.05.512q0 1.25-.875 2.125T11.875 16q-.5 0-.962-.175t-.863-.45q-.325-.25-.375-.65t.2-.725t.65-.387t.725.187q.125.1.288.15t.337.05q.425 0 .713-.287t.287-.713t-.288-.712t-.712-.288m.225 0"/></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-5.5-5.525q-.275-.325-.238-.725t.363-.675t.738-.25t.687.35l5.375 5.4q.05.05.088.063T12 19t.088-.012t.087-.063l6.675-6.7q.575-.575.875-1.362t.3-1.613q-.05-1.725-1.15-2.963t-2.75-1.237q-.775 0-1.487.3t-1.238.875l-.675.725q-.125.15-.325.238t-.4.087t-.4-.087t-.35-.238l-.675-.725q-.525-.575-1.225-.9T7.85 5q-1.35 0-2.337.863T4.174 8q-.125.4-.475.613t-.75.087t-.613-.475t-.087-.75q.55-1.9 2.062-3.187T7.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 21m-.125-9H3q-.425 0-.712-.288T2 11t.288-.712T3 10h12.875q.425 0 .713-.288T16.874 9t-.288-.712T15.875 8q-.175 0-.337.05t-.288.15q-.325.25-.725.188T13.875 8t-.2-.737t.375-.663q.4-.3.863-.45t.962-.15q1.25 0 2.125.875T18.875 9T18 11.125T15.875 12H14.7q.075.25.125.488t.05.512q0 1.25-.875 2.125T11.875 16q-.5 0-.962-.175t-.863-.45q-.325-.25-.375-.65t.2-.725t.65-.387t.725.187q.125.1.288.15t.337.05q.425 0 .713-.287t.287-.713t-.288-.712t-.712-.288m.225 0"/></svg> </template>
CSS
.icon-relax-outline-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%22M12%2021q-.45%200-.862-.162t-.738-.488l-5.5-5.525q-.275-.325-.238-.725t.363-.675t.738-.25t.687.35l5.375%205.4q.05.05.088.063T12%2019t.088-.012t.087-.063l6.675-6.7q.575-.575.875-1.362t.3-1.613q-.05-1.725-1.15-2.963t-2.75-1.237q-.775%200-1.487.3t-1.238.875l-.675.725q-.125.15-.325.238t-.4.087t-.4-.087t-.35-.238l-.675-.725q-.525-.575-1.225-.9T7.85%205q-1.35%200-2.337.863T4.174%208q-.125.4-.475.613t-.75.087t-.613-.475t-.087-.75q.55-1.9%202.062-3.187T7.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%2021m-.125-9H3q-.425%200-.712-.288T2%2011t.288-.712T3%2010h12.875q.425%200%20.713-.288T16.874%209t-.288-.712T15.875%208q-.175%200-.337.05t-.288.15q-.325.25-.725.188T13.875%208t-.2-.737t.375-.663q.4-.3.863-.45t.962-.15q1.25%200%202.125.875T18.875%209T18%2011.125T15.875%2012H14.7q.075.25.125.488t.05.512q0%201.25-.875%202.125T11.875%2016q-.5%200-.962-.175t-.863-.45q-.325-.25-.375-.65t.2-.725t.65-.387t.725.187q.125.1.288.15t.337.05q.425%200%20.713-.287t.287-.713t-.288-.712t-.712-.288m.225%200%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-5.5-5.525q-.275-.325-.238-.725t.363-.675t.738-.25t.687.35l5.375%205.4q.05.05.088.063T12%2019t.088-.012t.087-.063l6.675-6.7q.575-.575.875-1.362t.3-1.613q-.05-1.725-1.15-2.963t-2.75-1.237q-.775%200-1.487.3t-1.238.875l-.675.725q-.125.15-.325.238t-.4.087t-.4-.087t-.35-.238l-.675-.725q-.525-.575-1.225-.9T7.85%205q-1.35%200-2.337.863T4.174%208q-.125.4-.475.613t-.75.087t-.613-.475t-.087-.75q.55-1.9%202.062-3.187T7.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%2021m-.125-9H3q-.425%200-.712-.288T2%2011t.288-.712T3%2010h12.875q.425%200%20.713-.288T16.874%209t-.288-.712T15.875%208q-.175%200-.337.05t-.288.15q-.325.25-.725.188T13.875%208t-.2-.737t.375-.663q.4-.3.863-.45t.962-.15q1.25%200%202.125.875T18.875%209T18%2011.125T15.875%2012H14.7q.075.25.125.488t.05.512q0%201.25-.875%202.125T11.875%2016q-.5%200-.962-.175t-.863-.45q-.325-.25-.375-.65t.2-.725t.65-.387t.725.187q.125.1.288.15t.337.05q.425%200%20.713-.287t.287-.713t-.288-.712t-.712-.288m.225%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/relax-outline-rounded.svg?color=%231a73e8&size=48