momentjs logo
momentjs from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- momentjs
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the momentjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill-rule="evenodd"><path fill="#376660" d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-19.2c-60.089 0-108.8-48.711-108.8-108.8S67.911 19.2 128 19.2S236.8 67.911 236.8 128S188.089 236.8 128 236.8"/><path fill="#529990" d="M128 230.4c56.554 0 102.4-45.846 102.4-102.4S184.554 25.6 128 25.6S25.6 71.446 25.6 128S71.446 230.4 128 230.4M128 32c-3.535 0-6.4 2.88-6.4 6.444V121.6H76.781A6.375 6.375 0 0 0 70.4 128c0 3.535 2.916 6.4 6.37 6.4h57.63V38.406A6.387 6.387 0 0 0 128 32"/></g></svg>
React
import type { SVGProps } from "react";
export function LogosMomentjs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fillRule="evenodd"><path fill="#376660" d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-19.2c-60.089 0-108.8-48.711-108.8-108.8S67.911 19.2 128 19.2S236.8 67.911 236.8 128S188.089 236.8 128 236.8"/><path fill="#529990" d="M128 230.4c56.554 0 102.4-45.846 102.4-102.4S184.554 25.6 128 25.6S25.6 71.446 25.6 128S71.446 230.4 128 230.4M128 32c-3.535 0-6.4 2.88-6.4 6.444V121.6H76.781A6.375 6.375 0 0 0 70.4 128c0 3.535 2.916 6.4 6.37 6.4h57.63V38.406A6.387 6.387 0 0 0 128 32"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill-rule="evenodd"><path fill="#376660" d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-19.2c-60.089 0-108.8-48.711-108.8-108.8S67.911 19.2 128 19.2S236.8 67.911 236.8 128S188.089 236.8 128 236.8"/><path fill="#529990" d="M128 230.4c56.554 0 102.4-45.846 102.4-102.4S184.554 25.6 128 25.6S25.6 71.446 25.6 128S71.446 230.4 128 230.4M128 32c-3.535 0-6.4 2.88-6.4 6.444V121.6H76.781A6.375 6.375 0 0 0 70.4 128c0 3.535 2.916 6.4 6.37 6.4h57.63V38.406A6.387 6.387 0 0 0 128 32"/></g></svg> </template>
CSS
.icon-momentjs {
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-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23376660%22%20d%3D%22M128%20256c70.692%200%20128-57.308%20128-128S198.692%200%20128%200S0%2057.308%200%20128s57.308%20128%20128%20128m0-19.2c-60.089%200-108.8-48.711-108.8-108.8S67.911%2019.2%20128%2019.2S236.8%2067.911%20236.8%20128S188.089%20236.8%20128%20236.8%22%2F%3E%3Cpath%20fill%3D%22%23529990%22%20d%3D%22M128%20230.4c56.554%200%20102.4-45.846%20102.4-102.4S184.554%2025.6%20128%2025.6S25.6%2071.446%2025.6%20128S71.446%20230.4%20128%20230.4M128%2032c-3.535%200-6.4%202.88-6.4%206.444V121.6H76.781A6.375%206.375%200%200%200%2070.4%20128c0%203.535%202.916%206.4%206.37%206.4h57.63V38.406A6.387%206.387%200%200%200%20128%2032%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-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23376660%22%20d%3D%22M128%20256c70.692%200%20128-57.308%20128-128S198.692%200%20128%200S0%2057.308%200%20128s57.308%20128%20128%20128m0-19.2c-60.089%200-108.8-48.711-108.8-108.8S67.911%2019.2%20128%2019.2S236.8%2067.911%20236.8%20128S188.089%20236.8%20128%20236.8%22%2F%3E%3Cpath%20fill%3D%22%23529990%22%20d%3D%22M128%20230.4c56.554%200%20102.4-45.846%20102.4-102.4S184.554%2025.6%20128%2025.6S25.6%2071.446%2025.6%20128S71.446%20230.4%20128%20230.4M128%2032c-3.535%200-6.4%202.88-6.4%206.444V121.6H76.781A6.375%206.375%200%200%200%2070.4%20128c0%203.535%202.916%206.4%206.37%206.4h57.63V38.406A6.387%206.387%200%200%200%20128%2032%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/momentjs.svg?color=%231a73e8&size=48