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

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

Use the wepy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#4caf50" d="M16 2A14 14 0 0 0 2 16v12a2 2 0 0 0 2 2h12a14 14 0 0 0 0-28m0 24a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeWepy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#4caf50" d="M16 2A14 14 0 0 0 2 16v12a2 2 0 0 0 2 2h12a14 14 0 0 0 0-28m0 24a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#4caf50" d="M16 2A14 14 0 0 0 2 16v12a2 2 0 0 0 2 2h12a14 14 0 0 0 0-28m0 24a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10"/></svg>
</template>

CSS

.icon-wepy {
  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%3Cpath%20fill%3D%22%234caf50%22%20d%3D%22M16%202A14%2014%200%200%200%202%2016v12a2%202%200%200%200%202%202h12a14%2014%200%200%200%200-28m0%2024a10%2010%200%201%201%2010-10a10.01%2010.01%200%200%201-10%2010%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%3Cpath%20fill%3D%22%234caf50%22%20d%3D%22M16%202A14%2014%200%200%200%202%2016v12a2%202%200%200%200%202%202h12a14%2014%200%200%200%200-28m0%2024a10%2010%200%201%201%2010-10a10.01%2010.01%200%200%201-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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