hamster emoji
hamster from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- hamster
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
- Aliases
- hamster-face
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the hamster emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.5" cy="9.5" r="8.5" fill="#ffcc4d"/><circle cx="27.5" cy="9.5" r="8.5" fill="#ffcc4d"/><path fill="#ea596e" d="M13.912 5.854a6.89 6.89 0 0 0-5.443-2.667a6.907 6.907 0 0 0-6.906 6.906a6.9 6.9 0 0 0 3.996 6.256c.709-4.195 3.983-8.672 8.353-10.495m13.619-2.666a6.88 6.88 0 0 0-5.443 2.667c4.369 1.823 7.643 6.3 8.354 10.496a6.902 6.902 0 0 0-2.911-13.163"/><path fill="#ffe8b6" d="M34 22.593c-2-10.045-11.333-6.5-16-6.5s-14-3.546-16 6.5c-1.295 6.504 3.794 9.879 9.032 11.387C12.682 35.212 15.19 36 18 36s5.318-.788 6.969-2.021c5.237-1.508 10.326-4.882 9.031-11.386"/><path fill="#ffcc4d" d="M30.6 18c0 11-5.641 6-12.6 6S5.4 29 5.4 18c0-5.799 5.641-13 12.6-13s12.6 7.201 12.6 13"/><path fill="#ea596e" d="M20.905 27.956c0 1.604-2.012 3.352-2.905 3.352c-.894 0-2.905-1.748-2.905-3.352C15.095 26.351 16.882 26 18 26s2.905.351 2.905 1.956"/><path fill="#c1694f" d="M35.515 30.303c-5.245-3.146-12.355-2.175-12.656-2.133c-.014.002-.023.011-.037.013c-.081.015-.153.048-.228.081c-.046.021-.093.035-.134.062c-.061.039-.107.092-.158.144c-.041.041-.084.076-.117.123c-.036.052-.056.111-.082.17c-.027.062-.058.121-.071.189c-.004.016-.015.028-.018.045c-.009.055.006.105.006.159c-.001.049-.016.095-.009.146c.002.016.012.027.015.042c.013.069.041.13.067.193c.024.06.044.12.079.173c.028.044.067.076.101.115c.053.058.104.114.168.158c.038.026.083.041.125.062c.074.036.146.07.229.087c.015.003.026.013.041.016c.056.01 5.636.977 8.364 4.613c.196.263.496.4.801.4a.998.998 0 0 0 .799-1.599c-1.108-1.479-2.573-2.566-4.025-3.369c1.88.242 3.942.765 5.711 1.826a1 1 0 0 0 1.372-.342c.284-.476.13-1.09-.343-1.374m-21.686-.596c.034-.052.053-.111.077-.169c.026-.064.055-.124.068-.193c.003-.016.013-.028.016-.044c.007-.053-.008-.103-.009-.154s.014-.1.005-.151c-.002-.016-.013-.027-.016-.043c-.015-.069-.045-.131-.074-.194c-.025-.057-.045-.115-.08-.165c-.032-.047-.075-.082-.115-.123c-.051-.053-.099-.105-.16-.146c-.04-.025-.087-.039-.131-.06a1 1 0 0 0-.23-.081c-.014-.003-.024-.012-.038-.014c-.301-.042-7.412-1.014-12.656 2.133a1 1 0 1 0 1.029 1.714c1.768-1.061 3.83-1.583 5.709-1.825c-1.451.802-2.915 1.89-4.023 3.368A.998.998 0 0 0 4 35.159a1 1 0 0 0 .801-.4c2.717-3.622 8.31-4.604 8.366-4.613c.015-.003.025-.012.04-.016c.077-.016.144-.049.214-.082c.048-.022.099-.039.142-.069c.059-.04.104-.093.152-.144c.039-.042.082-.079.114-.128"/><path fill="#272b2b" d="M10 20s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm12 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiHamster(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.5" cy="9.5" r="8.5" fill="#ffcc4d"/><circle cx="27.5" cy="9.5" r="8.5" fill="#ffcc4d"/><path fill="#ea596e" d="M13.912 5.854a6.89 6.89 0 0 0-5.443-2.667a6.907 6.907 0 0 0-6.906 6.906a6.9 6.9 0 0 0 3.996 6.256c.709-4.195 3.983-8.672 8.353-10.495m13.619-2.666a6.88 6.88 0 0 0-5.443 2.667c4.369 1.823 7.643 6.3 8.354 10.496a6.902 6.902 0 0 0-2.911-13.163"/><path fill="#ffe8b6" d="M34 22.593c-2-10.045-11.333-6.5-16-6.5s-14-3.546-16 6.5c-1.295 6.504 3.794 9.879 9.032 11.387C12.682 35.212 15.19 36 18 36s5.318-.788 6.969-2.021c5.237-1.508 10.326-4.882 9.031-11.386"/><path fill="#ffcc4d" d="M30.6 18c0 11-5.641 6-12.6 6S5.4 29 5.4 18c0-5.799 5.641-13 12.6-13s12.6 7.201 12.6 13"/><path fill="#ea596e" d="M20.905 27.956c0 1.604-2.012 3.352-2.905 3.352c-.894 0-2.905-1.748-2.905-3.352C15.095 26.351 16.882 26 18 26s2.905.351 2.905 1.956"/><path fill="#c1694f" d="M35.515 30.303c-5.245-3.146-12.355-2.175-12.656-2.133c-.014.002-.023.011-.037.013c-.081.015-.153.048-.228.081c-.046.021-.093.035-.134.062c-.061.039-.107.092-.158.144c-.041.041-.084.076-.117.123c-.036.052-.056.111-.082.17c-.027.062-.058.121-.071.189c-.004.016-.015.028-.018.045c-.009.055.006.105.006.159c-.001.049-.016.095-.009.146c.002.016.012.027.015.042c.013.069.041.13.067.193c.024.06.044.12.079.173c.028.044.067.076.101.115c.053.058.104.114.168.158c.038.026.083.041.125.062c.074.036.146.07.229.087c.015.003.026.013.041.016c.056.01 5.636.977 8.364 4.613c.196.263.496.4.801.4a.998.998 0 0 0 .799-1.599c-1.108-1.479-2.573-2.566-4.025-3.369c1.88.242 3.942.765 5.711 1.826a1 1 0 0 0 1.372-.342c.284-.476.13-1.09-.343-1.374m-21.686-.596c.034-.052.053-.111.077-.169c.026-.064.055-.124.068-.193c.003-.016.013-.028.016-.044c.007-.053-.008-.103-.009-.154s.014-.1.005-.151c-.002-.016-.013-.027-.016-.043c-.015-.069-.045-.131-.074-.194c-.025-.057-.045-.115-.08-.165c-.032-.047-.075-.082-.115-.123c-.051-.053-.099-.105-.16-.146c-.04-.025-.087-.039-.131-.06a1 1 0 0 0-.23-.081c-.014-.003-.024-.012-.038-.014c-.301-.042-7.412-1.014-12.656 2.133a1 1 0 1 0 1.029 1.714c1.768-1.061 3.83-1.583 5.709-1.825c-1.451.802-2.915 1.89-4.023 3.368A.998.998 0 0 0 4 35.159a1 1 0 0 0 .801-.4c2.717-3.622 8.31-4.604 8.366-4.613c.015-.003.025-.012.04-.016c.077-.016.144-.049.214-.082c.048-.022.099-.039.142-.069c.059-.04.104-.093.152-.144c.039-.042.082-.079.114-.128"/><path fill="#272b2b" d="M10 20s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm12 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.5" cy="9.5" r="8.5" fill="#ffcc4d"/><circle cx="27.5" cy="9.5" r="8.5" fill="#ffcc4d"/><path fill="#ea596e" d="M13.912 5.854a6.89 6.89 0 0 0-5.443-2.667a6.907 6.907 0 0 0-6.906 6.906a6.9 6.9 0 0 0 3.996 6.256c.709-4.195 3.983-8.672 8.353-10.495m13.619-2.666a6.88 6.88 0 0 0-5.443 2.667c4.369 1.823 7.643 6.3 8.354 10.496a6.902 6.902 0 0 0-2.911-13.163"/><path fill="#ffe8b6" d="M34 22.593c-2-10.045-11.333-6.5-16-6.5s-14-3.546-16 6.5c-1.295 6.504 3.794 9.879 9.032 11.387C12.682 35.212 15.19 36 18 36s5.318-.788 6.969-2.021c5.237-1.508 10.326-4.882 9.031-11.386"/><path fill="#ffcc4d" d="M30.6 18c0 11-5.641 6-12.6 6S5.4 29 5.4 18c0-5.799 5.641-13 12.6-13s12.6 7.201 12.6 13"/><path fill="#ea596e" d="M20.905 27.956c0 1.604-2.012 3.352-2.905 3.352c-.894 0-2.905-1.748-2.905-3.352C15.095 26.351 16.882 26 18 26s2.905.351 2.905 1.956"/><path fill="#c1694f" d="M35.515 30.303c-5.245-3.146-12.355-2.175-12.656-2.133c-.014.002-.023.011-.037.013c-.081.015-.153.048-.228.081c-.046.021-.093.035-.134.062c-.061.039-.107.092-.158.144c-.041.041-.084.076-.117.123c-.036.052-.056.111-.082.17c-.027.062-.058.121-.071.189c-.004.016-.015.028-.018.045c-.009.055.006.105.006.159c-.001.049-.016.095-.009.146c.002.016.012.027.015.042c.013.069.041.13.067.193c.024.06.044.12.079.173c.028.044.067.076.101.115c.053.058.104.114.168.158c.038.026.083.041.125.062c.074.036.146.07.229.087c.015.003.026.013.041.016c.056.01 5.636.977 8.364 4.613c.196.263.496.4.801.4a.998.998 0 0 0 .799-1.599c-1.108-1.479-2.573-2.566-4.025-3.369c1.88.242 3.942.765 5.711 1.826a1 1 0 0 0 1.372-.342c.284-.476.13-1.09-.343-1.374m-21.686-.596c.034-.052.053-.111.077-.169c.026-.064.055-.124.068-.193c.003-.016.013-.028.016-.044c.007-.053-.008-.103-.009-.154s.014-.1.005-.151c-.002-.016-.013-.027-.016-.043c-.015-.069-.045-.131-.074-.194c-.025-.057-.045-.115-.08-.165c-.032-.047-.075-.082-.115-.123c-.051-.053-.099-.105-.16-.146c-.04-.025-.087-.039-.131-.06a1 1 0 0 0-.23-.081c-.014-.003-.024-.012-.038-.014c-.301-.042-7.412-1.014-12.656 2.133a1 1 0 1 0 1.029 1.714c1.768-1.061 3.83-1.583 5.709-1.825c-1.451.802-2.915 1.89-4.023 3.368A.998.998 0 0 0 4 35.159a1 1 0 0 0 .801-.4c2.717-3.622 8.31-4.604 8.366-4.613c.015-.003.025-.012.04-.016c.077-.016.144-.049.214-.082c.048-.022.099-.039.142-.069c.059-.04.104-.093.152-.144c.039-.042.082-.079.114-.128"/><path fill="#272b2b" d="M10 20s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm12 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M13.912%205.854a6.89%206.89%200%200%200-5.443-2.667a6.907%206.907%200%200%200-6.906%206.906a6.9%206.9%200%200%200%203.996%206.256c.709-4.195%203.983-8.672%208.353-10.495m13.619-2.666a6.88%206.88%200%200%200-5.443%202.667c4.369%201.823%207.643%206.3%208.354%2010.496a6.902%206.902%200%200%200-2.911-13.163%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22M34%2022.593c-2-10.045-11.333-6.5-16-6.5s-14-3.546-16%206.5c-1.295%206.504%203.794%209.879%209.032%2011.387C12.682%2035.212%2015.19%2036%2018%2036s5.318-.788%206.969-2.021c5.237-1.508%2010.326-4.882%209.031-11.386%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M30.6%2018c0%2011-5.641%206-12.6%206S5.4%2029%205.4%2018c0-5.799%205.641-13%2012.6-13s12.6%207.201%2012.6%2013%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M20.905%2027.956c0%201.604-2.012%203.352-2.905%203.352c-.894%200-2.905-1.748-2.905-3.352C15.095%2026.351%2016.882%2026%2018%2026s2.905.351%202.905%201.956%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M35.515%2030.303c-5.245-3.146-12.355-2.175-12.656-2.133c-.014.002-.023.011-.037.013c-.081.015-.153.048-.228.081c-.046.021-.093.035-.134.062c-.061.039-.107.092-.158.144c-.041.041-.084.076-.117.123c-.036.052-.056.111-.082.17c-.027.062-.058.121-.071.189c-.004.016-.015.028-.018.045c-.009.055.006.105.006.159c-.001.049-.016.095-.009.146c.002.016.012.027.015.042c.013.069.041.13.067.193c.024.06.044.12.079.173c.028.044.067.076.101.115c.053.058.104.114.168.158c.038.026.083.041.125.062c.074.036.146.07.229.087c.015.003.026.013.041.016c.056.01%205.636.977%208.364%204.613c.196.263.496.4.801.4a.998.998%200%200%200%20.799-1.599c-1.108-1.479-2.573-2.566-4.025-3.369c1.88.242%203.942.765%205.711%201.826a1%201%200%200%200%201.372-.342c.284-.476.13-1.09-.343-1.374m-21.686-.596c.034-.052.053-.111.077-.169c.026-.064.055-.124.068-.193c.003-.016.013-.028.016-.044c.007-.053-.008-.103-.009-.154s.014-.1.005-.151c-.002-.016-.013-.027-.016-.043c-.015-.069-.045-.131-.074-.194c-.025-.057-.045-.115-.08-.165c-.032-.047-.075-.082-.115-.123c-.051-.053-.099-.105-.16-.146c-.04-.025-.087-.039-.131-.06a1%201%200%200%200-.23-.081c-.014-.003-.024-.012-.038-.014c-.301-.042-7.412-1.014-12.656%202.133a1%201%200%201%200%201.029%201.714c1.768-1.061%203.83-1.583%205.709-1.825c-1.451.802-2.915%201.89-4.023%203.368A.998.998%200%200%200%204%2035.159a1%201%200%200%200%20.801-.4c2.717-3.622%208.31-4.604%208.366-4.613c.015-.003.025-.012.04-.016c.077-.016.144-.049.214-.082c.048-.022.099-.039.142-.069c.059-.04.104-.093.152-.144c.039-.042.082-.079.114-.128%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M10%2020s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm12%200s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%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%3Ccircle%20cx%3D%228.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M13.912%205.854a6.89%206.89%200%200%200-5.443-2.667a6.907%206.907%200%200%200-6.906%206.906a6.9%206.9%200%200%200%203.996%206.256c.709-4.195%203.983-8.672%208.353-10.495m13.619-2.666a6.88%206.88%200%200%200-5.443%202.667c4.369%201.823%207.643%206.3%208.354%2010.496a6.902%206.902%200%200%200-2.911-13.163%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22M34%2022.593c-2-10.045-11.333-6.5-16-6.5s-14-3.546-16%206.5c-1.295%206.504%203.794%209.879%209.032%2011.387C12.682%2035.212%2015.19%2036%2018%2036s5.318-.788%206.969-2.021c5.237-1.508%2010.326-4.882%209.031-11.386%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M30.6%2018c0%2011-5.641%206-12.6%206S5.4%2029%205.4%2018c0-5.799%205.641-13%2012.6-13s12.6%207.201%2012.6%2013%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M20.905%2027.956c0%201.604-2.012%203.352-2.905%203.352c-.894%200-2.905-1.748-2.905-3.352C15.095%2026.351%2016.882%2026%2018%2026s2.905.351%202.905%201.956%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M35.515%2030.303c-5.245-3.146-12.355-2.175-12.656-2.133c-.014.002-.023.011-.037.013c-.081.015-.153.048-.228.081c-.046.021-.093.035-.134.062c-.061.039-.107.092-.158.144c-.041.041-.084.076-.117.123c-.036.052-.056.111-.082.17c-.027.062-.058.121-.071.189c-.004.016-.015.028-.018.045c-.009.055.006.105.006.159c-.001.049-.016.095-.009.146c.002.016.012.027.015.042c.013.069.041.13.067.193c.024.06.044.12.079.173c.028.044.067.076.101.115c.053.058.104.114.168.158c.038.026.083.041.125.062c.074.036.146.07.229.087c.015.003.026.013.041.016c.056.01%205.636.977%208.364%204.613c.196.263.496.4.801.4a.998.998%200%200%200%20.799-1.599c-1.108-1.479-2.573-2.566-4.025-3.369c1.88.242%203.942.765%205.711%201.826a1%201%200%200%200%201.372-.342c.284-.476.13-1.09-.343-1.374m-21.686-.596c.034-.052.053-.111.077-.169c.026-.064.055-.124.068-.193c.003-.016.013-.028.016-.044c.007-.053-.008-.103-.009-.154s.014-.1.005-.151c-.002-.016-.013-.027-.016-.043c-.015-.069-.045-.131-.074-.194c-.025-.057-.045-.115-.08-.165c-.032-.047-.075-.082-.115-.123c-.051-.053-.099-.105-.16-.146c-.04-.025-.087-.039-.131-.06a1%201%200%200%200-.23-.081c-.014-.003-.024-.012-.038-.014c-.301-.042-7.412-1.014-12.656%202.133a1%201%200%201%200%201.029%201.714c1.768-1.061%203.83-1.583%205.709-1.825c-1.451.802-2.915%201.89-4.023%203.368A.998.998%200%200%200%204%2035.159a1%201%200%200%200%20.801-.4c2.717-3.622%208.31-4.604%208.366-4.613c.015-.003.025-.012.04-.016c.077-.016.144-.049.214-.082c.048-.022.099-.039.142-.069c.059-.04.104-.093.152-.144c.039-.042.082-.079.114-.128%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M10%2020s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm12%200s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/hamster.svg?color=%231a73e8&size=48