mail ru icon
mail-ru from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- mail-ru
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the mail ru icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.45 11.91c-.11-2.21-1.75-3.54-3.73-3.54h-.08c-2.29 0-3.55 1.8-3.55 3.84c0 2.29 1.53 3.74 3.54 3.74c2.25 0 3.72-1.65 3.83-3.59m-3.81-5.97c1.53 0 2.97.68 4.02 1.74c0-.51.33-.89.83-.89h.11c.74 0 .89.7.89.92v7.9c-.04.52.54.78.87.44c1.27-1.29 2.78-6.69-.79-9.81c-3.33-2.92-7.8-2.44-10.18-.8c-2.52 1.74-4.14 5.61-2.57 9.22c1.71 3.95 6.61 5.13 9.52 3.95c1.48-.59 2.15 1.4.65 2.05c-2.34.99-8.77.89-11.78-4.32c-2.03-3.52-1.93-9.71 3.46-12.92C10.81 1.42 16.24 2.1 19.5 5.5c3.45 3.6 3.25 10.3-.1 12.91c-1.51 1.18-3.76.03-3.74-1.7l-.02-.56a5.611 5.611 0 0 1-3.99 1.66C8.63 17.81 6 15.15 6 12.13c0-3.05 2.63-5.74 5.65-5.74z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiMailRu(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.45 11.91c-.11-2.21-1.75-3.54-3.73-3.54h-.08c-2.29 0-3.55 1.8-3.55 3.84c0 2.29 1.53 3.74 3.54 3.74c2.25 0 3.72-1.65 3.83-3.59m-3.81-5.97c1.53 0 2.97.68 4.02 1.74c0-.51.33-.89.83-.89h.11c.74 0 .89.7.89.92v7.9c-.04.52.54.78.87.44c1.27-1.29 2.78-6.69-.79-9.81c-3.33-2.92-7.8-2.44-10.18-.8c-2.52 1.74-4.14 5.61-2.57 9.22c1.71 3.95 6.61 5.13 9.52 3.95c1.48-.59 2.15 1.4.65 2.05c-2.34.99-8.77.89-11.78-4.32c-2.03-3.52-1.93-9.71 3.46-12.92C10.81 1.42 16.24 2.1 19.5 5.5c3.45 3.6 3.25 10.3-.1 12.91c-1.51 1.18-3.76.03-3.74-1.7l-.02-.56a5.611 5.611 0 0 1-3.99 1.66C8.63 17.81 6 15.15 6 12.13c0-3.05 2.63-5.74 5.65-5.74z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.45 11.91c-.11-2.21-1.75-3.54-3.73-3.54h-.08c-2.29 0-3.55 1.8-3.55 3.84c0 2.29 1.53 3.74 3.54 3.74c2.25 0 3.72-1.65 3.83-3.59m-3.81-5.97c1.53 0 2.97.68 4.02 1.74c0-.51.33-.89.83-.89h.11c.74 0 .89.7.89.92v7.9c-.04.52.54.78.87.44c1.27-1.29 2.78-6.69-.79-9.81c-3.33-2.92-7.8-2.44-10.18-.8c-2.52 1.74-4.14 5.61-2.57 9.22c1.71 3.95 6.61 5.13 9.52 3.95c1.48-.59 2.15 1.4.65 2.05c-2.34.99-8.77.89-11.78-4.32c-2.03-3.52-1.93-9.71 3.46-12.92C10.81 1.42 16.24 2.1 19.5 5.5c3.45 3.6 3.25 10.3-.1 12.91c-1.51 1.18-3.76.03-3.74-1.7l-.02-.56a5.611 5.611 0 0 1-3.99 1.66C8.63 17.81 6 15.15 6 12.13c0-3.05 2.63-5.74 5.65-5.74z" fill="currentColor"/></svg> </template>
CSS
.icon-mail-ru {
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%20d%3D%22M15.45%2011.91c-.11-2.21-1.75-3.54-3.73-3.54h-.08c-2.29%200-3.55%201.8-3.55%203.84c0%202.29%201.53%203.74%203.54%203.74c2.25%200%203.72-1.65%203.83-3.59m-3.81-5.97c1.53%200%202.97.68%204.02%201.74c0-.51.33-.89.83-.89h.11c.74%200%20.89.7.89.92v7.9c-.04.52.54.78.87.44c1.27-1.29%202.78-6.69-.79-9.81c-3.33-2.92-7.8-2.44-10.18-.8c-2.52%201.74-4.14%205.61-2.57%209.22c1.71%203.95%206.61%205.13%209.52%203.95c1.48-.59%202.15%201.4.65%202.05c-2.34.99-8.77.89-11.78-4.32c-2.03-3.52-1.93-9.71%203.46-12.92C10.81%201.42%2016.24%202.1%2019.5%205.5c3.45%203.6%203.25%2010.3-.1%2012.91c-1.51%201.18-3.76.03-3.74-1.7l-.02-.56a5.611%205.611%200%200%201-3.99%201.66C8.63%2017.81%206%2015.15%206%2012.13c0-3.05%202.63-5.74%205.65-5.74z%22%20fill%3D%22currentColor%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%20d%3D%22M15.45%2011.91c-.11-2.21-1.75-3.54-3.73-3.54h-.08c-2.29%200-3.55%201.8-3.55%203.84c0%202.29%201.53%203.74%203.54%203.74c2.25%200%203.72-1.65%203.83-3.59m-3.81-5.97c1.53%200%202.97.68%204.02%201.74c0-.51.33-.89.83-.89h.11c.74%200%20.89.7.89.92v7.9c-.04.52.54.78.87.44c1.27-1.29%202.78-6.69-.79-9.81c-3.33-2.92-7.8-2.44-10.18-.8c-2.52%201.74-4.14%205.61-2.57%209.22c1.71%203.95%206.61%205.13%209.52%203.95c1.48-.59%202.15%201.4.65%202.05c-2.34.99-8.77.89-11.78-4.32c-2.03-3.52-1.93-9.71%203.46-12.92C10.81%201.42%2016.24%202.1%2019.5%205.5c3.45%203.6%203.25%2010.3-.1%2012.91c-1.51%201.18-3.76.03-3.74-1.7l-.02-.56a5.611%205.611%200%200%201-3.99%201.66C8.63%2017.81%206%2015.15%206%2012.13c0-3.05%202.63-5.74%205.65-5.74z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/mail-ru.svg?color=%231a73e8&size=48