rat emoji
rat from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- rat
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the rat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M30 36H6a1 1 0 1 1 0-2h24c2.542 0 4-1.367 4-3.75c0-1.537-1.643-3.25-4-3.25h-7a1 1 0 1 1 0-2h7c3.589 0 6 2.715 6 5.25c0 3.493-2.355 5.75-6 5.75"/><path fill="#66757f" d="M12 24.5c0-3.037 3.604-5.938 1-7.5c-3.407-2.044-6.879 4.293-9 5c-3 1-4 3.407-4 5c0 1.838 1.986 1.725 5 2c1.906.175 5.594.125 9 1c2.942.756-2-2.462-2-5.5"/><path fill="#66757f" d="M33 23.5C33 15 29.247 11 24 11c-10 0-14 7-14 14c0 5.247 6.753 6 12 6s11-2.253 11-7.5"/><path fill="#66757f" d="M9.781 17.844c0-2.594-2.375-3.219-1.188-5.031c.706-1.078 2.588-.635 3.051-.582c-.037 1.332 1.605 1.875 2.054 1.049c.378.372.71.83.962 1.361c.914 1.923-.461 4.49-1.958 5.201c-1.494.711-2.921.132-2.921-1.998"/><path fill="#e6aaaa" d="M13.633 16.14c.084 1.279-.481 2.67-1.396 2.915s-1.277-.728-1.608-1.961s-.95-2.686-.036-2.932c.915-.246 2.931.317 3.04 1.978"/><circle cx="8" cy="23" r="1" fill="#292f33"/><path fill="#66757f" d="M10.594 18.312c-1.26-1.717-2.834-1.977-4.49-1.979c-.729 0-.687.479-.104.542c1.076.115 1.963.406 2.077.667c.076.175-.702-.042-1.431-.042c-1.167 0-1.042.298-.167.521c1.875.479 1.833 1.219 2.896 1.188c1.063-.033 1.219-.897 1.219-.897m15.848-6.987c-1.65-.616-3.942-2.241-6.192-1.991c-.751.083-.462.519 0 .625c.609.141 1.438.704 1.731.933c.281.219-2.314-.558-4.065.109c-.872.332-.514.562.031.5c.816-.094 1.609.172 2.641.797c1.031.624 6.932-.571 5.854-.973"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiRat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M30 36H6a1 1 0 1 1 0-2h24c2.542 0 4-1.367 4-3.75c0-1.537-1.643-3.25-4-3.25h-7a1 1 0 1 1 0-2h7c3.589 0 6 2.715 6 5.25c0 3.493-2.355 5.75-6 5.75"/><path fill="#66757f" d="M12 24.5c0-3.037 3.604-5.938 1-7.5c-3.407-2.044-6.879 4.293-9 5c-3 1-4 3.407-4 5c0 1.838 1.986 1.725 5 2c1.906.175 5.594.125 9 1c2.942.756-2-2.462-2-5.5"/><path fill="#66757f" d="M33 23.5C33 15 29.247 11 24 11c-10 0-14 7-14 14c0 5.247 6.753 6 12 6s11-2.253 11-7.5"/><path fill="#66757f" d="M9.781 17.844c0-2.594-2.375-3.219-1.188-5.031c.706-1.078 2.588-.635 3.051-.582c-.037 1.332 1.605 1.875 2.054 1.049c.378.372.71.83.962 1.361c.914 1.923-.461 4.49-1.958 5.201c-1.494.711-2.921.132-2.921-1.998"/><path fill="#e6aaaa" d="M13.633 16.14c.084 1.279-.481 2.67-1.396 2.915s-1.277-.728-1.608-1.961s-.95-2.686-.036-2.932c.915-.246 2.931.317 3.04 1.978"/><circle cx="8" cy="23" r="1" fill="#292f33"/><path fill="#66757f" d="M10.594 18.312c-1.26-1.717-2.834-1.977-4.49-1.979c-.729 0-.687.479-.104.542c1.076.115 1.963.406 2.077.667c.076.175-.702-.042-1.431-.042c-1.167 0-1.042.298-.167.521c1.875.479 1.833 1.219 2.896 1.188c1.063-.033 1.219-.897 1.219-.897m15.848-6.987c-1.65-.616-3.942-2.241-6.192-1.991c-.751.083-.462.519 0 .625c.609.141 1.438.704 1.731.933c.281.219-2.314-.558-4.065.109c-.872.332-.514.562.031.5c.816-.094 1.609.172 2.641.797c1.031.624 6.932-.571 5.854-.973"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M30 36H6a1 1 0 1 1 0-2h24c2.542 0 4-1.367 4-3.75c0-1.537-1.643-3.25-4-3.25h-7a1 1 0 1 1 0-2h7c3.589 0 6 2.715 6 5.25c0 3.493-2.355 5.75-6 5.75"/><path fill="#66757f" d="M12 24.5c0-3.037 3.604-5.938 1-7.5c-3.407-2.044-6.879 4.293-9 5c-3 1-4 3.407-4 5c0 1.838 1.986 1.725 5 2c1.906.175 5.594.125 9 1c2.942.756-2-2.462-2-5.5"/><path fill="#66757f" d="M33 23.5C33 15 29.247 11 24 11c-10 0-14 7-14 14c0 5.247 6.753 6 12 6s11-2.253 11-7.5"/><path fill="#66757f" d="M9.781 17.844c0-2.594-2.375-3.219-1.188-5.031c.706-1.078 2.588-.635 3.051-.582c-.037 1.332 1.605 1.875 2.054 1.049c.378.372.71.83.962 1.361c.914 1.923-.461 4.49-1.958 5.201c-1.494.711-2.921.132-2.921-1.998"/><path fill="#e6aaaa" d="M13.633 16.14c.084 1.279-.481 2.67-1.396 2.915s-1.277-.728-1.608-1.961s-.95-2.686-.036-2.932c.915-.246 2.931.317 3.04 1.978"/><circle cx="8" cy="23" r="1" fill="#292f33"/><path fill="#66757f" d="M10.594 18.312c-1.26-1.717-2.834-1.977-4.49-1.979c-.729 0-.687.479-.104.542c1.076.115 1.963.406 2.077.667c.076.175-.702-.042-1.431-.042c-1.167 0-1.042.298-.167.521c1.875.479 1.833 1.219 2.896 1.188c1.063-.033 1.219-.897 1.219-.897m15.848-6.987c-1.65-.616-3.942-2.241-6.192-1.991c-.751.083-.462.519 0 .625c.609.141 1.438.704 1.731.933c.281.219-2.314-.558-4.065.109c-.872.332-.514.562.031.5c.816-.094 1.609.172 2.641.797c1.031.624 6.932-.571 5.854-.973"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M30%2036H6a1%201%200%201%201%200-2h24c2.542%200%204-1.367%204-3.75c0-1.537-1.643-3.25-4-3.25h-7a1%201%200%201%201%200-2h7c3.589%200%206%202.715%206%205.25c0%203.493-2.355%205.75-6%205.75%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M12%2024.5c0-3.037%203.604-5.938%201-7.5c-3.407-2.044-6.879%204.293-9%205c-3%201-4%203.407-4%205c0%201.838%201.986%201.725%205%202c1.906.175%205.594.125%209%201c2.942.756-2-2.462-2-5.5%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M33%2023.5C33%2015%2029.247%2011%2024%2011c-10%200-14%207-14%2014c0%205.247%206.753%206%2012%206s11-2.253%2011-7.5%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M9.781%2017.844c0-2.594-2.375-3.219-1.188-5.031c.706-1.078%202.588-.635%203.051-.582c-.037%201.332%201.605%201.875%202.054%201.049c.378.372.71.83.962%201.361c.914%201.923-.461%204.49-1.958%205.201c-1.494.711-2.921.132-2.921-1.998%22%2F%3E%3Cpath%20fill%3D%22%23e6aaaa%22%20d%3D%22M13.633%2016.14c.084%201.279-.481%202.67-1.396%202.915s-1.277-.728-1.608-1.961s-.95-2.686-.036-2.932c.915-.246%202.931.317%203.04%201.978%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M10.594%2018.312c-1.26-1.717-2.834-1.977-4.49-1.979c-.729%200-.687.479-.104.542c1.076.115%201.963.406%202.077.667c.076.175-.702-.042-1.431-.042c-1.167%200-1.042.298-.167.521c1.875.479%201.833%201.219%202.896%201.188c1.063-.033%201.219-.897%201.219-.897m15.848-6.987c-1.65-.616-3.942-2.241-6.192-1.991c-.751.083-.462.519%200%20.625c.609.141%201.438.704%201.731.933c.281.219-2.314-.558-4.065.109c-.872.332-.514.562.031.5c.816-.094%201.609.172%202.641.797c1.031.624%206.932-.571%205.854-.973%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M30%2036H6a1%201%200%201%201%200-2h24c2.542%200%204-1.367%204-3.75c0-1.537-1.643-3.25-4-3.25h-7a1%201%200%201%201%200-2h7c3.589%200%206%202.715%206%205.25c0%203.493-2.355%205.75-6%205.75%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M12%2024.5c0-3.037%203.604-5.938%201-7.5c-3.407-2.044-6.879%204.293-9%205c-3%201-4%203.407-4%205c0%201.838%201.986%201.725%205%202c1.906.175%205.594.125%209%201c2.942.756-2-2.462-2-5.5%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M33%2023.5C33%2015%2029.247%2011%2024%2011c-10%200-14%207-14%2014c0%205.247%206.753%206%2012%206s11-2.253%2011-7.5%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M9.781%2017.844c0-2.594-2.375-3.219-1.188-5.031c.706-1.078%202.588-.635%203.051-.582c-.037%201.332%201.605%201.875%202.054%201.049c.378.372.71.83.962%201.361c.914%201.923-.461%204.49-1.958%205.201c-1.494.711-2.921.132-2.921-1.998%22%2F%3E%3Cpath%20fill%3D%22%23e6aaaa%22%20d%3D%22M13.633%2016.14c.084%201.279-.481%202.67-1.396%202.915s-1.277-.728-1.608-1.961s-.95-2.686-.036-2.932c.915-.246%202.931.317%203.04%201.978%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M10.594%2018.312c-1.26-1.717-2.834-1.977-4.49-1.979c-.729%200-.687.479-.104.542c1.076.115%201.963.406%202.077.667c.076.175-.702-.042-1.431-.042c-1.167%200-1.042.298-.167.521c1.875.479%201.833%201.219%202.896%201.188c1.063-.033%201.219-.897%201.219-.897m15.848-6.987c-1.65-.616-3.942-2.241-6.192-1.991c-.751.083-.462.519%200%20.625c.609.141%201.438.704%201.731.933c.281.219-2.314-.558-4.065.109c-.872.332-.514.562.031.5c.816-.094%201.609.172%202.641.797c1.031.624%206.932-.571%205.854-.973%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/rat.svg?color=%231a73e8&size=48