hamster emoji
hamster from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- hamster
- 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 hamster emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.922 17.063c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25m8.156 0c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 0 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25m-2.492 5.577c0 .488-.93 1.704-1.578 1.704c-.694 0-1.594-1.11-1.594-1.703c0-.594.703-.649 1.594-.649c.89 0 1.578.04 1.578.649m-3.121 4.541c.585.041 1.14-.232 1.535-.787c.397.553.952.824 1.539.78c.83-.064 1.526-.78 1.458-1.741a.5.5 0 1 0-.997.07c.028.399-.242.65-.538.673c-.245.019-.72-.134-.953-1.064a.5.5 0 0 0-.509-.378a.5.5 0 0 0-.509.378c-.233.93-.71 1.089-.957 1.072c-.293-.02-.562-.268-.534-.665a.5.5 0 1 0-.997-.07c-.068.961.63 1.675 1.462 1.732M11.156 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M24.313 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path d="M15.275 8.135a8 8 0 0 1 1.454-.018a7.719 7.719 0 1 1 11.25 8.379c.364.622.685 1.249.957 1.866c.603 1.37 1.017 2.823 1.017 4.154c0 3.373-1.628 5.79-3.66 7.301c-1.96 1.46-4.339 2.12-6.168 2.12c-1.992 0-3.066-.47-3.81-.811l-.218-.098l-.018-.008l-.047.017l-.23.089c-.874.342-2.139.811-4.708.811c-2.093 0-4.327-.99-6.02-2.565c-1.729-1.61-3.043-3.973-3.043-6.856c0-1.37.453-2.842 1.091-4.208c.276-.59.599-1.187.961-1.779a7.719 7.719 0 1 1 11.192-8.394m-1.957.416A5.72 5.72 0 0 0 2 9.719a5.72 5.72 0 0 0 5.315 5.705a20 20 0 0 0-1.32 1.82C4.78 19.14 4.03 21.061 4.03 22.516c0 4.484 4.063 7.422 7.063 7.422c2.257 0 3.27-.397 3.978-.675c.38-.149.672-.263 1.022-.263c.383 0 .683.138 1.054.307c.597.274 1.377.63 2.977.63c2.828 0 7.828-2.125 7.828-7.421c0-1.438-.7-3.375-1.868-5.29a19 19 0 0 0-1.255-1.814A5.72 5.72 0 0 0 30 9.719a5.719 5.719 0 1 0-11.377.834a7.8 7.8 0 0 0-2.05-.442a6.3 6.3 0 0 0-1.146.02a8 8 0 0 0-2.067.53a5.8 5.8 0 0 0-.042-2.11"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastHamster(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="M11.922 17.063c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25m8.156 0c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 0 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25m-2.492 5.577c0 .488-.93 1.704-1.578 1.704c-.694 0-1.594-1.11-1.594-1.703c0-.594.703-.649 1.594-.649c.89 0 1.578.04 1.578.649m-3.121 4.541c.585.041 1.14-.232 1.535-.787c.397.553.952.824 1.539.78c.83-.064 1.526-.78 1.458-1.741a.5.5 0 1 0-.997.07c.028.399-.242.65-.538.673c-.245.019-.72-.134-.953-1.064a.5.5 0 0 0-.509-.378a.5.5 0 0 0-.509.378c-.233.93-.71 1.089-.957 1.072c-.293-.02-.562-.268-.534-.665a.5.5 0 1 0-.997-.07c-.068.961.63 1.675 1.462 1.732M11.156 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M24.313 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path d="M15.275 8.135a8 8 0 0 1 1.454-.018a7.719 7.719 0 1 1 11.25 8.379c.364.622.685 1.249.957 1.866c.603 1.37 1.017 2.823 1.017 4.154c0 3.373-1.628 5.79-3.66 7.301c-1.96 1.46-4.339 2.12-6.168 2.12c-1.992 0-3.066-.47-3.81-.811l-.218-.098l-.018-.008l-.047.017l-.23.089c-.874.342-2.139.811-4.708.811c-2.093 0-4.327-.99-6.02-2.565c-1.729-1.61-3.043-3.973-3.043-6.856c0-1.37.453-2.842 1.091-4.208c.276-.59.599-1.187.961-1.779a7.719 7.719 0 1 1 11.192-8.394m-1.957.416A5.72 5.72 0 0 0 2 9.719a5.72 5.72 0 0 0 5.315 5.705a20 20 0 0 0-1.32 1.82C4.78 19.14 4.03 21.061 4.03 22.516c0 4.484 4.063 7.422 7.063 7.422c2.257 0 3.27-.397 3.978-.675c.38-.149.672-.263 1.022-.263c.383 0 .683.138 1.054.307c.597.274 1.377.63 2.977.63c2.828 0 7.828-2.125 7.828-7.421c0-1.438-.7-3.375-1.868-5.29a19 19 0 0 0-1.255-1.814A5.72 5.72 0 0 0 30 9.719a5.719 5.719 0 1 0-11.377.834a7.8 7.8 0 0 0-2.05-.442a6.3 6.3 0 0 0-1.146.02a8 8 0 0 0-2.067.53a5.8 5.8 0 0 0-.042-2.11"/></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="M11.922 17.063c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25m8.156 0c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 0 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25m-2.492 5.577c0 .488-.93 1.704-1.578 1.704c-.694 0-1.594-1.11-1.594-1.703c0-.594.703-.649 1.594-.649c.89 0 1.578.04 1.578.649m-3.121 4.541c.585.041 1.14-.232 1.535-.787c.397.553.952.824 1.539.78c.83-.064 1.526-.78 1.458-1.741a.5.5 0 1 0-.997.07c.028.399-.242.65-.538.673c-.245.019-.72-.134-.953-1.064a.5.5 0 0 0-.509-.378a.5.5 0 0 0-.509.378c-.233.93-.71 1.089-.957 1.072c-.293-.02-.562-.268-.534-.665a.5.5 0 1 0-.997-.07c-.068.961.63 1.675 1.462 1.732M11.156 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M24.313 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path d="M15.275 8.135a8 8 0 0 1 1.454-.018a7.719 7.719 0 1 1 11.25 8.379c.364.622.685 1.249.957 1.866c.603 1.37 1.017 2.823 1.017 4.154c0 3.373-1.628 5.79-3.66 7.301c-1.96 1.46-4.339 2.12-6.168 2.12c-1.992 0-3.066-.47-3.81-.811l-.218-.098l-.018-.008l-.047.017l-.23.089c-.874.342-2.139.811-4.708.811c-2.093 0-4.327-.99-6.02-2.565c-1.729-1.61-3.043-3.973-3.043-6.856c0-1.37.453-2.842 1.091-4.208c.276-.59.599-1.187.961-1.779a7.719 7.719 0 1 1 11.192-8.394m-1.957.416A5.72 5.72 0 0 0 2 9.719a5.72 5.72 0 0 0 5.315 5.705a20 20 0 0 0-1.32 1.82C4.78 19.14 4.03 21.061 4.03 22.516c0 4.484 4.063 7.422 7.063 7.422c2.257 0 3.27-.397 3.978-.675c.38-.149.672-.263 1.022-.263c.383 0 .683.138 1.054.307c.597.274 1.377.63 2.977.63c2.828 0 7.828-2.125 7.828-7.421c0-1.438-.7-3.375-1.868-5.29a19 19 0 0 0-1.255-1.814A5.72 5.72 0 0 0 30 9.719a5.719 5.719 0 1 0-11.377.834a7.8 7.8 0 0 0-2.05-.442a6.3 6.3 0 0 0-1.146.02a8 8 0 0 0-2.067.53a5.8 5.8 0 0 0-.042-2.11"/></g></svg> </template>
CSS
.icon-hamster {
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%22M11.922%2017.063c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%201%200%202.5%200v-1.5c0-.69-.56-1.25-1.25-1.25m8.156%200c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%200%200%202.5%200v-1.5c0-.69-.56-1.25-1.25-1.25m-2.492%205.577c0%20.488-.93%201.704-1.578%201.704c-.694%200-1.594-1.11-1.594-1.703c0-.594.703-.649%201.594-.649c.89%200%201.578.04%201.578.649m-3.121%204.541c.585.041%201.14-.232%201.535-.787c.397.553.952.824%201.539.78c.83-.064%201.526-.78%201.458-1.741a.5.5%200%201%200-.997.07c.028.399-.242.65-.538.673c-.245.019-.72-.134-.953-1.064a.5.5%200%200%200-.509-.378a.5.5%200%200%200-.509.378c-.233.93-.71%201.089-.957%201.072c-.293-.02-.562-.268-.534-.665a.5.5%200%201%200-.997-.07c-.068.961.63%201.675%201.462%201.732M11.156%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M24.313%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3Cpath%20d%3D%22M15.275%208.135a8%208%200%200%201%201.454-.018a7.719%207.719%200%201%201%2011.25%208.379c.364.622.685%201.249.957%201.866c.603%201.37%201.017%202.823%201.017%204.154c0%203.373-1.628%205.79-3.66%207.301c-1.96%201.46-4.339%202.12-6.168%202.12c-1.992%200-3.066-.47-3.81-.811l-.218-.098l-.018-.008l-.047.017l-.23.089c-.874.342-2.139.811-4.708.811c-2.093%200-4.327-.99-6.02-2.565c-1.729-1.61-3.043-3.973-3.043-6.856c0-1.37.453-2.842%201.091-4.208c.276-.59.599-1.187.961-1.779a7.719%207.719%200%201%201%2011.192-8.394m-1.957.416A5.72%205.72%200%200%200%202%209.719a5.72%205.72%200%200%200%205.315%205.705a20%2020%200%200%200-1.32%201.82C4.78%2019.14%204.03%2021.061%204.03%2022.516c0%204.484%204.063%207.422%207.063%207.422c2.257%200%203.27-.397%203.978-.675c.38-.149.672-.263%201.022-.263c.383%200%20.683.138%201.054.307c.597.274%201.377.63%202.977.63c2.828%200%207.828-2.125%207.828-7.421c0-1.438-.7-3.375-1.868-5.29a19%2019%200%200%200-1.255-1.814A5.72%205.72%200%200%200%2030%209.719a5.719%205.719%200%201%200-11.377.834a7.8%207.8%200%200%200-2.05-.442a6.3%206.3%200%200%200-1.146.02a8%208%200%200%200-2.067.53a5.8%205.8%200%200%200-.042-2.11%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%22M11.922%2017.063c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%201%200%202.5%200v-1.5c0-.69-.56-1.25-1.25-1.25m8.156%200c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%200%200%202.5%200v-1.5c0-.69-.56-1.25-1.25-1.25m-2.492%205.577c0%20.488-.93%201.704-1.578%201.704c-.694%200-1.594-1.11-1.594-1.703c0-.594.703-.649%201.594-.649c.89%200%201.578.04%201.578.649m-3.121%204.541c.585.041%201.14-.232%201.535-.787c.397.553.952.824%201.539.78c.83-.064%201.526-.78%201.458-1.741a.5.5%200%201%200-.997.07c.028.399-.242.65-.538.673c-.245.019-.72-.134-.953-1.064a.5.5%200%200%200-.509-.378a.5.5%200%200%200-.509.378c-.233.93-.71%201.089-.957%201.072c-.293-.02-.562-.268-.534-.665a.5.5%200%201%200-.997-.07c-.068.961.63%201.675%201.462%201.732M11.156%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M24.313%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3Cpath%20d%3D%22M15.275%208.135a8%208%200%200%201%201.454-.018a7.719%207.719%200%201%201%2011.25%208.379c.364.622.685%201.249.957%201.866c.603%201.37%201.017%202.823%201.017%204.154c0%203.373-1.628%205.79-3.66%207.301c-1.96%201.46-4.339%202.12-6.168%202.12c-1.992%200-3.066-.47-3.81-.811l-.218-.098l-.018-.008l-.047.017l-.23.089c-.874.342-2.139.811-4.708.811c-2.093%200-4.327-.99-6.02-2.565c-1.729-1.61-3.043-3.973-3.043-6.856c0-1.37.453-2.842%201.091-4.208c.276-.59.599-1.187.961-1.779a7.719%207.719%200%201%201%2011.192-8.394m-1.957.416A5.72%205.72%200%200%200%202%209.719a5.72%205.72%200%200%200%205.315%205.705a20%2020%200%200%200-1.32%201.82C4.78%2019.14%204.03%2021.061%204.03%2022.516c0%204.484%204.063%207.422%207.063%207.422c2.257%200%203.27-.397%203.978-.675c.38-.149.672-.263%201.022-.263c.383%200%20.683.138%201.054.307c.597.274%201.377.63%202.977.63c2.828%200%207.828-2.125%207.828-7.421c0-1.438-.7-3.375-1.868-5.29a19%2019%200%200%200-1.255-1.814A5.72%205.72%200%200%200%2030%209.719a5.719%205.719%200%201%200-11.377.834a7.8%207.8%200%200%200-2.05-.442a6.3%206.3%200%200%200-1.146.02a8%208%200%200%200-2.067.53a5.8%205.8%200%200%200-.042-2.11%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/hamster.svg?color=%231a73e8&size=48