udon icon
udon-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- udon-rounded
- Set
- Material Symbols
- Style
- 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="M5.5 12h1V8h-1zm0-5.5h1V5.25l-1 .1zM8 12h1V8H8zm0-5.5h1V4.95l-1 .125zM2.45 15q-.125-.45-.225-.9t-.15-.925t.275-.825t.825-.35H4V4.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.325q.5 0 .825.35t.275.825t-.15.925t-.225.9zM12 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 MaterialSymbolsUdonRounded(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 .125zM2.45 15q-.125-.45-.225-.9t-.15-.925t.275-.825t.825-.35H4V4.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.325q.5 0 .825.35t.275.825t-.15.925t-.225.9zM12 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 .125zM2.45 15q-.125-.45-.225-.9t-.15-.925t.275-.825t.825-.35H4V4.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.325q.5 0 .825.35t.275.825t-.15.925t-.225.9zM12 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-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%22M5.5%2012h1V8h-1zm0-5.5h1V5.25l-1%20.1zM8%2012h1V8H8zm0-5.5h1V4.95l-1%20.125zM2.45%2015q-.125-.45-.225-.9t-.15-.925t.275-.825t.825-.35H4V4.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.325q.5%200%20.825.35t.275.825t-.15.925t-.225.9zM12%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.125zM2.45%2015q-.125-.45-.225-.9t-.15-.925t.275-.825t.825-.35H4V4.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.325q.5%200%20.825.35t.275.825t-.15.925t-.225.9zM12%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-rounded.svg?color=%231a73e8&size=48