materialui logo
materialui-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.
- Name
- materialui-light
- Set
- Skill Icons
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the materialui logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#007fff" fill-rule="evenodd" d="M192.031 157.671a5.21 5.21 0 0 0 2.615-4.5l.094-30.141a5.2 5.2 0 0 1 .705-2.6a5.2 5.2 0 0 1 1.909-1.9l16.339-9.385a5.21 5.21 0 0 1 7.105 1.914a5.2 5.2 0 0 1 .697 2.602v54.796a5.2 5.2 0 0 1-2.615 4.516l-61.661 35.417a5.21 5.21 0 0 1-5.177.005l-48.391-27.677a5.21 5.21 0 0 1-2.625-4.521v-27.63c0-.031.037-.052.068-.037a.04.04 0 0 0 .062-.036v-.031c0-.021.011-.042.032-.052l39.854-22.896c.036-.021.02-.078-.021-.078a.043.043 0 0 1-.042-.042l.078-27.089a5.2 5.2 0 0 0-2.595-4.526a5.21 5.21 0 0 0-5.217-.005l-29.62 17.068a5.21 5.21 0 0 1-5.198 0l-29.714-17.11a5.207 5.207 0 0 0-7.807 4.51v48.959a5.207 5.207 0 0 1-7.791 4.526l-16.49-9.427A5.21 5.21 0 0 1 34 137.77l.146-85.573a5.208 5.208 0 0 1 7.802-4.505l56.484 32.443a5.21 5.21 0 0 0 5.188 0l56.469-32.443a5.206 5.206 0 0 1 7.107 1.918c.456.791.695 1.689.695 2.603v85.593a5.21 5.21 0 0 1-2.61 4.516l-29.573 17.031a5.22 5.22 0 0 0-2.607 4.525a5.2 5.2 0 0 0 2.628 4.512l16.313 9.286a5.2 5.2 0 0 0 5.172-.01zm3.422-76.781a5.21 5.21 0 0 0 2.643 4.528a5.21 5.21 0 0 0 5.243-.065l15.625-9.375a5.21 5.21 0 0 0 2.531-4.463V52.41a5.214 5.214 0 0 0-5.274-5.199a5.2 5.2 0 0 0-2.612.74l-15.625 9.375a5.2 5.2 0 0 0-2.531 4.464v19.104z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsMaterialuiLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#007fff" fillRule="evenodd" d="M192.031 157.671a5.21 5.21 0 0 0 2.615-4.5l.094-30.141a5.2 5.2 0 0 1 .705-2.6a5.2 5.2 0 0 1 1.909-1.9l16.339-9.385a5.21 5.21 0 0 1 7.105 1.914a5.2 5.2 0 0 1 .697 2.602v54.796a5.2 5.2 0 0 1-2.615 4.516l-61.661 35.417a5.21 5.21 0 0 1-5.177.005l-48.391-27.677a5.21 5.21 0 0 1-2.625-4.521v-27.63c0-.031.037-.052.068-.037a.04.04 0 0 0 .062-.036v-.031c0-.021.011-.042.032-.052l39.854-22.896c.036-.021.02-.078-.021-.078a.043.043 0 0 1-.042-.042l.078-27.089a5.2 5.2 0 0 0-2.595-4.526a5.21 5.21 0 0 0-5.217-.005l-29.62 17.068a5.21 5.21 0 0 1-5.198 0l-29.714-17.11a5.207 5.207 0 0 0-7.807 4.51v48.959a5.207 5.207 0 0 1-7.791 4.526l-16.49-9.427A5.21 5.21 0 0 1 34 137.77l.146-85.573a5.208 5.208 0 0 1 7.802-4.505l56.484 32.443a5.21 5.21 0 0 0 5.188 0l56.469-32.443a5.206 5.206 0 0 1 7.107 1.918c.456.791.695 1.689.695 2.603v85.593a5.21 5.21 0 0 1-2.61 4.516l-29.573 17.031a5.22 5.22 0 0 0-2.607 4.525a5.2 5.2 0 0 0 2.628 4.512l16.313 9.286a5.2 5.2 0 0 0 5.172-.01zm3.422-76.781a5.21 5.21 0 0 0 2.643 4.528a5.21 5.21 0 0 0 5.243-.065l15.625-9.375a5.21 5.21 0 0 0 2.531-4.463V52.41a5.214 5.214 0 0 0-5.274-5.199a5.2 5.2 0 0 0-2.612.74l-15.625 9.375a5.2 5.2 0 0 0-2.531 4.464v19.104z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#007fff" fill-rule="evenodd" d="M192.031 157.671a5.21 5.21 0 0 0 2.615-4.5l.094-30.141a5.2 5.2 0 0 1 .705-2.6a5.2 5.2 0 0 1 1.909-1.9l16.339-9.385a5.21 5.21 0 0 1 7.105 1.914a5.2 5.2 0 0 1 .697 2.602v54.796a5.2 5.2 0 0 1-2.615 4.516l-61.661 35.417a5.21 5.21 0 0 1-5.177.005l-48.391-27.677a5.21 5.21 0 0 1-2.625-4.521v-27.63c0-.031.037-.052.068-.037a.04.04 0 0 0 .062-.036v-.031c0-.021.011-.042.032-.052l39.854-22.896c.036-.021.02-.078-.021-.078a.043.043 0 0 1-.042-.042l.078-27.089a5.2 5.2 0 0 0-2.595-4.526a5.21 5.21 0 0 0-5.217-.005l-29.62 17.068a5.21 5.21 0 0 1-5.198 0l-29.714-17.11a5.207 5.207 0 0 0-7.807 4.51v48.959a5.207 5.207 0 0 1-7.791 4.526l-16.49-9.427A5.21 5.21 0 0 1 34 137.77l.146-85.573a5.208 5.208 0 0 1 7.802-4.505l56.484 32.443a5.21 5.21 0 0 0 5.188 0l56.469-32.443a5.206 5.206 0 0 1 7.107 1.918c.456.791.695 1.689.695 2.603v85.593a5.21 5.21 0 0 1-2.61 4.516l-29.573 17.031a5.22 5.22 0 0 0-2.607 4.525a5.2 5.2 0 0 0 2.628 4.512l16.313 9.286a5.2 5.2 0 0 0 5.172-.01zm3.422-76.781a5.21 5.21 0 0 0 2.643 4.528a5.21 5.21 0 0 0 5.243-.065l15.625-9.375a5.21 5.21 0 0 0 2.531-4.463V52.41a5.214 5.214 0 0 0-5.274-5.199a5.2 5.2 0 0 0-2.612.74l-15.625 9.375a5.2 5.2 0 0 0-2.531 4.464v19.104z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-materialui-light {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23007fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M192.031%20157.671a5.21%205.21%200%200%200%202.615-4.5l.094-30.141a5.2%205.2%200%200%201%20.705-2.6a5.2%205.2%200%200%201%201.909-1.9l16.339-9.385a5.21%205.21%200%200%201%207.105%201.914a5.2%205.2%200%200%201%20.697%202.602v54.796a5.2%205.2%200%200%201-2.615%204.516l-61.661%2035.417a5.21%205.21%200%200%201-5.177.005l-48.391-27.677a5.21%205.21%200%200%201-2.625-4.521v-27.63c0-.031.037-.052.068-.037a.04.04%200%200%200%20.062-.036v-.031c0-.021.011-.042.032-.052l39.854-22.896c.036-.021.02-.078-.021-.078a.043.043%200%200%201-.042-.042l.078-27.089a5.2%205.2%200%200%200-2.595-4.526a5.21%205.21%200%200%200-5.217-.005l-29.62%2017.068a5.21%205.21%200%200%201-5.198%200l-29.714-17.11a5.207%205.207%200%200%200-7.807%204.51v48.959a5.207%205.207%200%200%201-7.791%204.526l-16.49-9.427A5.21%205.21%200%200%201%2034%20137.77l.146-85.573a5.208%205.208%200%200%201%207.802-4.505l56.484%2032.443a5.21%205.21%200%200%200%205.188%200l56.469-32.443a5.206%205.206%200%200%201%207.107%201.918c.456.791.695%201.689.695%202.603v85.593a5.21%205.21%200%200%201-2.61%204.516l-29.573%2017.031a5.22%205.22%200%200%200-2.607%204.525a5.2%205.2%200%200%200%202.628%204.512l16.313%209.286a5.2%205.2%200%200%200%205.172-.01zm3.422-76.781a5.21%205.21%200%200%200%202.643%204.528a5.21%205.21%200%200%200%205.243-.065l15.625-9.375a5.21%205.21%200%200%200%202.531-4.463V52.41a5.214%205.214%200%200%200-5.274-5.199a5.2%205.2%200%200%200-2.612.74l-15.625%209.375a5.2%205.2%200%200%200-2.531%204.464v19.104z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23007fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M192.031%20157.671a5.21%205.21%200%200%200%202.615-4.5l.094-30.141a5.2%205.2%200%200%201%20.705-2.6a5.2%205.2%200%200%201%201.909-1.9l16.339-9.385a5.21%205.21%200%200%201%207.105%201.914a5.2%205.2%200%200%201%20.697%202.602v54.796a5.2%205.2%200%200%201-2.615%204.516l-61.661%2035.417a5.21%205.21%200%200%201-5.177.005l-48.391-27.677a5.21%205.21%200%200%201-2.625-4.521v-27.63c0-.031.037-.052.068-.037a.04.04%200%200%200%20.062-.036v-.031c0-.021.011-.042.032-.052l39.854-22.896c.036-.021.02-.078-.021-.078a.043.043%200%200%201-.042-.042l.078-27.089a5.2%205.2%200%200%200-2.595-4.526a5.21%205.21%200%200%200-5.217-.005l-29.62%2017.068a5.21%205.21%200%200%201-5.198%200l-29.714-17.11a5.207%205.207%200%200%200-7.807%204.51v48.959a5.207%205.207%200%200%201-7.791%204.526l-16.49-9.427A5.21%205.21%200%200%201%2034%20137.77l.146-85.573a5.208%205.208%200%200%201%207.802-4.505l56.484%2032.443a5.21%205.21%200%200%200%205.188%200l56.469-32.443a5.206%205.206%200%200%201%207.107%201.918c.456.791.695%201.689.695%202.603v85.593a5.21%205.21%200%200%201-2.61%204.516l-29.573%2017.031a5.22%205.22%200%200%200-2.607%204.525a5.2%205.2%200%200%200%202.628%204.512l16.313%209.286a5.2%205.2%200%200%200%205.172-.01zm3.422-76.781a5.21%205.21%200%200%200%202.643%204.528a5.21%205.21%200%200%200%205.243-.065l15.625-9.375a5.21%205.21%200%200%200%202.531-4.463V52.41a5.214%205.214%200%200%200-5.274-5.199a5.2%205.2%200%200%200-2.612.74l-15.625%209.375a5.2%205.2%200%200%200-2.531%204.464v19.104z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/materialui-light.svg?color=%231a73e8&size=48