letter m emoji
letter-m from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- letter-m
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the letter m emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M111.53 18.49c-.01-.01-.01-.03-.02-.04c-.02-.25-.1-.5-.2-.74c-.03-.06-.06-.11-.09-.17c-.04-.07-.07-.14-.11-.21c-.08-.12-.19-.23-.29-.33c-.03-.02-.04-.05-.07-.07c-.18-.17-.4-.29-.63-.4a1 1 0 0 1-.17-.07a2.6 2.6 0 0 0-.78-.14h-22.3c-.31 0-.59.07-.87.18c-.08.03-.14.07-.23.11c-.19.11-.37.23-.53.38c-.03.04-.09.06-.13.1c-.03.03-.04.07-.05.1c-.16.19-.28.4-.38.64c-.02.04-.05.08-.07.13c0 .01-.01.02-.01.03L64 85.16L43.39 17.99c0-.01-.01-.02-.01-.03c-.02-.05-.05-.09-.07-.13a2.4 2.4 0 0 0-.37-.64c-.03-.03-.04-.07-.06-.1c-.04-.04-.1-.06-.13-.1c-.16-.15-.33-.28-.52-.38c-.08-.04-.15-.08-.23-.11c-.28-.11-.56-.18-.87-.18h-22.3c-.27 0-.52.06-.78.14c-.05.02-.11.04-.17.07c-.24.11-.45.23-.64.4c-.03.03-.04.05-.06.07c-.11.11-.21.21-.3.33c-.05.07-.07.14-.11.21c-.03.06-.07.11-.09.17c-.1.24-.17.48-.21.74c0 .01-.01.03-.01.04l-8.45 99.96c-.06.66.17 1.31.61 1.8c.45.48 1.09.77 1.74.77h20.91c1.22 0 2.23-.92 2.36-2.14l4.19-42.6l16.15 43.2c.01.01.02.02.03.04c.07.19.17.38.29.54l.03.03c.02.04.07.07.09.1c.12.13.24.24.37.35l.18.12c.13.08.27.14.4.2a2.3 2.3 0 0 0 .83.17H71.8c.22 0 .44-.04.65-.1c.06-.02.12-.04.18-.07c.15-.05.28-.12.4-.2c.06-.04.12-.08.17-.12c.14-.1.25-.22.37-.35c.03-.04.07-.07.1-.1c0-.01.02-.02.03-.03q.18-.255.3-.54c0-.01.01-.02.02-.04l16.15-43.2l4.2 42.61a2.366 2.366 0 0 0 2.35 2.14h20.9c.66 0 1.3-.28 1.74-.77c.45-.49.67-1.14.62-1.8z"/></svg>
React
import type { SVGProps } from "react";
export function NotoLetterM(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M111.53 18.49c-.01-.01-.01-.03-.02-.04c-.02-.25-.1-.5-.2-.74c-.03-.06-.06-.11-.09-.17c-.04-.07-.07-.14-.11-.21c-.08-.12-.19-.23-.29-.33c-.03-.02-.04-.05-.07-.07c-.18-.17-.4-.29-.63-.4a1 1 0 0 1-.17-.07a2.6 2.6 0 0 0-.78-.14h-22.3c-.31 0-.59.07-.87.18c-.08.03-.14.07-.23.11c-.19.11-.37.23-.53.38c-.03.04-.09.06-.13.1c-.03.03-.04.07-.05.1c-.16.19-.28.4-.38.64c-.02.04-.05.08-.07.13c0 .01-.01.02-.01.03L64 85.16L43.39 17.99c0-.01-.01-.02-.01-.03c-.02-.05-.05-.09-.07-.13a2.4 2.4 0 0 0-.37-.64c-.03-.03-.04-.07-.06-.1c-.04-.04-.1-.06-.13-.1c-.16-.15-.33-.28-.52-.38c-.08-.04-.15-.08-.23-.11c-.28-.11-.56-.18-.87-.18h-22.3c-.27 0-.52.06-.78.14c-.05.02-.11.04-.17.07c-.24.11-.45.23-.64.4c-.03.03-.04.05-.06.07c-.11.11-.21.21-.3.33c-.05.07-.07.14-.11.21c-.03.06-.07.11-.09.17c-.1.24-.17.48-.21.74c0 .01-.01.03-.01.04l-8.45 99.96c-.06.66.17 1.31.61 1.8c.45.48 1.09.77 1.74.77h20.91c1.22 0 2.23-.92 2.36-2.14l4.19-42.6l16.15 43.2c.01.01.02.02.03.04c.07.19.17.38.29.54l.03.03c.02.04.07.07.09.1c.12.13.24.24.37.35l.18.12c.13.08.27.14.4.2a2.3 2.3 0 0 0 .83.17H71.8c.22 0 .44-.04.65-.1c.06-.02.12-.04.18-.07c.15-.05.28-.12.4-.2c.06-.04.12-.08.17-.12c.14-.1.25-.22.37-.35c.03-.04.07-.07.1-.1c0-.01.02-.02.03-.03q.18-.255.3-.54c0-.01.01-.02.02-.04l16.15-43.2l4.2 42.61a2.366 2.366 0 0 0 2.35 2.14h20.9c.66 0 1.3-.28 1.74-.77c.45-.49.67-1.14.62-1.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M111.53 18.49c-.01-.01-.01-.03-.02-.04c-.02-.25-.1-.5-.2-.74c-.03-.06-.06-.11-.09-.17c-.04-.07-.07-.14-.11-.21c-.08-.12-.19-.23-.29-.33c-.03-.02-.04-.05-.07-.07c-.18-.17-.4-.29-.63-.4a1 1 0 0 1-.17-.07a2.6 2.6 0 0 0-.78-.14h-22.3c-.31 0-.59.07-.87.18c-.08.03-.14.07-.23.11c-.19.11-.37.23-.53.38c-.03.04-.09.06-.13.1c-.03.03-.04.07-.05.1c-.16.19-.28.4-.38.64c-.02.04-.05.08-.07.13c0 .01-.01.02-.01.03L64 85.16L43.39 17.99c0-.01-.01-.02-.01-.03c-.02-.05-.05-.09-.07-.13a2.4 2.4 0 0 0-.37-.64c-.03-.03-.04-.07-.06-.1c-.04-.04-.1-.06-.13-.1c-.16-.15-.33-.28-.52-.38c-.08-.04-.15-.08-.23-.11c-.28-.11-.56-.18-.87-.18h-22.3c-.27 0-.52.06-.78.14c-.05.02-.11.04-.17.07c-.24.11-.45.23-.64.4c-.03.03-.04.05-.06.07c-.11.11-.21.21-.3.33c-.05.07-.07.14-.11.21c-.03.06-.07.11-.09.17c-.1.24-.17.48-.21.74c0 .01-.01.03-.01.04l-8.45 99.96c-.06.66.17 1.31.61 1.8c.45.48 1.09.77 1.74.77h20.91c1.22 0 2.23-.92 2.36-2.14l4.19-42.6l16.15 43.2c.01.01.02.02.03.04c.07.19.17.38.29.54l.03.03c.02.04.07.07.09.1c.12.13.24.24.37.35l.18.12c.13.08.27.14.4.2a2.3 2.3 0 0 0 .83.17H71.8c.22 0 .44-.04.65-.1c.06-.02.12-.04.18-.07c.15-.05.28-.12.4-.2c.06-.04.12-.08.17-.12c.14-.1.25-.22.37-.35c.03-.04.07-.07.1-.1c0-.01.02-.02.03-.03q.18-.255.3-.54c0-.01.01-.02.02-.04l16.15-43.2l4.2 42.61a2.366 2.366 0 0 0 2.35 2.14h20.9c.66 0 1.3-.28 1.74-.77c.45-.49.67-1.14.62-1.8z"/></svg> </template>
CSS
.icon-letter-m {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M111.53%2018.49c-.01-.01-.01-.03-.02-.04c-.02-.25-.1-.5-.2-.74c-.03-.06-.06-.11-.09-.17c-.04-.07-.07-.14-.11-.21c-.08-.12-.19-.23-.29-.33c-.03-.02-.04-.05-.07-.07c-.18-.17-.4-.29-.63-.4a1%201%200%200%201-.17-.07a2.6%202.6%200%200%200-.78-.14h-22.3c-.31%200-.59.07-.87.18c-.08.03-.14.07-.23.11c-.19.11-.37.23-.53.38c-.03.04-.09.06-.13.1c-.03.03-.04.07-.05.1c-.16.19-.28.4-.38.64c-.02.04-.05.08-.07.13c0%20.01-.01.02-.01.03L64%2085.16L43.39%2017.99c0-.01-.01-.02-.01-.03c-.02-.05-.05-.09-.07-.13a2.4%202.4%200%200%200-.37-.64c-.03-.03-.04-.07-.06-.1c-.04-.04-.1-.06-.13-.1c-.16-.15-.33-.28-.52-.38c-.08-.04-.15-.08-.23-.11c-.28-.11-.56-.18-.87-.18h-22.3c-.27%200-.52.06-.78.14c-.05.02-.11.04-.17.07c-.24.11-.45.23-.64.4c-.03.03-.04.05-.06.07c-.11.11-.21.21-.3.33c-.05.07-.07.14-.11.21c-.03.06-.07.11-.09.17c-.1.24-.17.48-.21.74c0%20.01-.01.03-.01.04l-8.45%2099.96c-.06.66.17%201.31.61%201.8c.45.48%201.09.77%201.74.77h20.91c1.22%200%202.23-.92%202.36-2.14l4.19-42.6l16.15%2043.2c.01.01.02.02.03.04c.07.19.17.38.29.54l.03.03c.02.04.07.07.09.1c.12.13.24.24.37.35l.18.12c.13.08.27.14.4.2a2.3%202.3%200%200%200%20.83.17H71.8c.22%200%20.44-.04.65-.1c.06-.02.12-.04.18-.07c.15-.05.28-.12.4-.2c.06-.04.12-.08.17-.12c.14-.1.25-.22.37-.35c.03-.04.07-.07.1-.1c0-.01.02-.02.03-.03q.18-.255.3-.54c0-.01.01-.02.02-.04l16.15-43.2l4.2%2042.61a2.366%202.366%200%200%200%202.35%202.14h20.9c.66%200%201.3-.28%201.74-.77c.45-.49.67-1.14.62-1.8z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M111.53%2018.49c-.01-.01-.01-.03-.02-.04c-.02-.25-.1-.5-.2-.74c-.03-.06-.06-.11-.09-.17c-.04-.07-.07-.14-.11-.21c-.08-.12-.19-.23-.29-.33c-.03-.02-.04-.05-.07-.07c-.18-.17-.4-.29-.63-.4a1%201%200%200%201-.17-.07a2.6%202.6%200%200%200-.78-.14h-22.3c-.31%200-.59.07-.87.18c-.08.03-.14.07-.23.11c-.19.11-.37.23-.53.38c-.03.04-.09.06-.13.1c-.03.03-.04.07-.05.1c-.16.19-.28.4-.38.64c-.02.04-.05.08-.07.13c0%20.01-.01.02-.01.03L64%2085.16L43.39%2017.99c0-.01-.01-.02-.01-.03c-.02-.05-.05-.09-.07-.13a2.4%202.4%200%200%200-.37-.64c-.03-.03-.04-.07-.06-.1c-.04-.04-.1-.06-.13-.1c-.16-.15-.33-.28-.52-.38c-.08-.04-.15-.08-.23-.11c-.28-.11-.56-.18-.87-.18h-22.3c-.27%200-.52.06-.78.14c-.05.02-.11.04-.17.07c-.24.11-.45.23-.64.4c-.03.03-.04.05-.06.07c-.11.11-.21.21-.3.33c-.05.07-.07.14-.11.21c-.03.06-.07.11-.09.17c-.1.24-.17.48-.21.74c0%20.01-.01.03-.01.04l-8.45%2099.96c-.06.66.17%201.31.61%201.8c.45.48%201.09.77%201.74.77h20.91c1.22%200%202.23-.92%202.36-2.14l4.19-42.6l16.15%2043.2c.01.01.02.02.03.04c.07.19.17.38.29.54l.03.03c.02.04.07.07.09.1c.12.13.24.24.37.35l.18.12c.13.08.27.14.4.2a2.3%202.3%200%200%200%20.83.17H71.8c.22%200%20.44-.04.65-.1c.06-.02.12-.04.18-.07c.15-.05.28-.12.4-.2c.06-.04.12-.08.17-.12c.14-.1.25-.22.37-.35c.03-.04.07-.07.1-.1c0-.01.02-.02.03-.03q.18-.255.3-.54c0-.01.01-.02.02-.04l16.15-43.2l4.2%2042.61a2.366%202.366%200%200%200%202.35%202.14h20.9c.66%200%201.3-.28%201.74-.77c.45-.49.67-1.14.62-1.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/letter-m.svg?color=%231a73e8&size=48