udon icon
udon-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- udon-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- udon-outline-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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 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 MaterialSymbolsUdonOutline(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-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 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-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 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 {
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-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012h2V4l18-2v1.5L10.5%204.8v1.7H22V8H10.5v4H22q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%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-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012h2V4l18-2v1.5L10.5%204.8v1.7H22V8H10.5v4H22q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%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.svg?color=%231a73e8&size=48