beaver emoji
beaver from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- beaver
- 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 beaver emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.5 6c-.28 0-.5.251-.5.571v.858c0 .32.22.571.5.571s.5-.251.5-.571V6.57C8 6.251 7.78 6 7.5 6"/><path d="M31 16.423c0-5.778-4.703-10.446-10.5-10.446h-3.86a.3.3 0 0 1-.067-.008A2.5 2.5 0 0 0 17 4.561A2.56 2.56 0 0 0 14.43 2a2.57 2.57 0 0 0-1.865.799a5.5 5.5 0 0 0-2.767.031l-7.14 1.94h-.004A2.245 2.245 0 0 0 1 6.927v.507a6.46 6.46 0 0 0 1.003 3.467v1.709c0 .21.18.39.39.39h1.22c.12 0 .229-.058.301-.146q.512.34 1.086.581v.002h-.719c-.704 0-1.281.577-1.281 1.282C3 15.423 3.577 16 4.281 16h.944c.53 1.81 1.951 3.288 3.775 3.817v.636l-.41-.148a.04.04 0 0 1-.017-.006q-.007-.005-.016-.005l-.032-.011A4.8 4.8 0 0 0 6.742 20c-2.586.087-4.695 2.206-4.738 4.804a4.896 4.896 0 0 0 4.89 4.977h14.052c2.71 0 5-1.773 5.774-4.225c2.6-2.22 4.28-5.685 4.28-9.134M13.899 4.355A.57.57 0 0 1 14.43 4c.323 0 .57.254.57.561a.55.55 0 0 1-.288.48l-.99.553l1.092 1.482l.01.012c.434.552 1.1.89 1.816.89h3.86c4.703 0 8.5 3.782 8.5 8.445c0 3.194-1.776 6.466-4.39 8.23l-.19.128a7.83 7.83 0 0 1-4.31-.303l-9.11-3.3v-2.124c1.136-.093 2.111-.505 2.831-1.211c.824-.81 1.263-1.957 1.263-3.312a.5.5 0 0 0-1 0c0 1.135-.363 2.009-.964 2.598c-.567.558-1.39.904-2.438.941l-.582-.064c-1.56-.172-2.847-1.47-3.074-3.07H8.31c.959 0 1.8-.503 2.276-1.253l.003-.006q.099-.158.175-.33l.39-.878c.202-.282.3-.64.3-1.059c0-.924-.691-1.657-1.412-2.124c-.74-.478-1.674-.786-2.452-.786H6.26a1.38 1.38 0 0 1-1.277-.859l-.524-1.289l5.863-1.592a3.48 3.48 0 0 1 2.26.146l.94.394zm-3.446 7.055c0 .315-.083.457-.16.533H7.53c-1.99 0-3.68-1.28-4.289-3.054c.342-.21.625-.51.813-.879l.003.01A2.38 2.38 0 0 0 6.26 9.5h1.33c.552 0 1.3.232 1.909.626c.628.406.954.878.954 1.284"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBeaver(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="M7.5 6c-.28 0-.5.251-.5.571v.858c0 .32.22.571.5.571s.5-.251.5-.571V6.57C8 6.251 7.78 6 7.5 6"/><path d="M31 16.423c0-5.778-4.703-10.446-10.5-10.446h-3.86a.3.3 0 0 1-.067-.008A2.5 2.5 0 0 0 17 4.561A2.56 2.56 0 0 0 14.43 2a2.57 2.57 0 0 0-1.865.799a5.5 5.5 0 0 0-2.767.031l-7.14 1.94h-.004A2.245 2.245 0 0 0 1 6.927v.507a6.46 6.46 0 0 0 1.003 3.467v1.709c0 .21.18.39.39.39h1.22c.12 0 .229-.058.301-.146q.512.34 1.086.581v.002h-.719c-.704 0-1.281.577-1.281 1.282C3 15.423 3.577 16 4.281 16h.944c.53 1.81 1.951 3.288 3.775 3.817v.636l-.41-.148a.04.04 0 0 1-.017-.006q-.007-.005-.016-.005l-.032-.011A4.8 4.8 0 0 0 6.742 20c-2.586.087-4.695 2.206-4.738 4.804a4.896 4.896 0 0 0 4.89 4.977h14.052c2.71 0 5-1.773 5.774-4.225c2.6-2.22 4.28-5.685 4.28-9.134M13.899 4.355A.57.57 0 0 1 14.43 4c.323 0 .57.254.57.561a.55.55 0 0 1-.288.48l-.99.553l1.092 1.482l.01.012c.434.552 1.1.89 1.816.89h3.86c4.703 0 8.5 3.782 8.5 8.445c0 3.194-1.776 6.466-4.39 8.23l-.19.128a7.83 7.83 0 0 1-4.31-.303l-9.11-3.3v-2.124c1.136-.093 2.111-.505 2.831-1.211c.824-.81 1.263-1.957 1.263-3.312a.5.5 0 0 0-1 0c0 1.135-.363 2.009-.964 2.598c-.567.558-1.39.904-2.438.941l-.582-.064c-1.56-.172-2.847-1.47-3.074-3.07H8.31c.959 0 1.8-.503 2.276-1.253l.003-.006q.099-.158.175-.33l.39-.878c.202-.282.3-.64.3-1.059c0-.924-.691-1.657-1.412-2.124c-.74-.478-1.674-.786-2.452-.786H6.26a1.38 1.38 0 0 1-1.277-.859l-.524-1.289l5.863-1.592a3.48 3.48 0 0 1 2.26.146l.94.394zm-3.446 7.055c0 .315-.083.457-.16.533H7.53c-1.99 0-3.68-1.28-4.289-3.054c.342-.21.625-.51.813-.879l.003.01A2.38 2.38 0 0 0 6.26 9.5h1.33c.552 0 1.3.232 1.909.626c.628.406.954.878.954 1.284"/></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="M7.5 6c-.28 0-.5.251-.5.571v.858c0 .32.22.571.5.571s.5-.251.5-.571V6.57C8 6.251 7.78 6 7.5 6"/><path d="M31 16.423c0-5.778-4.703-10.446-10.5-10.446h-3.86a.3.3 0 0 1-.067-.008A2.5 2.5 0 0 0 17 4.561A2.56 2.56 0 0 0 14.43 2a2.57 2.57 0 0 0-1.865.799a5.5 5.5 0 0 0-2.767.031l-7.14 1.94h-.004A2.245 2.245 0 0 0 1 6.927v.507a6.46 6.46 0 0 0 1.003 3.467v1.709c0 .21.18.39.39.39h1.22c.12 0 .229-.058.301-.146q.512.34 1.086.581v.002h-.719c-.704 0-1.281.577-1.281 1.282C3 15.423 3.577 16 4.281 16h.944c.53 1.81 1.951 3.288 3.775 3.817v.636l-.41-.148a.04.04 0 0 1-.017-.006q-.007-.005-.016-.005l-.032-.011A4.8 4.8 0 0 0 6.742 20c-2.586.087-4.695 2.206-4.738 4.804a4.896 4.896 0 0 0 4.89 4.977h14.052c2.71 0 5-1.773 5.774-4.225c2.6-2.22 4.28-5.685 4.28-9.134M13.899 4.355A.57.57 0 0 1 14.43 4c.323 0 .57.254.57.561a.55.55 0 0 1-.288.48l-.99.553l1.092 1.482l.01.012c.434.552 1.1.89 1.816.89h3.86c4.703 0 8.5 3.782 8.5 8.445c0 3.194-1.776 6.466-4.39 8.23l-.19.128a7.83 7.83 0 0 1-4.31-.303l-9.11-3.3v-2.124c1.136-.093 2.111-.505 2.831-1.211c.824-.81 1.263-1.957 1.263-3.312a.5.5 0 0 0-1 0c0 1.135-.363 2.009-.964 2.598c-.567.558-1.39.904-2.438.941l-.582-.064c-1.56-.172-2.847-1.47-3.074-3.07H8.31c.959 0 1.8-.503 2.276-1.253l.003-.006q.099-.158.175-.33l.39-.878c.202-.282.3-.64.3-1.059c0-.924-.691-1.657-1.412-2.124c-.74-.478-1.674-.786-2.452-.786H6.26a1.38 1.38 0 0 1-1.277-.859l-.524-1.289l5.863-1.592a3.48 3.48 0 0 1 2.26.146l.94.394zm-3.446 7.055c0 .315-.083.457-.16.533H7.53c-1.99 0-3.68-1.28-4.289-3.054c.342-.21.625-.51.813-.879l.003.01A2.38 2.38 0 0 0 6.26 9.5h1.33c.552 0 1.3.232 1.909.626c.628.406.954.878.954 1.284"/></g></svg> </template>
CSS
.icon-beaver {
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%22M7.5%206c-.28%200-.5.251-.5.571v.858c0%20.32.22.571.5.571s.5-.251.5-.571V6.57C8%206.251%207.78%206%207.5%206%22%2F%3E%3Cpath%20d%3D%22M31%2016.423c0-5.778-4.703-10.446-10.5-10.446h-3.86a.3.3%200%200%201-.067-.008A2.5%202.5%200%200%200%2017%204.561A2.56%202.56%200%200%200%2014.43%202a2.57%202.57%200%200%200-1.865.799a5.5%205.5%200%200%200-2.767.031l-7.14%201.94h-.004A2.245%202.245%200%200%200%201%206.927v.507a6.46%206.46%200%200%200%201.003%203.467v1.709c0%20.21.18.39.39.39h1.22c.12%200%20.229-.058.301-.146q.512.34%201.086.581v.002h-.719c-.704%200-1.281.577-1.281%201.282C3%2015.423%203.577%2016%204.281%2016h.944c.53%201.81%201.951%203.288%203.775%203.817v.636l-.41-.148a.04.04%200%200%201-.017-.006q-.007-.005-.016-.005l-.032-.011A4.8%204.8%200%200%200%206.742%2020c-2.586.087-4.695%202.206-4.738%204.804a4.896%204.896%200%200%200%204.89%204.977h14.052c2.71%200%205-1.773%205.774-4.225c2.6-2.22%204.28-5.685%204.28-9.134M13.899%204.355A.57.57%200%200%201%2014.43%204c.323%200%20.57.254.57.561a.55.55%200%200%201-.288.48l-.99.553l1.092%201.482l.01.012c.434.552%201.1.89%201.816.89h3.86c4.703%200%208.5%203.782%208.5%208.445c0%203.194-1.776%206.466-4.39%208.23l-.19.128a7.83%207.83%200%200%201-4.31-.303l-9.11-3.3v-2.124c1.136-.093%202.111-.505%202.831-1.211c.824-.81%201.263-1.957%201.263-3.312a.5.5%200%200%200-1%200c0%201.135-.363%202.009-.964%202.598c-.567.558-1.39.904-2.438.941l-.582-.064c-1.56-.172-2.847-1.47-3.074-3.07H8.31c.959%200%201.8-.503%202.276-1.253l.003-.006q.099-.158.175-.33l.39-.878c.202-.282.3-.64.3-1.059c0-.924-.691-1.657-1.412-2.124c-.74-.478-1.674-.786-2.452-.786H6.26a1.38%201.38%200%200%201-1.277-.859l-.524-1.289l5.863-1.592a3.48%203.48%200%200%201%202.26.146l.94.394zm-3.446%207.055c0%20.315-.083.457-.16.533H7.53c-1.99%200-3.68-1.28-4.289-3.054c.342-.21.625-.51.813-.879l.003.01A2.38%202.38%200%200%200%206.26%209.5h1.33c.552%200%201.3.232%201.909.626c.628.406.954.878.954%201.284%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%22M7.5%206c-.28%200-.5.251-.5.571v.858c0%20.32.22.571.5.571s.5-.251.5-.571V6.57C8%206.251%207.78%206%207.5%206%22%2F%3E%3Cpath%20d%3D%22M31%2016.423c0-5.778-4.703-10.446-10.5-10.446h-3.86a.3.3%200%200%201-.067-.008A2.5%202.5%200%200%200%2017%204.561A2.56%202.56%200%200%200%2014.43%202a2.57%202.57%200%200%200-1.865.799a5.5%205.5%200%200%200-2.767.031l-7.14%201.94h-.004A2.245%202.245%200%200%200%201%206.927v.507a6.46%206.46%200%200%200%201.003%203.467v1.709c0%20.21.18.39.39.39h1.22c.12%200%20.229-.058.301-.146q.512.34%201.086.581v.002h-.719c-.704%200-1.281.577-1.281%201.282C3%2015.423%203.577%2016%204.281%2016h.944c.53%201.81%201.951%203.288%203.775%203.817v.636l-.41-.148a.04.04%200%200%201-.017-.006q-.007-.005-.016-.005l-.032-.011A4.8%204.8%200%200%200%206.742%2020c-2.586.087-4.695%202.206-4.738%204.804a4.896%204.896%200%200%200%204.89%204.977h14.052c2.71%200%205-1.773%205.774-4.225c2.6-2.22%204.28-5.685%204.28-9.134M13.899%204.355A.57.57%200%200%201%2014.43%204c.323%200%20.57.254.57.561a.55.55%200%200%201-.288.48l-.99.553l1.092%201.482l.01.012c.434.552%201.1.89%201.816.89h3.86c4.703%200%208.5%203.782%208.5%208.445c0%203.194-1.776%206.466-4.39%208.23l-.19.128a7.83%207.83%200%200%201-4.31-.303l-9.11-3.3v-2.124c1.136-.093%202.111-.505%202.831-1.211c.824-.81%201.263-1.957%201.263-3.312a.5.5%200%200%200-1%200c0%201.135-.363%202.009-.964%202.598c-.567.558-1.39.904-2.438.941l-.582-.064c-1.56-.172-2.847-1.47-3.074-3.07H8.31c.959%200%201.8-.503%202.276-1.253l.003-.006q.099-.158.175-.33l.39-.878c.202-.282.3-.64.3-1.059c0-.924-.691-1.657-1.412-2.124c-.74-.478-1.674-.786-2.452-.786H6.26a1.38%201.38%200%200%201-1.277-.859l-.524-1.289l5.863-1.592a3.48%203.48%200%200%201%202.26.146l.94.394zm-3.446%207.055c0%20.315-.083.457-.16.533H7.53c-1.99%200-3.68-1.28-4.289-3.054c.342-.21.625-.51.813-.879l.003.01A2.38%202.38%200%200%200%206.26%209.5h1.33c.552%200%201.3.232%201.909.626c.628.406.954.878.954%201.284%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/beaver.svg?color=%231a73e8&size=48