onsen icon
onsen-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- onsen-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- onsen-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the onsen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.852 9.498q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0 .814.365 1.537q.366.723.86 1.386q.506.667.865 1.429q.36.762.36 1.598v.394q-.006.214-.146.36t-.354.146t-.363-.143t-.137-.357q.006-.125.015-.225q.01-.1.01-.225q0-.744-.38-1.39t-.845-1.239m3.423 0q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.037.322q-.013.153-.013.322q0 .814.366 1.537q.365.722.859 1.386q.506.667.865 1.429q.36.761.36 1.598v.394q-.006.213-.146.36q-.14.146-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239m3.423 0q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0 .814.366 1.537q.365.723.859 1.386q.506.667.866 1.429q.359.762.359 1.598v.394q-.006.214-.146.36t-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239M12 18.923q-3.302 0-5.613-1.203q-2.31-1.203-2.31-2.931q0-.71.515-1.403q.516-.694 1.485-1.245v1.132q-.5.35-.75.742q-.25.39-.25.754q0 1.26 2.079 2.207t4.844.947t4.844-.947t2.079-2.207q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551 1.485 1.245q.515.693.515 1.403q0 1.728-2.307 2.931T12 18.923"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightOnsenRounded(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="M6.852 9.498q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0 .814.365 1.537q.366.723.86 1.386q.506.667.865 1.429q.36.762.36 1.598v.394q-.006.214-.146.36t-.354.146t-.363-.143t-.137-.357q.006-.125.015-.225q.01-.1.01-.225q0-.744-.38-1.39t-.845-1.239m3.423 0q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.037.322q-.013.153-.013.322q0 .814.366 1.537q.365.722.859 1.386q.506.667.865 1.429q.36.761.36 1.598v.394q-.006.213-.146.36q-.14.146-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239m3.423 0q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0 .814.366 1.537q.365.723.859 1.386q.506.667.866 1.429q.359.762.359 1.598v.394q-.006.214-.146.36t-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239M12 18.923q-3.302 0-5.613-1.203q-2.31-1.203-2.31-2.931q0-.71.515-1.403q.516-.694 1.485-1.245v1.132q-.5.35-.75.742q-.25.39-.25.754q0 1.26 2.079 2.207t4.844.947t4.844-.947t2.079-2.207q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551 1.485 1.245q.515.693.515 1.403q0 1.728-2.307 2.931T12 18.923"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.852 9.498q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0 .814.365 1.537q.366.723.86 1.386q.506.667.865 1.429q.36.762.36 1.598v.394q-.006.214-.146.36t-.354.146t-.363-.143t-.137-.357q.006-.125.015-.225q.01-.1.01-.225q0-.744-.38-1.39t-.845-1.239m3.423 0q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.037.322q-.013.153-.013.322q0 .814.366 1.537q.365.722.859 1.386q.506.667.865 1.429q.36.761.36 1.598v.394q-.006.213-.146.36q-.14.146-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239m3.423 0q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22 0 .375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0 .814.366 1.537q.365.723.859 1.386q.506.667.866 1.429q.359.762.359 1.598v.394q-.006.214-.146.36t-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239M12 18.923q-3.302 0-5.613-1.203q-2.31-1.203-2.31-2.931q0-.71.515-1.403q.516-.694 1.485-1.245v1.132q-.5.35-.75.742q-.25.39-.25.754q0 1.26 2.079 2.207t4.844.947t4.844-.947t2.079-2.207q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551 1.485 1.245q.515.693.515 1.403q0 1.728-2.307 2.931T12 18.923"/></svg> </template>
CSS
.icon-onsen-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%22M6.852%209.498q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22%200%20.375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0%20.814.365%201.537q.366.723.86%201.386q.506.667.865%201.429q.36.762.36%201.598v.394q-.006.214-.146.36t-.354.146t-.363-.143t-.137-.357q.006-.125.015-.225q.01-.1.01-.225q0-.744-.38-1.39t-.845-1.239m3.423%200q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22%200%20.375.146q.156.146.125.36q-.025.169-.037.322q-.013.153-.013.322q0%20.814.366%201.537q.365.722.859%201.386q.506.667.865%201.429q.36.761.36%201.598v.394q-.006.213-.146.36q-.14.146-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239m3.423%200q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22%200%20.375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0%20.814.366%201.537q.365.723.859%201.386q.506.667.866%201.429q.359.762.359%201.598v.394q-.006.214-.146.36t-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239M12%2018.923q-3.302%200-5.613-1.203q-2.31-1.203-2.31-2.931q0-.71.515-1.403q.516-.694%201.485-1.245v1.132q-.5.35-.75.742q-.25.39-.25.754q0%201.26%202.079%202.207t4.844.947t4.844-.947t2.079-2.207q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551%201.485%201.245q.515.693.515%201.403q0%201.728-2.307%202.931T12%2018.923%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%22M6.852%209.498q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22%200%20.375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0%20.814.365%201.537q.366.723.86%201.386q.506.667.865%201.429q.36.762.36%201.598v.394q-.006.214-.146.36t-.354.146t-.363-.143t-.137-.357q.006-.125.015-.225q.01-.1.01-.225q0-.744-.38-1.39t-.845-1.239m3.423%200q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22%200%20.375.146q.156.146.125.36q-.025.169-.037.322q-.013.153-.013.322q0%20.814.366%201.537q.365.722.859%201.386q.506.667.865%201.429q.36.761.36%201.598v.394q-.006.213-.146.36q-.14.146-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239m3.423%200q-.53-.706-.878-1.507q-.347-.802-.347-1.689v-.36q0-.165.025-.36q.03-.213.168-.359t.332-.146q.22%200%20.375.146q.156.146.125.36q-.025.169-.038.322t-.012.322q0%20.814.366%201.537q.365.723.859%201.386q.506.667.866%201.429q.359.762.359%201.598v.394q-.006.214-.146.36t-.354.146t-.362-.143t-.138-.357q.006-.125.016-.225q.009-.1.009-.225q0-.744-.38-1.39t-.845-1.239M12%2018.923q-3.302%200-5.613-1.203q-2.31-1.203-2.31-2.931q0-.71.515-1.403q.516-.694%201.485-1.245v1.132q-.5.35-.75.742q-.25.39-.25.754q0%201.26%202.079%202.207t4.844.947t4.844-.947t2.079-2.207q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551%201.485%201.245q.515.693.515%201.403q0%201.728-2.307%202.931T12%2018.923%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/onsen-rounded.svg?color=%231a73e8&size=48