unocss from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
unocss
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the unocss logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24" cy="24" r="6" fill="#78909c"/><path fill="#546e7a" d="M2 18v6a6 6 0 0 0 12 0v-6Z"/><path fill="#b0bec5" d="M30 14V8a6 6 0 0 0-12 0v6Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeUnocss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24" cy="24" r="6" fill="#78909c"/><path fill="#546e7a" d="M2 18v6a6 6 0 0 0 12 0v-6Z"/><path fill="#b0bec5" d="M30 14V8a6 6 0 0 0-12 0v6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24" cy="24" r="6" fill="#78909c"/><path fill="#546e7a" d="M2 18v6a6 6 0 0 0 12 0v-6Z"/><path fill="#b0bec5" d="M30 14V8a6 6 0 0 0-12 0v6Z"/></svg>
</template>

CSS

.icon-unocss {
  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%2032%2032%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%226%22%20fill%3D%22%2378909c%22%2F%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22M2%2018v6a6%206%200%200%200%2012%200v-6Z%22%2F%3E%3Cpath%20fill%3D%22%23b0bec5%22%20d%3D%22M30%2014V8a6%206%200%200%200-12%200v6Z%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%2032%2032%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%226%22%20fill%3D%22%2378909c%22%2F%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22M2%2018v6a6%206%200%200%200%2012%200v-6Z%22%2F%3E%3Cpath%20fill%3D%22%23b0bec5%22%20d%3D%22M30%2014V8a6%206%200%200%200-12%200v6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/unocss.svg?color=%231a73e8&size=48