rat from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
rat
Set
Fluent Emoji Flat
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji Flat

Use the rat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#212121" d="M10.32 10.64a4.32 4.32 0 1 0 0-8.64a4.32 4.32 0 0 0 0 8.64"/><path fill="#636363" d="M13.34 2a4.33 4.33 0 0 1 4.32 4.637l1.66-.427C24.884 5.006 29.953 9.409 30 15.09v4.8c0 1.73-.4 3.13-2.13 3.13h-5.65c-1.488 0-2.338-.808-2.737-2.01H16.41c-1.4 0-2.73-.52-3.93-1.1L12.197 21l-1.697.5l-1.55-.5l.8-3.13A9.1 9.1 0 0 1 7.972 15H4.14C2.96 15 2 14.04 2 12.86c0-.7.34-1.35.91-1.75l6.12-4.29C9.01 6.66 9 6.5 9 6.33A4.34 4.34 0 0 1 13.34 2"/><path fill="#ff8687" d="M16.58 6.33a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0m8.05 17.69a3.36 3.36 0 0 0 2.399-1.004A3.13 3.13 0 0 0 30 19.899v.751c0 2.96-2.41 5.37-5.37 5.37l-5.64-.01c-.55 0-.99.44-.99.99s.44.99.99.99l4.02.01c.55 0 1 .45 1 1c-.01.56-.46 1-1.01 1l-4.02-.01a2.99 2.99 0 0 1 .01-5.98z"/><path fill="#ff8687" d="M19.732 21a4.02 4.02 0 0 0 3.085 2H17.11c-.616 0-1.11-.444-1.11-1s.494-1 1.111-1zM8.95 21l-.41 1.61c-.05.19.1.39.3.39H11c.42 0 .73-.2.87-.74l.32-1.26z"/><path fill="#1c1c1c" d="M7.62 11.81a.81.81 0 1 1-1.62 0a.81.81 0 0 1 1.62 0M2 12.84c0-.38.1-.75.29-1.07c.46.13.79.54.79 1.04c0 .51-.35.93-.82 1.05c-.17-.3-.26-.65-.26-1.02"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatRat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#212121" d="M10.32 10.64a4.32 4.32 0 1 0 0-8.64a4.32 4.32 0 0 0 0 8.64"/><path fill="#636363" d="M13.34 2a4.33 4.33 0 0 1 4.32 4.637l1.66-.427C24.884 5.006 29.953 9.409 30 15.09v4.8c0 1.73-.4 3.13-2.13 3.13h-5.65c-1.488 0-2.338-.808-2.737-2.01H16.41c-1.4 0-2.73-.52-3.93-1.1L12.197 21l-1.697.5l-1.55-.5l.8-3.13A9.1 9.1 0 0 1 7.972 15H4.14C2.96 15 2 14.04 2 12.86c0-.7.34-1.35.91-1.75l6.12-4.29C9.01 6.66 9 6.5 9 6.33A4.34 4.34 0 0 1 13.34 2"/><path fill="#ff8687" d="M16.58 6.33a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0m8.05 17.69a3.36 3.36 0 0 0 2.399-1.004A3.13 3.13 0 0 0 30 19.899v.751c0 2.96-2.41 5.37-5.37 5.37l-5.64-.01c-.55 0-.99.44-.99.99s.44.99.99.99l4.02.01c.55 0 1 .45 1 1c-.01.56-.46 1-1.01 1l-4.02-.01a2.99 2.99 0 0 1 .01-5.98z"/><path fill="#ff8687" d="M19.732 21a4.02 4.02 0 0 0 3.085 2H17.11c-.616 0-1.11-.444-1.11-1s.494-1 1.111-1zM8.95 21l-.41 1.61c-.05.19.1.39.3.39H11c.42 0 .73-.2.87-.74l.32-1.26z"/><path fill="#1c1c1c" d="M7.62 11.81a.81.81 0 1 1-1.62 0a.81.81 0 0 1 1.62 0M2 12.84c0-.38.1-.75.29-1.07c.46.13.79.54.79 1.04c0 .51-.35.93-.82 1.05c-.17-.3-.26-.65-.26-1.02"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#212121" d="M10.32 10.64a4.32 4.32 0 1 0 0-8.64a4.32 4.32 0 0 0 0 8.64"/><path fill="#636363" d="M13.34 2a4.33 4.33 0 0 1 4.32 4.637l1.66-.427C24.884 5.006 29.953 9.409 30 15.09v4.8c0 1.73-.4 3.13-2.13 3.13h-5.65c-1.488 0-2.338-.808-2.737-2.01H16.41c-1.4 0-2.73-.52-3.93-1.1L12.197 21l-1.697.5l-1.55-.5l.8-3.13A9.1 9.1 0 0 1 7.972 15H4.14C2.96 15 2 14.04 2 12.86c0-.7.34-1.35.91-1.75l6.12-4.29C9.01 6.66 9 6.5 9 6.33A4.34 4.34 0 0 1 13.34 2"/><path fill="#ff8687" d="M16.58 6.33a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0m8.05 17.69a3.36 3.36 0 0 0 2.399-1.004A3.13 3.13 0 0 0 30 19.899v.751c0 2.96-2.41 5.37-5.37 5.37l-5.64-.01c-.55 0-.99.44-.99.99s.44.99.99.99l4.02.01c.55 0 1 .45 1 1c-.01.56-.46 1-1.01 1l-4.02-.01a2.99 2.99 0 0 1 .01-5.98z"/><path fill="#ff8687" d="M19.732 21a4.02 4.02 0 0 0 3.085 2H17.11c-.616 0-1.11-.444-1.11-1s.494-1 1.111-1zM8.95 21l-.41 1.61c-.05.19.1.39.3.39H11c.42 0 .73-.2.87-.74l.32-1.26z"/><path fill="#1c1c1c" d="M7.62 11.81a.81.81 0 1 1-1.62 0a.81.81 0 0 1 1.62 0M2 12.84c0-.38.1-.75.29-1.07c.46.13.79.54.79 1.04c0 .51-.35.93-.82 1.05c-.17-.3-.26-.65-.26-1.02"/></g></svg>
</template>

