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

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

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the rat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.67 6.32c0-2.39-1.94-4.33-4.33-4.33A4.34 4.34 0 0 0 9 6.32c0 .17.01.33.03.49h-.001a4 4 0 0 1-.027-.362L9 6.562v.26L5.978 8.949L2.91 11.1c-.57.4-.91 1.05-.91 1.75c0 1.18.96 2.14 2.14 2.14h3.832a9.1 9.1 0 0 0 1.778 2.87l-1.21 4.73c-.05.2.1.4.3.4H11c.42 0 .73-.2.87-.74l.61-2.35c1.2.58 2.53 1.1 3.93 1.1h.63c-.6 0-1.08.449-1.08 1.01s.48 1.01 1.08 1.01h5.241c-1.281 0-2.172-1.301-2.578-2.02h.035l.013.023a4.52 4.52 0 0 1 4.043-6.543a.5.5 0 1 1 0 1a3.52 3.52 0 0 0 0 7.04h3.1q.3 0 .581-.064a3.37 3.37 0 0 1-2.845 1.564l-5.64-.01a2.99 2.99 0 0 0-.01 5.98L23 30c.55 0 1-.44 1.01-1c0-.55-.45-1-1-1l-4.02-.01c-.55 0-.99-.44-.99-.99s.44-.99.99-.99l5.64.01c2.96 0 5.37-2.41 5.37-5.37v-6.181a1 1 0 0 0-.054-.323c-.558-5.22-5.371-9.083-10.626-7.946l-1.66.427q.01-.152.01-.307m-1.924.188a2.482 2.482 0 1 1-4.965 0a2.482 2.482 0 0 1 4.965 0M7.426 12.5a1.105 1.105 0 1 1 0-2.21a1.105 1.105 0 0 1 0 2.21m-4.216-.73c.46.13.79.54.79 1.04c0 .51-.35.93-.82 1.05c-.17-.3-.26-.65-.26-1.02c0-.38.1-.75.29-1.07"/><path d="M8.007 6.298c.072-1.323.68-2.906 1.909-3.994a4.32 4.32 0 0 0-5.239 6.338z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.67 6.32c0-2.39-1.94-4.33-4.33-4.33A4.34 4.34 0 0 0 9 6.32c0 .17.01.33.03.49h-.001a4 4 0 0 1-.027-.362L9 6.562v.26L5.978 8.949L2.91 11.1c-.57.4-.91 1.05-.91 1.75c0 1.18.96 2.14 2.14 2.14h3.832a9.1 9.1 0 0 0 1.778 2.87l-1.21 4.73c-.05.2.1.4.3.4H11c.42 0 .73-.2.87-.74l.61-2.35c1.2.58 2.53 1.1 3.93 1.1h.63c-.6 0-1.08.449-1.08 1.01s.48 1.01 1.08 1.01h5.241c-1.281 0-2.172-1.301-2.578-2.02h.035l.013.023a4.52 4.52 0 0 1 4.043-6.543a.5.5 0 1 1 0 1a3.52 3.52 0 0 0 0 7.04h3.1q.3 0 .581-.064a3.37 3.37 0 0 1-2.845 1.564l-5.64-.01a2.99 2.99 0 0 0-.01 5.98L23 30c.55 0 1-.44 1.01-1c0-.55-.45-1-1-1l-4.02-.01c-.55 0-.99-.44-.99-.99s.44-.99.99-.99l5.64.01c2.96 0 5.37-2.41 5.37-5.37v-6.181a1 1 0 0 0-.054-.323c-.558-5.22-5.371-9.083-10.626-7.946l-1.66.427q.01-.152.01-.307m-1.924.188a2.482 2.482 0 1 1-4.965 0a2.482 2.482 0 0 1 4.965 0M7.426 12.5a1.105 1.105 0 1 1 0-2.21a1.105 1.105 0 0 1 0 2.21m-4.216-.73c.46.13.79.54.79 1.04c0 .51-.35.93-.82 1.05c-.17-.3-.26-.65-.26-1.02c0-.38.1-.75.29-1.07"/><path d="M8.007 6.298c.072-1.323.68-2.906 1.909-3.994a4.32 4.32 0 0 0-5.239 6.338z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.67 6.32c0-2.39-1.94-4.33-4.33-4.33A4.34 4.34 0 0 0 9 6.32c0 .17.01.33.03.49h-.001a4 4 0 0 1-.027-.362L9 6.562v.26L5.978 8.949L2.91 11.1c-.57.4-.91 1.05-.91 1.75c0 1.18.96 2.14 2.14 2.14h3.832a9.1 9.1 0 0 0 1.778 2.87l-1.21 4.73c-.05.2.1.4.3.4H11c.42 0 .73-.2.87-.74l.61-2.35c1.2.58 2.53 1.1 3.93 1.1h.63c-.6 0-1.08.449-1.08 1.01s.48 1.01 1.08 1.01h5.241c-1.281 0-2.172-1.301-2.578-2.02h.035l.013.023a4.52 4.52 0 0 1 4.043-6.543a.5.5 0 1 1 0 1a3.52 3.52 0 0 0 0 7.04h3.1q.3 0 .581-.064a3.37 3.37 0 0 1-2.845 1.564l-5.64-.01a2.99 2.99 0 0 0-.01 5.98L23 30c.55 0 1-.44 1.01-1c0-.55-.45-1-1-1l-4.02-.01c-.55 0-.99-.44-.99-.99s.44-.99.99-.99l5.64.01c2.96 0 5.37-2.41 5.37-5.37v-6.181a1 1 0 0 0-.054-.323c-.558-5.22-5.371-9.083-10.626-7.946l-1.66.427q.01-.152.01-.307m-1.924.188a2.482 2.482 0 1 1-4.965 0a2.482 2.482 0 0 1 4.965 0M7.426 12.5a1.105 1.105 0 1 1 0-2.21a1.105 1.105 0 0 1 0 2.21m-4.216-.73c.46.13.79.54.79 1.04c0 .51-.35.93-.82 1.05c-.17-.3-.26-.65-.26-1.02c0-.38.1-.75.29-1.07"/><path d="M8.007 6.298c.072-1.323.68-2.906 1.909-3.994a4.32 4.32 0 0 0-5.239 6.338z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M17.67%206.32c0-2.39-1.94-4.33-4.33-4.33A4.34%204.34%200%200%200%209%206.32c0%20.17.01.33.03.49h-.001a4%204%200%200%201-.027-.362L9%206.562v.26L5.978%208.949L2.91%2011.1c-.57.4-.91%201.05-.91%201.75c0%201.18.96%202.14%202.14%202.14h3.832a9.1%209.1%200%200%200%201.778%202.87l-1.21%204.73c-.05.2.1.4.3.4H11c.42%200%20.73-.2.87-.74l.61-2.35c1.2.58%202.53%201.1%203.93%201.1h.63c-.6%200-1.08.449-1.08%201.01s.48%201.01%201.08%201.01h5.241c-1.281%200-2.172-1.301-2.578-2.02h.035l.013.023a4.52%204.52%200%200%201%204.043-6.543a.5.5%200%201%201%200%201a3.52%203.52%200%200%200%200%207.04h3.1q.3%200%20.581-.064a3.37%203.37%200%200%201-2.845%201.564l-5.64-.01a2.99%202.99%200%200%200-.01%205.98L23%2030c.55%200%201-.44%201.01-1c0-.55-.45-1-1-1l-4.02-.01c-.55%200-.99-.44-.99-.99s.44-.99.99-.99l5.64.01c2.96%200%205.37-2.41%205.37-5.37v-6.181a1%201%200%200%200-.054-.323c-.558-5.22-5.371-9.083-10.626-7.946l-1.66.427q.01-.152.01-.307m-1.924.188a2.482%202.482%200%201%201-4.965%200a2.482%202.482%200%200%201%204.965%200M7.426%2012.5a1.105%201.105%200%201%201%200-2.21a1.105%201.105%200%200%201%200%202.21m-4.216-.73c.46.13.79.54.79%201.04c0%20.51-.35.93-.82%201.05c-.17-.3-.26-.65-.26-1.02c0-.38.1-.75.29-1.07%22%2F%3E%3Cpath%20d%3D%22M8.007%206.298c.072-1.323.68-2.906%201.909-3.994a4.32%204.32%200%200%200-5.239%206.338z%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.67%206.32c0-2.39-1.94-4.33-4.33-4.33A4.34%204.34%200%200%200%209%206.32c0%20.17.01.33.03.49h-.001a4%204%200%200%201-.027-.362L9%206.562v.26L5.978%208.949L2.91%2011.1c-.57.4-.91%201.05-.91%201.75c0%201.18.96%202.14%202.14%202.14h3.832a9.1%209.1%200%200%200%201.778%202.87l-1.21%204.73c-.05.2.1.4.3.4H11c.42%200%20.73-.2.87-.74l.61-2.35c1.2.58%202.53%201.1%203.93%201.1h.63c-.6%200-1.08.449-1.08%201.01s.48%201.01%201.08%201.01h5.241c-1.281%200-2.172-1.301-2.578-2.02h.035l.013.023a4.52%204.52%200%200%201%204.043-6.543a.5.5%200%201%201%200%201a3.52%203.52%200%200%200%200%207.04h3.1q.3%200%20.581-.064a3.37%203.37%200%200%201-2.845%201.564l-5.64-.01a2.99%202.99%200%200%200-.01%205.98L23%2030c.55%200%201-.44%201.01-1c0-.55-.45-1-1-1l-4.02-.01c-.55%200-.99-.44-.99-.99s.44-.99.99-.99l5.64.01c2.96%200%205.37-2.41%205.37-5.37v-6.181a1%201%200%200%200-.054-.323c-.558-5.22-5.371-9.083-10.626-7.946l-1.66.427q.01-.152.01-.307m-1.924.188a2.482%202.482%200%201%201-4.965%200a2.482%202.482%200%200%201%204.965%200M7.426%2012.5a1.105%201.105%200%201%201%200-2.21a1.105%201.105%200%200%201%200%202.21m-4.216-.73c.46.13.79.54.79%201.04c0%20.51-.35.93-.82%201.05c-.17-.3-.26-.65-.26-1.02c0-.38.1-.75.29-1.07%22%2F%3E%3Cpath%20d%3D%22M8.007%206.298c.072-1.323.68-2.906%201.909-3.994a4.32%204.32%200%200%200-5.239%206.338z%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-high-contrast/rat.svg?color=%231a73e8&size=48