udon icon
udon-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- udon-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the udon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-3.85 0-6.663-2.525t-3.262-6.25q-.05-.5.288-.862T3.2 12H4V4.9q0-.375.263-.663T4.9 3.9l16.275-1.8q.35-.05.588.163t.237.562q0 .275-.187.488t-.463.262L10.5 4.8v1.7h10.75q.325 0 .538.213T22 7.25t-.213.538T21.25 8H10.5v4h10.3q.5 0 .838.363t.287.862q-.45 3.725-3.262 6.25T12 22M5.5 12h1V8h-1zm0-5.5h1V5.25l-1 .1zM8 12h1V8H8zm0-5.5h1V4.95l-1 .125zM4.625 15h14.75q.1-.25.175-.488T19.7 14H4.275q.075.275.163.513t.187.487M12 20q1.875 0 3.475-.812T18.2 17H5.8q1.125 1.375 2.725 2.188T12 20m0-3v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUdonOutlineRounded(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 22q-3.85 0-6.663-2.525t-3.262-6.25q-.05-.5.288-.862T3.2 12H4V4.9q0-.375.263-.663T4.9 3.9l16.275-1.8q.35-.05.588.163t.237.562q0 .275-.187.488t-.463.262L10.5 4.8v1.7h10.75q.325 0 .538.213T22 7.25t-.213.538T21.25 8H10.5v4h10.3q.5 0 .838.363t.287.862q-.45 3.725-3.262 6.25T12 22M5.5 12h1V8h-1zm0-5.5h1V5.25l-1 .1zM8 12h1V8H8zm0-5.5h1V4.95l-1 .125zM4.625 15h14.75q.1-.25.175-.488T19.7 14H4.275q.075.275.163.513t.187.487M12 20q1.875 0 3.475-.812T18.2 17H5.8q1.125 1.375 2.725 2.188T12 20m0-3v-2z"/></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 22q-3.85 0-6.663-2.525t-3.262-6.25q-.05-.5.288-.862T3.2 12H4V4.9q0-.375.263-.663T4.9 3.9l16.275-1.8q.35-.05.588.163t.237.562q0 .275-.187.488t-.463.262L10.5 4.8v1.7h10.75q.325 0 .538.213T22 7.25t-.213.538T21.25 8H10.5v4h10.3q.5 0 .838.363t.287.862q-.45 3.725-3.262 6.25T12 22M5.5 12h1V8h-1zm0-5.5h1V5.25l-1 .1zM8 12h1V8H8zm0-5.5h1V4.95l-1 .125zM4.625 15h14.75q.1-.25.175-.488T19.7 14H4.275q.075.275.163.513t.187.487M12 20q1.875 0 3.475-.812T18.2 17H5.8q1.125 1.375 2.725 2.188T12 20m0-3v-2z"/></svg> </template>
CSS
.icon-udon-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%2022q-3.85%200-6.663-2.525t-3.262-6.25q-.05-.5.288-.862T3.2%2012H4V4.9q0-.375.263-.663T4.9%203.9l16.275-1.8q.35-.05.588.163t.237.562q0%20.275-.187.488t-.463.262L10.5%204.8v1.7h10.75q.325%200%20.538.213T22%207.25t-.213.538T21.25%208H10.5v4h10.3q.5%200%20.838.363t.287.862q-.45%203.725-3.262%206.25T12%2022M5.5%2012h1V8h-1zm0-5.5h1V5.25l-1%20.1zM8%2012h1V8H8zm0-5.5h1V4.95l-1%20.125zM4.625%2015h14.75q.1-.25.175-.488T19.7%2014H4.275q.075.275.163.513t.187.487M12%2020q1.875%200%203.475-.812T18.2%2017H5.8q1.125%201.375%202.725%202.188T12%2020m0-3v-2z%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%2022q-3.85%200-6.663-2.525t-3.262-6.25q-.05-.5.288-.862T3.2%2012H4V4.9q0-.375.263-.663T4.9%203.9l16.275-1.8q.35-.05.588.163t.237.562q0%20.275-.187.488t-.463.262L10.5%204.8v1.7h10.75q.325%200%20.538.213T22%207.25t-.213.538T21.25%208H10.5v4h10.3q.5%200%20.838.363t.287.862q-.45%203.725-3.262%206.25T12%2022M5.5%2012h1V8h-1zm0-5.5h1V5.25l-1%20.1zM8%2012h1V8H8zm0-5.5h1V4.95l-1%20.125zM4.625%2015h14.75q.1-.25.175-.488T19.7%2014H4.275q.075.275.163.513t.187.487M12%2020q1.875%200%203.475-.812T18.2%2017H5.8q1.125%201.375%202.725%202.188T12%2020m0-3v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/udon-outline-rounded.svg?color=%231a73e8&size=48