moscowmetro logo
moscowmetro from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- moscowmetro
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the moscowmetro logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.603 11.85l-2.481-6.26l-2.092 3.66l-2.092-3.66l-2.481 6.262H6.74v.941h3.736v-.941h-.553l.538-1.555l1.569 2.57l1.569-2.57l.538 1.555h-.553v.941h3.751v-.941zm5.335-1.912A9.933 9.933 0 0 0 12 0C6.516 0 2.062 4.453 2.062 9.938c0 2.75 1.121 5.23 2.914 7.023a.804.804 0 0 0 1.375-.568a.83.83 0 0 0-.239-.582a8.3 8.3 0 0 1-2.42-5.873c0-4.588 3.72-8.324 8.308-8.324s8.324 3.736 8.324 8.324a8.3 8.3 0 0 1-2.436 5.888l-7.024 7.023L12 24l7.039-7.039a9.9 9.9 0 0 0 2.899-7.023"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMoscowmetro(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="m16.603 11.85l-2.481-6.26l-2.092 3.66l-2.092-3.66l-2.481 6.262H6.74v.941h3.736v-.941h-.553l.538-1.555l1.569 2.57l1.569-2.57l.538 1.555h-.553v.941h3.751v-.941zm5.335-1.912A9.933 9.933 0 0 0 12 0C6.516 0 2.062 4.453 2.062 9.938c0 2.75 1.121 5.23 2.914 7.023a.804.804 0 0 0 1.375-.568a.83.83 0 0 0-.239-.582a8.3 8.3 0 0 1-2.42-5.873c0-4.588 3.72-8.324 8.308-8.324s8.324 3.736 8.324 8.324a8.3 8.3 0 0 1-2.436 5.888l-7.024 7.023L12 24l7.039-7.039a9.9 9.9 0 0 0 2.899-7.023"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.603 11.85l-2.481-6.26l-2.092 3.66l-2.092-3.66l-2.481 6.262H6.74v.941h3.736v-.941h-.553l.538-1.555l1.569 2.57l1.569-2.57l.538 1.555h-.553v.941h3.751v-.941zm5.335-1.912A9.933 9.933 0 0 0 12 0C6.516 0 2.062 4.453 2.062 9.938c0 2.75 1.121 5.23 2.914 7.023a.804.804 0 0 0 1.375-.568a.83.83 0 0 0-.239-.582a8.3 8.3 0 0 1-2.42-5.873c0-4.588 3.72-8.324 8.308-8.324s8.324 3.736 8.324 8.324a8.3 8.3 0 0 1-2.436 5.888l-7.024 7.023L12 24l7.039-7.039a9.9 9.9 0 0 0 2.899-7.023"/></svg> </template>
CSS
.icon-moscowmetro {
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%22m16.603%2011.85l-2.481-6.26l-2.092%203.66l-2.092-3.66l-2.481%206.262H6.74v.941h3.736v-.941h-.553l.538-1.555l1.569%202.57l1.569-2.57l.538%201.555h-.553v.941h3.751v-.941zm5.335-1.912A9.933%209.933%200%200%200%2012%200C6.516%200%202.062%204.453%202.062%209.938c0%202.75%201.121%205.23%202.914%207.023a.804.804%200%200%200%201.375-.568a.83.83%200%200%200-.239-.582a8.3%208.3%200%200%201-2.42-5.873c0-4.588%203.72-8.324%208.308-8.324s8.324%203.736%208.324%208.324a8.3%208.3%200%200%201-2.436%205.888l-7.024%207.023L12%2024l7.039-7.039a9.9%209.9%200%200%200%202.899-7.023%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%22m16.603%2011.85l-2.481-6.26l-2.092%203.66l-2.092-3.66l-2.481%206.262H6.74v.941h3.736v-.941h-.553l.538-1.555l1.569%202.57l1.569-2.57l.538%201.555h-.553v.941h3.751v-.941zm5.335-1.912A9.933%209.933%200%200%200%2012%200C6.516%200%202.062%204.453%202.062%209.938c0%202.75%201.121%205.23%202.914%207.023a.804.804%200%200%200%201.375-.568a.83.83%200%200%200-.239-.582a8.3%208.3%200%200%201-2.42-5.873c0-4.588%203.72-8.324%208.308-8.324s8.324%203.736%208.324%208.324a8.3%208.3%200%200%201-2.436%205.888l-7.024%207.023L12%2024l7.039-7.039a9.9%209.9%200%200%200%202.899-7.023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/moscowmetro.svg?color=%231a73e8&size=48