rabbit variant icon
rabbit-variant-outline from Material Design Icons by Pictogrammers · Outline · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- rabbit-variant-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Animal
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bunny-outline, cruelty-free-outline, easter-outline, hare-outline
1 other variant in Material Design Icons
More animal icons from Material Design Icons
Use the rabbit variant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14c-.24-.24-.44-.5-.65-.75C17.5 11.5 19 8.56 19 5c0-1.95-.74-3-2-3c-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2C5.74 2 5 3.05 5 5c0 3.56 1.5 6.5 2.65 8.25c-.21.25-.41.51-.65.75c-.25.25-2 1.39-2 3.5C5 20 7 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.5 0 4.5-2 4.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.47.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.28-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.5.06-.8.12-.97c.91.3 3.11 2.61 3.38 7.13c-.6.14-1.05.34-1.42.62C8.11 10.24 7 7.84 7 5m7.5 15c-1 0-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73c.44-.36.61-.52 1.3-1.37c.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37c.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5m-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75"/></svg>
React
import type { SVGProps } from "react";
export function MdiRabbitVariantOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14c-.24-.24-.44-.5-.65-.75C17.5 11.5 19 8.56 19 5c0-1.95-.74-3-2-3c-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2C5.74 2 5 3.05 5 5c0 3.56 1.5 6.5 2.65 8.25c-.21.25-.41.51-.65.75c-.25.25-2 1.39-2 3.5C5 20 7 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.5 0 4.5-2 4.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.47.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.28-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.5.06-.8.12-.97c.91.3 3.11 2.61 3.38 7.13c-.6.14-1.05.34-1.42.62C8.11 10.24 7 7.84 7 5m7.5 15c-1 0-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73c.44-.36.61-.52 1.3-1.37c.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37c.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5m-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14c-.24-.24-.44-.5-.65-.75C17.5 11.5 19 8.56 19 5c0-1.95-.74-3-2-3c-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2C5.74 2 5 3.05 5 5c0 3.56 1.5 6.5 2.65 8.25c-.21.25-.41.51-.65.75c-.25.25-2 1.39-2 3.5C5 20 7 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.5 0 4.5-2 4.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.47.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.28-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.5.06-.8.12-.97c.91.3 3.11 2.61 3.38 7.13c-.6.14-1.05.34-1.42.62C8.11 10.24 7 7.84 7 5m7.5 15c-1 0-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73c.44-.36.61-.52 1.3-1.37c.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37c.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5m-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75"/></svg> </template>
CSS
.icon-rabbit-variant-outline {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2014c-.24-.24-.44-.5-.65-.75C17.5%2011.5%2019%208.56%2019%205c0-1.95-.74-3-2-3c-1.54%200-3.96%202.06-5%205.97C10.96%204.06%208.54%202%207%202C5.74%202%205%203.05%205%205c0%203.56%201.5%206.5%202.65%208.25c-.21.25-.41.51-.65.75c-.25.25-2%201.39-2%203.5C5%2020%207%2022%209.5%2022c1.5%200%202.5-.5%202.5-.5s1%20.5%202.5.5c2.5%200%204.5-2%204.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.47.12.97c0%202.84-1.11%205.24-2.07%206.78c-.38-.28-.83-.48-1.4-.62c.24-4.52%202.44-6.83%203.35-7.13M7%205c0-.5.06-.8.12-.97c.91.3%203.11%202.61%203.38%207.13c-.6.14-1.05.34-1.42.62C8.11%2010.24%207%207.84%207%205m7.5%2015c-1%200-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1%20.22-1%20.5c0%20.23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5%202.5%200%200%201%207%2017.5c0-.7.43-1.24%201-1.73c.44-.36.61-.52%201.3-1.37c.76-.95%201.09-1.4%202.7-1.4s1.94.45%202.7%201.4c.69.85.86%201.01%201.3%201.37c.57.49%201%201.03%201%201.73a2.5%202.5%200%200%201-2.5%202.5m-.5-4c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3%200c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2014c-.24-.24-.44-.5-.65-.75C17.5%2011.5%2019%208.56%2019%205c0-1.95-.74-3-2-3c-1.54%200-3.96%202.06-5%205.97C10.96%204.06%208.54%202%207%202C5.74%202%205%203.05%205%205c0%203.56%201.5%206.5%202.65%208.25c-.21.25-.41.51-.65.75c-.25.25-2%201.39-2%203.5C5%2020%207%2022%209.5%2022c1.5%200%202.5-.5%202.5-.5s1%20.5%202.5.5c2.5%200%204.5-2%204.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.47.12.97c0%202.84-1.11%205.24-2.07%206.78c-.38-.28-.83-.48-1.4-.62c.24-4.52%202.44-6.83%203.35-7.13M7%205c0-.5.06-.8.12-.97c.91.3%203.11%202.61%203.38%207.13c-.6.14-1.05.34-1.42.62C8.11%2010.24%207%207.84%207%205m7.5%2015c-1%200-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1%20.22-1%20.5c0%20.23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5%202.5%200%200%201%207%2017.5c0-.7.43-1.24%201-1.73c.44-.36.61-.52%201.3-1.37c.76-.95%201.09-1.4%202.7-1.4s1.94.45%202.7%201.4c.69.85.86%201.01%201.3%201.37c.57.49%201%201.03%201%201.73a2.5%202.5%200%200%201-2.5%202.5m-.5-4c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3%200c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/rabbit-variant-outline.svg?color=%231a73e8&size=48