CSS

.icon-rat {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M10.32%2010.64a4.32%204.32%200%201%200%200-8.64a4.32%204.32%200%200%200%200%208.64%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M13.34%202a4.33%204.33%200%200%201%204.32%204.637l1.66-.427C24.884%205.006%2029.953%209.409%2030%2015.09v4.8c0%201.73-.4%203.13-2.13%203.13h-5.65c-1.488%200-2.338-.808-2.737-2.01H16.41c-1.4%200-2.73-.52-3.93-1.1L12.197%2021l-1.697.5l-1.55-.5l.8-3.13A9.1%209.1%200%200%201%207.972%2015H4.14C2.96%2015%202%2014.04%202%2012.86c0-.7.34-1.35.91-1.75l6.12-4.29C9.01%206.66%209%206.5%209%206.33A4.34%204.34%200%200%201%2013.34%202%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M16.58%206.33a3.25%203.25%200%201%201-6.5%200a3.25%203.25%200%200%201%206.5%200m8.05%2017.69a3.36%203.36%200%200%200%202.399-1.004A3.13%203.13%200%200%200%2030%2019.899v.751c0%202.96-2.41%205.37-5.37%205.37l-5.64-.01c-.55%200-.99.44-.99.99s.44.99.99.99l4.02.01c.55%200%201%20.45%201%201c-.01.56-.46%201-1.01%201l-4.02-.01a2.99%202.99%200%200%201%20.01-5.98z%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M19.732%2021a4.02%204.02%200%200%200%203.085%202H17.11c-.616%200-1.11-.444-1.11-1s.494-1%201.111-1zM8.95%2021l-.41%201.61c-.05.19.1.39.3.39H11c.42%200%20.73-.2.87-.74l.32-1.26z%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M7.62%2011.81a.81.81%200%201%201-1.62%200a.81.81%200%200%201%201.62%200M2%2012.84c0-.38.1-.75.29-1.07c.46.13.79.54.79%201.04c0%20.51-.35.93-.82%201.05c-.17-.3-.26-.65-.26-1.02%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M10.32%2010.64a4.32%204.32%200%201%200%200-8.64a4.32%204.32%200%200%200%200%208.64%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M13.34%202a4.33%204.33%200%200%201%204.32%204.637l1.66-.427C24.884%205.006%2029.953%209.409%2030%2015.09v4.8c0%201.73-.4%203.13-2.13%203.13h-5.65c-1.488%200-2.338-.808-2.737-2.01H16.41c-1.4%200-2.73-.52-3.93-1.1L12.197%2021l-1.697.5l-1.55-.5l.8-3.13A9.1%209.1%200%200%201%207.972%2015H4.14C2.96%2015%202%2014.04%202%2012.86c0-.7.34-1.35.91-1.75l6.12-4.29C9.01%206.66%209%206.5%209%206.33A4.34%204.34%200%200%201%2013.34%202%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M16.58%206.33a3.25%203.25%200%201%201-6.5%200a3.25%203.25%200%200%201%206.5%200m8.05%2017.69a3.36%203.36%200%200%200%202.399-1.004A3.13%203.13%200%200%200%2030%2019.899v.751c0%202.96-2.41%205.37-5.37%205.37l-5.64-.01c-.55%200-.99.44-.99.99s.44.99.99.99l4.02.01c.55%200%201%20.45%201%201c-.01.56-.46%201-1.01%201l-4.02-.01a2.99%202.99%200%200%201%20.01-5.98z%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M19.732%2021a4.02%204.02%200%200%200%203.085%202H17.11c-.616%200-1.11-.444-1.11-1s.494-1%201.111-1zM8.95%2021l-.41%201.61c-.05.19.1.39.3.39H11c.42%200%20.73-.2.87-.74l.32-1.26z%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M7.62%2011.81a.81.81%200%201%201-1.62%200a.81.81%200%200%201%201.62%200M2%2012.84c0-.38.1-.75.29-1.07c.46.13.79.54.79%201.04c0%20.51-.35.93-.82%201.05c-.17-.3-.26-.65-.26-1.02%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/rat.svg?color=%231a73e8&size=48