udon icon
udon from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- udon
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- udon-sharp
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="M5.5 12h1V8h-1zm0-5.5h1V5.25l-1 .1zM8 12h1V8H8zm0-5.5h1V4.95l-1 .125zM21.55 15H2.45q-.225-.725-.338-1.463T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 .8-.112 1.538T21.55 15M12 22q-2.8 0-5.087-1.362T3.324 17h17.35q-1.3 2.275-3.588 3.638T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUdon(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="M5.5 12h1V8h-1zm0-5.5h1V5.25l-1 .1zM8 12h1V8H8zm0-5.5h1V4.95l-1 .125zM21.55 15H2.45q-.225-.725-.338-1.463T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 .8-.112 1.538T21.55 15M12 22q-2.8 0-5.087-1.362T3.324 17h17.35q-1.3 2.275-3.588 3.638T12 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 12h1V8h-1zm0-5.5h1V5.25l-1 .1zM8 12h1V8H8zm0-5.5h1V4.95l-1 .125zM21.55 15H2.45q-.225-.725-.338-1.463T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 .8-.112 1.538T21.55 15M12 22q-2.8 0-5.087-1.362T3.324 17h17.35q-1.3 2.275-3.588 3.638T12 22"/></svg> </template>
CSS
.icon-udon {
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%22M5.5%2012h1V8h-1zm0-5.5h1V5.25l-1%20.1zM8%2012h1V8H8zm0-5.5h1V4.95l-1%20.125zM21.55%2015H2.45q-.225-.725-.338-1.463T2%2012h2V4l18-2v1.5L10.5%204.8v1.7H22V8H10.5v4H22q0%20.8-.112%201.538T21.55%2015M12%2022q-2.8%200-5.087-1.362T3.324%2017h17.35q-1.3%202.275-3.588%203.638T12%2022%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%22M5.5%2012h1V8h-1zm0-5.5h1V5.25l-1%20.1zM8%2012h1V8H8zm0-5.5h1V4.95l-1%20.125zM21.55%2015H2.45q-.225-.725-.338-1.463T2%2012h2V4l18-2v1.5L10.5%204.8v1.7H22V8H10.5v4H22q0%20.8-.112%201.538T21.55%2015M12%2022q-2.8%200-5.087-1.362T3.324%2017h17.35q-1.3%202.275-3.588%203.638T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/udon.svg?color=%231a73e8&size=48