swan emoji
swan from Noto Emoji by Google Inc · Default · Animals & Nature · Apache-2.0 Free for personal and commercial use.
- Name
- swan
- Set
- Noto Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More animals & nature icons from Noto Emoji
Use the swan emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dcedf5" d="M36.54 12.89c9.1 2.82 11.26 12.01 10.7 18.96s-5.3 13.33-8.45 18.21c-3.1 4.81-8.67 12.74-10.42 15.86c-3.33 5.96-2.63 8.82-2.63 8.82s8.63-4.97 26.37-12.01C65 57.61 85.16 57.38 96.7 59.35s18.68 4.69 19.43 5.63s-3.75 4.88-1.6 5.73c2.16.84 6.95-4.27 8.17-3.66c2.12 1.06-.19 20.37-7.6 32.1s-22.57 18.4-50.77 18.58c-28.07.19-46.15.35-56.22-17.27c-7.13-12.48-.66-28.25 5.16-38.01C19.4 52.16 36.36 35.4 30.63 32.6c-3.85-1.88-9.1 2.53-9.1 2.53l-7.6-7.79s-.72-3.49 1.13-6.95c2.19-4.12 10.07-11.03 21.48-7.5"/><path fill="#fea6a4" d="M13.03 28.94s-.84 6.34-4.93 9.01c-3.69 2.42-3.81 3.61-3.1 4.93c.99 1.83 5.63 1.55 8.59-.28s7.46-6.76 7.46-6.76l-3.1-7.04z"/><path fill="#464b4e" d="M20.4 29.41c.99 1.6 2.77 3.8 1.64 6.15c-.74 1.53-3.57-.94-6.62-3.94c-1.1-1.08-4.69-3.99-2.63-5.49c2.25-1.64 4.97.66 4.97.66s.66-2.63 2.06-3.66c1.41-1.03 3.33-1.03 4.22-.09c1.33 1.4.66 3.47-.56 4.5c-1 .85-3.08 1.87-3.08 1.87"/><path fill="#68a4af" d="M60.78 92.35c-9.79 0-21.31-3.05-24.12-5.21c-.53-.4-.62-1.16-.22-1.68s1.16-.62 1.68-.22c2.58 1.98 17.77 5.92 27.82 4.36c3.47-.54 5.81-1.67 6.97-3.34c1.46-2.11-1.73-4.44-1.87-4.53c-.45-.32-.62-.9-.42-1.41s.72-.83 1.26-.75c.07.01 6.98.76 8.29-2.88c.78-2.15-.95-3.03-1.31-3.18c-.54-.23-.83-.82-.7-1.39c.14-.57.66-.96 1.24-.92c.08 0 8.07.43 8.49-3.17c.24-2.07-1.34-2.5-1.52-2.54a1.2 1.2 0 1 1 .54-2.34c1.33.31 3.76 1.79 3.36 5.16c-.46 3.89-4.9 4.96-8 5.23c.54 1.01.74 2.33.15 3.96c-1.25 3.45-5.06 4.34-7.81 4.51c1.08 1.57 1.65 3.61.26 5.62c-1.55 2.23-4.43 3.69-8.58 4.34c-1.71.26-3.57.38-5.51.38"/><path fill="#68a4af" d="M65.67 104.67c-.26 0-.53 0-.8-.01c-18.97-.28-36.61-14.68-37.35-15.29c-.51-.42-.58-1.18-.16-1.69s1.18-.58 1.69-.16c.18.14 17.74 14.47 35.86 14.74c13.8.24 21.32-5.23 22.31-8.19c.5-1.5-.2-2.35-.23-2.39c-.32-.38-.38-.92-.15-1.35s.7-.69 1.19-.64c.08.01 8.15.88 10.23-3.54c1.69-3.59-.76-5.16-.86-5.23a1.2 1.2 0 0 1 .92-2.18c.06.01 6.26 1.45 8.43-2.42c.55-.97.67-1.81.39-2.56c-.5-1.31-2.22-2.17-2.84-2.39s-.95-.9-.74-1.53c.22-.62.89-.96 1.52-.74c.13.05 3.29 1.16 4.29 3.79c.55 1.43.37 2.98-.54 4.59c-1.87 3.34-5.45 3.96-8.07 3.93c.62 1.44.78 3.39-.33 5.76c-2.05 4.38-7.67 5-10.7 5c.13.75.1 1.66-.23 2.66c-1.39 4.13-9.68 9.84-23.83 9.84"/></svg>
React
import type { SVGProps } from "react";
export function NotoSwan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dcedf5" d="M36.54 12.89c9.1 2.82 11.26 12.01 10.7 18.96s-5.3 13.33-8.45 18.21c-3.1 4.81-8.67 12.74-10.42 15.86c-3.33 5.96-2.63 8.82-2.63 8.82s8.63-4.97 26.37-12.01C65 57.61 85.16 57.38 96.7 59.35s18.68 4.69 19.43 5.63s-3.75 4.88-1.6 5.73c2.16.84 6.95-4.27 8.17-3.66c2.12 1.06-.19 20.37-7.6 32.1s-22.57 18.4-50.77 18.58c-28.07.19-46.15.35-56.22-17.27c-7.13-12.48-.66-28.25 5.16-38.01C19.4 52.16 36.36 35.4 30.63 32.6c-3.85-1.88-9.1 2.53-9.1 2.53l-7.6-7.79s-.72-3.49 1.13-6.95c2.19-4.12 10.07-11.03 21.48-7.5"/><path fill="#fea6a4" d="M13.03 28.94s-.84 6.34-4.93 9.01c-3.69 2.42-3.81 3.61-3.1 4.93c.99 1.83 5.63 1.55 8.59-.28s7.46-6.76 7.46-6.76l-3.1-7.04z"/><path fill="#464b4e" d="M20.4 29.41c.99 1.6 2.77 3.8 1.64 6.15c-.74 1.53-3.57-.94-6.62-3.94c-1.1-1.08-4.69-3.99-2.63-5.49c2.25-1.64 4.97.66 4.97.66s.66-2.63 2.06-3.66c1.41-1.03 3.33-1.03 4.22-.09c1.33 1.4.66 3.47-.56 4.5c-1 .85-3.08 1.87-3.08 1.87"/><path fill="#68a4af" d="M60.78 92.35c-9.79 0-21.31-3.05-24.12-5.21c-.53-.4-.62-1.16-.22-1.68s1.16-.62 1.68-.22c2.58 1.98 17.77 5.92 27.82 4.36c3.47-.54 5.81-1.67 6.97-3.34c1.46-2.11-1.73-4.44-1.87-4.53c-.45-.32-.62-.9-.42-1.41s.72-.83 1.26-.75c.07.01 6.98.76 8.29-2.88c.78-2.15-.95-3.03-1.31-3.18c-.54-.23-.83-.82-.7-1.39c.14-.57.66-.96 1.24-.92c.08 0 8.07.43 8.49-3.17c.24-2.07-1.34-2.5-1.52-2.54a1.2 1.2 0 1 1 .54-2.34c1.33.31 3.76 1.79 3.36 5.16c-.46 3.89-4.9 4.96-8 5.23c.54 1.01.74 2.33.15 3.96c-1.25 3.45-5.06 4.34-7.81 4.51c1.08 1.57 1.65 3.61.26 5.62c-1.55 2.23-4.43 3.69-8.58 4.34c-1.71.26-3.57.38-5.51.38"/><path fill="#68a4af" d="M65.67 104.67c-.26 0-.53 0-.8-.01c-18.97-.28-36.61-14.68-37.35-15.29c-.51-.42-.58-1.18-.16-1.69s1.18-.58 1.69-.16c.18.14 17.74 14.47 35.86 14.74c13.8.24 21.32-5.23 22.31-8.19c.5-1.5-.2-2.35-.23-2.39c-.32-.38-.38-.92-.15-1.35s.7-.69 1.19-.64c.08.01 8.15.88 10.23-3.54c1.69-3.59-.76-5.16-.86-5.23a1.2 1.2 0 0 1 .92-2.18c.06.01 6.26 1.45 8.43-2.42c.55-.97.67-1.81.39-2.56c-.5-1.31-2.22-2.17-2.84-2.39s-.95-.9-.74-1.53c.22-.62.89-.96 1.52-.74c.13.05 3.29 1.16 4.29 3.79c.55 1.43.37 2.98-.54 4.59c-1.87 3.34-5.45 3.96-8.07 3.93c.62 1.44.78 3.39-.33 5.76c-2.05 4.38-7.67 5-10.7 5c.13.75.1 1.66-.23 2.66c-1.39 4.13-9.68 9.84-23.83 9.84"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dcedf5" d="M36.54 12.89c9.1 2.82 11.26 12.01 10.7 18.96s-5.3 13.33-8.45 18.21c-3.1 4.81-8.67 12.74-10.42 15.86c-3.33 5.96-2.63 8.82-2.63 8.82s8.63-4.97 26.37-12.01C65 57.61 85.16 57.38 96.7 59.35s18.68 4.69 19.43 5.63s-3.75 4.88-1.6 5.73c2.16.84 6.95-4.27 8.17-3.66c2.12 1.06-.19 20.37-7.6 32.1s-22.57 18.4-50.77 18.58c-28.07.19-46.15.35-56.22-17.27c-7.13-12.48-.66-28.25 5.16-38.01C19.4 52.16 36.36 35.4 30.63 32.6c-3.85-1.88-9.1 2.53-9.1 2.53l-7.6-7.79s-.72-3.49 1.13-6.95c2.19-4.12 10.07-11.03 21.48-7.5"/><path fill="#fea6a4" d="M13.03 28.94s-.84 6.34-4.93 9.01c-3.69 2.42-3.81 3.61-3.1 4.93c.99 1.83 5.63 1.55 8.59-.28s7.46-6.76 7.46-6.76l-3.1-7.04z"/><path fill="#464b4e" d="M20.4 29.41c.99 1.6 2.77 3.8 1.64 6.15c-.74 1.53-3.57-.94-6.62-3.94c-1.1-1.08-4.69-3.99-2.63-5.49c2.25-1.64 4.97.66 4.97.66s.66-2.63 2.06-3.66c1.41-1.03 3.33-1.03 4.22-.09c1.33 1.4.66 3.47-.56 4.5c-1 .85-3.08 1.87-3.08 1.87"/><path fill="#68a4af" d="M60.78 92.35c-9.79 0-21.31-3.05-24.12-5.21c-.53-.4-.62-1.16-.22-1.68s1.16-.62 1.68-.22c2.58 1.98 17.77 5.92 27.82 4.36c3.47-.54 5.81-1.67 6.97-3.34c1.46-2.11-1.73-4.44-1.87-4.53c-.45-.32-.62-.9-.42-1.41s.72-.83 1.26-.75c.07.01 6.98.76 8.29-2.88c.78-2.15-.95-3.03-1.31-3.18c-.54-.23-.83-.82-.7-1.39c.14-.57.66-.96 1.24-.92c.08 0 8.07.43 8.49-3.17c.24-2.07-1.34-2.5-1.52-2.54a1.2 1.2 0 1 1 .54-2.34c1.33.31 3.76 1.79 3.36 5.16c-.46 3.89-4.9 4.96-8 5.23c.54 1.01.74 2.33.15 3.96c-1.25 3.45-5.06 4.34-7.81 4.51c1.08 1.57 1.65 3.61.26 5.62c-1.55 2.23-4.43 3.69-8.58 4.34c-1.71.26-3.57.38-5.51.38"/><path fill="#68a4af" d="M65.67 104.67c-.26 0-.53 0-.8-.01c-18.97-.28-36.61-14.68-37.35-15.29c-.51-.42-.58-1.18-.16-1.69s1.18-.58 1.69-.16c.18.14 17.74 14.47 35.86 14.74c13.8.24 21.32-5.23 22.31-8.19c.5-1.5-.2-2.35-.23-2.39c-.32-.38-.38-.92-.15-1.35s.7-.69 1.19-.64c.08.01 8.15.88 10.23-3.54c1.69-3.59-.76-5.16-.86-5.23a1.2 1.2 0 0 1 .92-2.18c.06.01 6.26 1.45 8.43-2.42c.55-.97.67-1.81.39-2.56c-.5-1.31-2.22-2.17-2.84-2.39s-.95-.9-.74-1.53c.22-.62.89-.96 1.52-.74c.13.05 3.29 1.16 4.29 3.79c.55 1.43.37 2.98-.54 4.59c-1.87 3.34-5.45 3.96-8.07 3.93c.62 1.44.78 3.39-.33 5.76c-2.05 4.38-7.67 5-10.7 5c.13.75.1 1.66-.23 2.66c-1.39 4.13-9.68 9.84-23.83 9.84"/></svg> </template>
CSS
.icon-swan {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dcedf5%22%20d%3D%22M36.54%2012.89c9.1%202.82%2011.26%2012.01%2010.7%2018.96s-5.3%2013.33-8.45%2018.21c-3.1%204.81-8.67%2012.74-10.42%2015.86c-3.33%205.96-2.63%208.82-2.63%208.82s8.63-4.97%2026.37-12.01C65%2057.61%2085.16%2057.38%2096.7%2059.35s18.68%204.69%2019.43%205.63s-3.75%204.88-1.6%205.73c2.16.84%206.95-4.27%208.17-3.66c2.12%201.06-.19%2020.37-7.6%2032.1s-22.57%2018.4-50.77%2018.58c-28.07.19-46.15.35-56.22-17.27c-7.13-12.48-.66-28.25%205.16-38.01C19.4%2052.16%2036.36%2035.4%2030.63%2032.6c-3.85-1.88-9.1%202.53-9.1%202.53l-7.6-7.79s-.72-3.49%201.13-6.95c2.19-4.12%2010.07-11.03%2021.48-7.5%22%2F%3E%3Cpath%20fill%3D%22%23fea6a4%22%20d%3D%22M13.03%2028.94s-.84%206.34-4.93%209.01c-3.69%202.42-3.81%203.61-3.1%204.93c.99%201.83%205.63%201.55%208.59-.28s7.46-6.76%207.46-6.76l-3.1-7.04z%22%2F%3E%3Cpath%20fill%3D%22%23464b4e%22%20d%3D%22M20.4%2029.41c.99%201.6%202.77%203.8%201.64%206.15c-.74%201.53-3.57-.94-6.62-3.94c-1.1-1.08-4.69-3.99-2.63-5.49c2.25-1.64%204.97.66%204.97.66s.66-2.63%202.06-3.66c1.41-1.03%203.33-1.03%204.22-.09c1.33%201.4.66%203.47-.56%204.5c-1%20.85-3.08%201.87-3.08%201.87%22%2F%3E%3Cpath%20fill%3D%22%2368a4af%22%20d%3D%22M60.78%2092.35c-9.79%200-21.31-3.05-24.12-5.21c-.53-.4-.62-1.16-.22-1.68s1.16-.62%201.68-.22c2.58%201.98%2017.77%205.92%2027.82%204.36c3.47-.54%205.81-1.67%206.97-3.34c1.46-2.11-1.73-4.44-1.87-4.53c-.45-.32-.62-.9-.42-1.41s.72-.83%201.26-.75c.07.01%206.98.76%208.29-2.88c.78-2.15-.95-3.03-1.31-3.18c-.54-.23-.83-.82-.7-1.39c.14-.57.66-.96%201.24-.92c.08%200%208.07.43%208.49-3.17c.24-2.07-1.34-2.5-1.52-2.54a1.2%201.2%200%201%201%20.54-2.34c1.33.31%203.76%201.79%203.36%205.16c-.46%203.89-4.9%204.96-8%205.23c.54%201.01.74%202.33.15%203.96c-1.25%203.45-5.06%204.34-7.81%204.51c1.08%201.57%201.65%203.61.26%205.62c-1.55%202.23-4.43%203.69-8.58%204.34c-1.71.26-3.57.38-5.51.38%22%2F%3E%3Cpath%20fill%3D%22%2368a4af%22%20d%3D%22M65.67%20104.67c-.26%200-.53%200-.8-.01c-18.97-.28-36.61-14.68-37.35-15.29c-.51-.42-.58-1.18-.16-1.69s1.18-.58%201.69-.16c.18.14%2017.74%2014.47%2035.86%2014.74c13.8.24%2021.32-5.23%2022.31-8.19c.5-1.5-.2-2.35-.23-2.39c-.32-.38-.38-.92-.15-1.35s.7-.69%201.19-.64c.08.01%208.15.88%2010.23-3.54c1.69-3.59-.76-5.16-.86-5.23a1.2%201.2%200%200%201%20.92-2.18c.06.01%206.26%201.45%208.43-2.42c.55-.97.67-1.81.39-2.56c-.5-1.31-2.22-2.17-2.84-2.39s-.95-.9-.74-1.53c.22-.62.89-.96%201.52-.74c.13.05%203.29%201.16%204.29%203.79c.55%201.43.37%202.98-.54%204.59c-1.87%203.34-5.45%203.96-8.07%203.93c.62%201.44.78%203.39-.33%205.76c-2.05%204.38-7.67%205-10.7%205c.13.75.1%201.66-.23%202.66c-1.39%204.13-9.68%209.84-23.83%209.84%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dcedf5%22%20d%3D%22M36.54%2012.89c9.1%202.82%2011.26%2012.01%2010.7%2018.96s-5.3%2013.33-8.45%2018.21c-3.1%204.81-8.67%2012.74-10.42%2015.86c-3.33%205.96-2.63%208.82-2.63%208.82s8.63-4.97%2026.37-12.01C65%2057.61%2085.16%2057.38%2096.7%2059.35s18.68%204.69%2019.43%205.63s-3.75%204.88-1.6%205.73c2.16.84%206.95-4.27%208.17-3.66c2.12%201.06-.19%2020.37-7.6%2032.1s-22.57%2018.4-50.77%2018.58c-28.07.19-46.15.35-56.22-17.27c-7.13-12.48-.66-28.25%205.16-38.01C19.4%2052.16%2036.36%2035.4%2030.63%2032.6c-3.85-1.88-9.1%202.53-9.1%202.53l-7.6-7.79s-.72-3.49%201.13-6.95c2.19-4.12%2010.07-11.03%2021.48-7.5%22%2F%3E%3Cpath%20fill%3D%22%23fea6a4%22%20d%3D%22M13.03%2028.94s-.84%206.34-4.93%209.01c-3.69%202.42-3.81%203.61-3.1%204.93c.99%201.83%205.63%201.55%208.59-.28s7.46-6.76%207.46-6.76l-3.1-7.04z%22%2F%3E%3Cpath%20fill%3D%22%23464b4e%22%20d%3D%22M20.4%2029.41c.99%201.6%202.77%203.8%201.64%206.15c-.74%201.53-3.57-.94-6.62-3.94c-1.1-1.08-4.69-3.99-2.63-5.49c2.25-1.64%204.97.66%204.97.66s.66-2.63%202.06-3.66c1.41-1.03%203.33-1.03%204.22-.09c1.33%201.4.66%203.47-.56%204.5c-1%20.85-3.08%201.87-3.08%201.87%22%2F%3E%3Cpath%20fill%3D%22%2368a4af%22%20d%3D%22M60.78%2092.35c-9.79%200-21.31-3.05-24.12-5.21c-.53-.4-.62-1.16-.22-1.68s1.16-.62%201.68-.22c2.58%201.98%2017.77%205.92%2027.82%204.36c3.47-.54%205.81-1.67%206.97-3.34c1.46-2.11-1.73-4.44-1.87-4.53c-.45-.32-.62-.9-.42-1.41s.72-.83%201.26-.75c.07.01%206.98.76%208.29-2.88c.78-2.15-.95-3.03-1.31-3.18c-.54-.23-.83-.82-.7-1.39c.14-.57.66-.96%201.24-.92c.08%200%208.07.43%208.49-3.17c.24-2.07-1.34-2.5-1.52-2.54a1.2%201.2%200%201%201%20.54-2.34c1.33.31%203.76%201.79%203.36%205.16c-.46%203.89-4.9%204.96-8%205.23c.54%201.01.74%202.33.15%203.96c-1.25%203.45-5.06%204.34-7.81%204.51c1.08%201.57%201.65%203.61.26%205.62c-1.55%202.23-4.43%203.69-8.58%204.34c-1.71.26-3.57.38-5.51.38%22%2F%3E%3Cpath%20fill%3D%22%2368a4af%22%20d%3D%22M65.67%20104.67c-.26%200-.53%200-.8-.01c-18.97-.28-36.61-14.68-37.35-15.29c-.51-.42-.58-1.18-.16-1.69s1.18-.58%201.69-.16c.18.14%2017.74%2014.47%2035.86%2014.74c13.8.24%2021.32-5.23%2022.31-8.19c.5-1.5-.2-2.35-.23-2.39c-.32-.38-.38-.92-.15-1.35s.7-.69%201.19-.64c.08.01%208.15.88%2010.23-3.54c1.69-3.59-.76-5.16-.86-5.23a1.2%201.2%200%200%201%20.92-2.18c.06.01%206.26%201.45%208.43-2.42c.55-.97.67-1.81.39-2.56c-.5-1.31-2.22-2.17-2.84-2.39s-.95-.9-.74-1.53c.22-.62.89-.96%201.52-.74c.13.05%203.29%201.16%204.29%203.79c.55%201.43.37%202.98-.54%204.59c-1.87%203.34-5.45%203.96-8.07%203.93c.62%201.44.78%203.39-.33%205.76c-2.05%204.38-7.67%205-10.7%205c.13.75.1%201.66-.23%202.66c-1.39%204.13-9.68%209.84-23.83%209.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/swan.svg?color=%231a73e8&size=48