rat icon
rat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rat
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the rat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.992 9h.75a2.25 2.25 0 0 1 0 4.5h-.75m4.493 2.5c-.018-.772-.085-1.244-.33-1.611a2 2 0 0 0-.552-.552c-.504-.337-1.206-.337-2.61-.337h-.5m.499 2.5h-4.5a1.5 1.5 0 0 0 0 3h10.5"/><path d="M13.992 6.8a11.3 11.3 0 0 0-2.526-.616l-3.854-.482a5 5 0 0 0-5.62 4.962V11a5 5 0 0 0 5 5h14a1 1 0 0 0 1-1v-.485c0-.337-.094-.666-.273-.952l-.12-.193c-.56-.896-1.198-1.81-1.905-2.623c-.296-.341-.445-.511-.463-.664s.112-.403.371-.901c.565-1.087.453-2.425-.47-3.324a3.07 3.07 0 0 0-4.258 0c-.607.59-.9 1.369-.88 2.142m2.998 4h.01"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M6.992 9h.75a2.25 2.25 0 0 1 0 4.5h-.75m4.493 2.5c-.018-.772-.085-1.244-.33-1.611a2 2 0 0 0-.552-.552c-.504-.337-1.206-.337-2.61-.337h-.5m.499 2.5h-4.5a1.5 1.5 0 0 0 0 3h10.5"/><path d="M13.992 6.8a11.3 11.3 0 0 0-2.526-.616l-3.854-.482a5 5 0 0 0-5.62 4.962V11a5 5 0 0 0 5 5h14a1 1 0 0 0 1-1v-.485c0-.337-.094-.666-.273-.952l-.12-.193c-.56-.896-1.198-1.81-1.905-2.623c-.296-.341-.445-.511-.463-.664s.112-.403.371-.901c.565-1.087.453-2.425-.47-3.324a3.07 3.07 0 0 0-4.258 0c-.607.59-.9 1.369-.88 2.142m2.998 4h.01"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.992 9h.75a2.25 2.25 0 0 1 0 4.5h-.75m4.493 2.5c-.018-.772-.085-1.244-.33-1.611a2 2 0 0 0-.552-.552c-.504-.337-1.206-.337-2.61-.337h-.5m.499 2.5h-4.5a1.5 1.5 0 0 0 0 3h10.5"/><path d="M13.992 6.8a11.3 11.3 0 0 0-2.526-.616l-3.854-.482a5 5 0 0 0-5.62 4.962V11a5 5 0 0 0 5 5h14a1 1 0 0 0 1-1v-.485c0-.337-.094-.666-.273-.952l-.12-.193c-.56-.896-1.198-1.81-1.905-2.623c-.296-.341-.445-.511-.463-.664s.112-.403.371-.901c.565-1.087.453-2.425-.47-3.324a3.07 3.07 0 0 0-4.258 0c-.607.59-.9 1.369-.88 2.142m2.998 4h.01"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.992%209h.75a2.25%202.25%200%200%201%200%204.5h-.75m4.493%202.5c-.018-.772-.085-1.244-.33-1.611a2%202%200%200%200-.552-.552c-.504-.337-1.206-.337-2.61-.337h-.5m.499%202.5h-4.5a1.5%201.5%200%200%200%200%203h10.5%22%2F%3E%3Cpath%20d%3D%22M13.992%206.8a11.3%2011.3%200%200%200-2.526-.616l-3.854-.482a5%205%200%200%200-5.62%204.962V11a5%205%200%200%200%205%205h14a1%201%200%200%200%201-1v-.485c0-.337-.094-.666-.273-.952l-.12-.193c-.56-.896-1.198-1.81-1.905-2.623c-.296-.341-.445-.511-.463-.664s.112-.403.371-.901c.565-1.087.453-2.425-.47-3.324a3.07%203.07%200%200%200-4.258%200c-.607.59-.9%201.369-.88%202.142m2.998%204h.01%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.992%209h.75a2.25%202.25%200%200%201%200%204.5h-.75m4.493%202.5c-.018-.772-.085-1.244-.33-1.611a2%202%200%200%200-.552-.552c-.504-.337-1.206-.337-2.61-.337h-.5m.499%202.5h-4.5a1.5%201.5%200%200%200%200%203h10.5%22%2F%3E%3Cpath%20d%3D%22M13.992%206.8a11.3%2011.3%200%200%200-2.526-.616l-3.854-.482a5%205%200%200%200-5.62%204.962V11a5%205%200%200%200%205%205h14a1%201%200%200%200%201-1v-.485c0-.337-.094-.666-.273-.952l-.12-.193c-.56-.896-1.198-1.81-1.905-2.623c-.296-.341-.445-.511-.463-.664s.112-.403.371-.901c.565-1.087.453-2.425-.47-3.324a3.07%203.07%200%200%200-4.258%200c-.607.59-.9%201.369-.88%202.142m2.998%204h.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rat.svg?color=%231a73e8&size=48