soba icon
soba-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- soba-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the soba icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.094 21q-.819 0-1.475-.471q-.655-.471-.867-1.26l-.471-1.884q-.106-.38.136-.69q.243-.31.647-.31h.353q.05-.533.202-1.027T5 14.413V5.477q0-.298.215-.528q.214-.23.512-.28l14.775-1.607q.196-.031.347.095t.151.341q0 .16-.12.286t-.28.157L10.423 5.069v2.104h10.135q.19 0 .316.126t.126.317t-.126.316t-.316.126H10.423v2.202q.389-.07.786-.117t.81-.047q2.89 0 5.06 1.783t2.536 4.506h.34q.405 0 .644.31q.24.31.134.69l-.471 1.884q-.212.789-.868 1.26Q18.74 21 17.92 21zm-.653-4.615h2.388q.344-1.37 1.512-2.243q1.167-.873 2.678-.873t2.667.873t1.499 2.242h2.388q-.362-2.296-2.226-3.792t-4.328-1.496q-2.488 0-4.353 1.496T5.44 16.384m3.508 0h6.136q-.309-.936-1.15-1.525q-.842-.59-1.915-.59t-1.917.59t-1.154 1.525m-3.064-3.397q.302-.39.649-.718q.346-.327.736-.61v-3.6H5.884zm2.27-1.91q.327-.183.67-.324t.715-.26V8.057H8.153zm-2.27-3.904H7.27v-1.77l-1.384.159zm2.27 0h1.385V5.162l-1.385.144z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSobaRounded(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.094 21q-.819 0-1.475-.471q-.655-.471-.867-1.26l-.471-1.884q-.106-.38.136-.69q.243-.31.647-.31h.353q.05-.533.202-1.027T5 14.413V5.477q0-.298.215-.528q.214-.23.512-.28l14.775-1.607q.196-.031.347.095t.151.341q0 .16-.12.286t-.28.157L10.423 5.069v2.104h10.135q.19 0 .316.126t.126.317t-.126.316t-.316.126H10.423v2.202q.389-.07.786-.117t.81-.047q2.89 0 5.06 1.783t2.536 4.506h.34q.405 0 .644.31q.24.31.134.69l-.471 1.884q-.212.789-.868 1.26Q18.74 21 17.92 21zm-.653-4.615h2.388q.344-1.37 1.512-2.243q1.167-.873 2.678-.873t2.667.873t1.499 2.242h2.388q-.362-2.296-2.226-3.792t-4.328-1.496q-2.488 0-4.353 1.496T5.44 16.384m3.508 0h6.136q-.309-.936-1.15-1.525q-.842-.59-1.915-.59t-1.917.59t-1.154 1.525m-3.064-3.397q.302-.39.649-.718q.346-.327.736-.61v-3.6H5.884zm2.27-1.91q.327-.183.67-.324t.715-.26V8.057H8.153zm-2.27-3.904H7.27v-1.77l-1.384.159zm2.27 0h1.385V5.162l-1.385.144z"/></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.094 21q-.819 0-1.475-.471q-.655-.471-.867-1.26l-.471-1.884q-.106-.38.136-.69q.243-.31.647-.31h.353q.05-.533.202-1.027T5 14.413V5.477q0-.298.215-.528q.214-.23.512-.28l14.775-1.607q.196-.031.347.095t.151.341q0 .16-.12.286t-.28.157L10.423 5.069v2.104h10.135q.19 0 .316.126t.126.317t-.126.316t-.316.126H10.423v2.202q.389-.07.786-.117t.81-.047q2.89 0 5.06 1.783t2.536 4.506h.34q.405 0 .644.31q.24.31.134.69l-.471 1.884q-.212.789-.868 1.26Q18.74 21 17.92 21zm-.653-4.615h2.388q.344-1.37 1.512-2.243q1.167-.873 2.678-.873t2.667.873t1.499 2.242h2.388q-.362-2.296-2.226-3.792t-4.328-1.496q-2.488 0-4.353 1.496T5.44 16.384m3.508 0h6.136q-.309-.936-1.15-1.525q-.842-.59-1.915-.59t-1.917.59t-1.154 1.525m-3.064-3.397q.302-.39.649-.718q.346-.327.736-.61v-3.6H5.884zm2.27-1.91q.327-.183.67-.324t.715-.26V8.057H8.153zm-2.27-3.904H7.27v-1.77l-1.384.159zm2.27 0h1.385V5.162l-1.385.144z"/></svg> </template>
CSS
.icon-soba-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.094%2021q-.819%200-1.475-.471q-.655-.471-.867-1.26l-.471-1.884q-.106-.38.136-.69q.243-.31.647-.31h.353q.05-.533.202-1.027T5%2014.413V5.477q0-.298.215-.528q.214-.23.512-.28l14.775-1.607q.196-.031.347.095t.151.341q0%20.16-.12.286t-.28.157L10.423%205.069v2.104h10.135q.19%200%20.316.126t.126.317t-.126.316t-.316.126H10.423v2.202q.389-.07.786-.117t.81-.047q2.89%200%205.06%201.783t2.536%204.506h.34q.405%200%20.644.31q.24.31.134.69l-.471%201.884q-.212.789-.868%201.26Q18.74%2021%2017.92%2021zm-.653-4.615h2.388q.344-1.37%201.512-2.243q1.167-.873%202.678-.873t2.667.873t1.499%202.242h2.388q-.362-2.296-2.226-3.792t-4.328-1.496q-2.488%200-4.353%201.496T5.44%2016.384m3.508%200h6.136q-.309-.936-1.15-1.525q-.842-.59-1.915-.59t-1.917.59t-1.154%201.525m-3.064-3.397q.302-.39.649-.718q.346-.327.736-.61v-3.6H5.884zm2.27-1.91q.327-.183.67-.324t.715-.26V8.057H8.153zm-2.27-3.904H7.27v-1.77l-1.384.159zm2.27%200h1.385V5.162l-1.385.144z%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.094%2021q-.819%200-1.475-.471q-.655-.471-.867-1.26l-.471-1.884q-.106-.38.136-.69q.243-.31.647-.31h.353q.05-.533.202-1.027T5%2014.413V5.477q0-.298.215-.528q.214-.23.512-.28l14.775-1.607q.196-.031.347.095t.151.341q0%20.16-.12.286t-.28.157L10.423%205.069v2.104h10.135q.19%200%20.316.126t.126.317t-.126.316t-.316.126H10.423v2.202q.389-.07.786-.117t.81-.047q2.89%200%205.06%201.783t2.536%204.506h.34q.405%200%20.644.31q.24.31.134.69l-.471%201.884q-.212.789-.868%201.26Q18.74%2021%2017.92%2021zm-.653-4.615h2.388q.344-1.37%201.512-2.243q1.167-.873%202.678-.873t2.667.873t1.499%202.242h2.388q-.362-2.296-2.226-3.792t-4.328-1.496q-2.488%200-4.353%201.496T5.44%2016.384m3.508%200h6.136q-.309-.936-1.15-1.525q-.842-.59-1.915-.59t-1.917.59t-1.154%201.525m-3.064-3.397q.302-.39.649-.718q.346-.327.736-.61v-3.6H5.884zm2.27-1.91q.327-.183.67-.324t.715-.26V8.057H8.153zm-2.27-3.904H7.27v-1.77l-1.384.159zm2.27%200h1.385V5.162l-1.385.144z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/soba-rounded.svg?color=%231a73e8&size=48