dress emoji
dress from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- dress
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the dress emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1565c0" d="M89.71 68.54c-5.89-13.16-11.59-21.56-11.59-21.56v-.01H46.05c-1.91 3.74-5.11 9.81-9.71 18.28c-5.59 10.3-18.23 43.45-18.23 43.45s.74 4.38 11.5 6.35c7.14 1.31 9.29.19 15.26 3.43c5.27 2.86 8.92 5.53 17.85 5.53s11.18-2.21 18.45-5.53c6.19-2.83 9.53-1.45 16.64-2.91c15.07-3.09 16.06-14.11 16.06-14.11s-11.52-4.69-24.16-32.92"/><path fill="#1565c0" d="M82.54 6.8c.02-.81-.51-1.53-1.28-1.75l-3.46-.98c-1.02-.29-2.05.37-2.22 1.42l-1.71 10.55s-5.3.91-11.17 5.69l-.39-.01c-5.87-4.78-11.29-5.68-11.29-5.68L49.3 5.48a1.773 1.773 0 0 0-2.22-1.42l-3.46.98c-.78.22-1.31.94-1.28 1.75c.09 3.23.4 11.68 1.33 20.24c.95 8.76 3 17.7 2.72 20.85c0 0 8.04 1.1 15.81 1.18v.01h.52v-.01c7.76-.07 15.81-1.18 15.81-1.18c-.28-3.15 1.77-12.09 2.72-20.85c.89-8.56 1.2-17 1.29-20.23"/><linearGradient id="SVGpIaA6dLg" x1="37.617" x2="86.158" y1="46.75" y2="46.75" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#03a9f4"/><stop offset=".061" stop-color="#20b4f7"/><stop offset=".147" stop-color="#42c1fa"/><stop offset=".235" stop-color="#5dcbfc"/><stop offset=".323" stop-color="#71d2fe"/><stop offset=".414" stop-color="#7cd7ff"/><stop offset=".509" stop-color="#80d8ff"/><stop offset=".609" stop-color="#7dd7ff"/><stop offset=".696" stop-color="#72d3fe"/><stop offset=".777" stop-color="#60ccfc"/><stop offset=".856" stop-color="#47c3fa"/><stop offset=".931" stop-color="#27b7f7"/><stop offset="1" stop-color="#03a9f4"/></linearGradient><path fill="url(#SVGpIaA6dLg)" d="M63.2 50.16c-9.1 0-15.33-.74-17.45-.98a.78.78 0 0 1-.68-.87l.6-4.28a.77.77 0 0 1 .85-.67c2.03.22 8.09.79 16.68.79c8.26 0 13.23-.53 15-.75c.41-.05.79.23.86.64l.46 4.25c.07.43-.22.84-.66.9c-1.89.24-6.78.97-15.66.97"/><path fill="#0d47a1" d="M73.82 16.09c-.84-.13-3.23.81-3.85 1.05c-2.73 1.05-4.99 2.5-7.16 4.45c-.01.01-.14.09-.3.09s-.27-.09-.28-.1c-2.17-1.95-4.45-3.38-7.18-4.43c-.63-.24-3.02-1.18-3.85-1.05c-1 .15.21 1.26 2.02 2.84c1.82 1.58 4.39 3.8 6.57 5.76c.75.67 1.75.97 2.72 1.05c.97-.08 1.97-.38 2.72-1.05c2.18-1.96 4.75-4.18 6.57-5.76s3.02-2.7 2.02-2.85"/><linearGradient id="SVGGYA1VApo" x1="44.427" x2="51.535" y1="117.96" y2="64.944" gradientUnits="userSpaceOnUse"><stop offset=".297" stop-color="#0d47a1"/><stop offset="1" stop-color="#0d47a1" stop-opacity=".2"/></linearGradient><path fill="url(#SVGGYA1VApo)" d="M39.6 116.06c3.73-28.23 13.54-52.85 13.54-52.85s-3.28 29.02-4.01 57.59c0 0-2.85-1.8-5.46-2.95s-4.07-1.79-4.07-1.79"/><linearGradient id="SVGnVDLYcwx" x1="82.779" x2="76.996" y1="120.125" y2="77.91" gradientUnits="userSpaceOnUse"><stop offset=".297" stop-color="#0d47a1"/><stop offset="1" stop-color="#0d47a1" stop-opacity=".2"/></linearGradient><path fill="url(#SVGnVDLYcwx)" d="M77.45 120.26c-2.45-15.11-3.92-30.15-3.21-42.35c0 0 5.55 22.99 13.52 38.73c0 0-2.71.39-5.3 1.29c-1.81.63-5.01 2.33-5.01 2.33"/></svg>
React
import type { SVGProps } from "react";
export function NotoDress(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1565c0" d="M89.71 68.54c-5.89-13.16-11.59-21.56-11.59-21.56v-.01H46.05c-1.91 3.74-5.11 9.81-9.71 18.28c-5.59 10.3-18.23 43.45-18.23 43.45s.74 4.38 11.5 6.35c7.14 1.31 9.29.19 15.26 3.43c5.27 2.86 8.92 5.53 17.85 5.53s11.18-2.21 18.45-5.53c6.19-2.83 9.53-1.45 16.64-2.91c15.07-3.09 16.06-14.11 16.06-14.11s-11.52-4.69-24.16-32.92"/><path fill="#1565c0" d="M82.54 6.8c.02-.81-.51-1.53-1.28-1.75l-3.46-.98c-1.02-.29-2.05.37-2.22 1.42l-1.71 10.55s-5.3.91-11.17 5.69l-.39-.01c-5.87-4.78-11.29-5.68-11.29-5.68L49.3 5.48a1.773 1.773 0 0 0-2.22-1.42l-3.46.98c-.78.22-1.31.94-1.28 1.75c.09 3.23.4 11.68 1.33 20.24c.95 8.76 3 17.7 2.72 20.85c0 0 8.04 1.1 15.81 1.18v.01h.52v-.01c7.76-.07 15.81-1.18 15.81-1.18c-.28-3.15 1.77-12.09 2.72-20.85c.89-8.56 1.2-17 1.29-20.23"/><linearGradient id="SVGpIaA6dLg" x1="37.617" x2="86.158" y1="46.75" y2="46.75" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#03a9f4"/><stop offset=".061" stopColor="#20b4f7"/><stop offset=".147" stopColor="#42c1fa"/><stop offset=".235" stopColor="#5dcbfc"/><stop offset=".323" stopColor="#71d2fe"/><stop offset=".414" stopColor="#7cd7ff"/><stop offset=".509" stopColor="#80d8ff"/><stop offset=".609" stopColor="#7dd7ff"/><stop offset=".696" stopColor="#72d3fe"/><stop offset=".777" stopColor="#60ccfc"/><stop offset=".856" stopColor="#47c3fa"/><stop offset=".931" stopColor="#27b7f7"/><stop offset="1" stopColor="#03a9f4"/></linearGradient><path fill="url(#SVGpIaA6dLg)" d="M63.2 50.16c-9.1 0-15.33-.74-17.45-.98a.78.78 0 0 1-.68-.87l.6-4.28a.77.77 0 0 1 .85-.67c2.03.22 8.09.79 16.68.79c8.26 0 13.23-.53 15-.75c.41-.05.79.23.86.64l.46 4.25c.07.43-.22.84-.66.9c-1.89.24-6.78.97-15.66.97"/><path fill="#0d47a1" d="M73.82 16.09c-.84-.13-3.23.81-3.85 1.05c-2.73 1.05-4.99 2.5-7.16 4.45c-.01.01-.14.09-.3.09s-.27-.09-.28-.1c-2.17-1.95-4.45-3.38-7.18-4.43c-.63-.24-3.02-1.18-3.85-1.05c-1 .15.21 1.26 2.02 2.84c1.82 1.58 4.39 3.8 6.57 5.76c.75.67 1.75.97 2.72 1.05c.97-.08 1.97-.38 2.72-1.05c2.18-1.96 4.75-4.18 6.57-5.76s3.02-2.7 2.02-2.85"/><linearGradient id="SVGGYA1VApo" x1="44.427" x2="51.535" y1="117.96" y2="64.944" gradientUnits="userSpaceOnUse"><stop offset=".297" stopColor="#0d47a1"/><stop offset="1" stopColor="#0d47a1" stopOpacity=".2"/></linearGradient><path fill="url(#SVGGYA1VApo)" d="M39.6 116.06c3.73-28.23 13.54-52.85 13.54-52.85s-3.28 29.02-4.01 57.59c0 0-2.85-1.8-5.46-2.95s-4.07-1.79-4.07-1.79"/><linearGradient id="SVGnVDLYcwx" x1="82.779" x2="76.996" y1="120.125" y2="77.91" gradientUnits="userSpaceOnUse"><stop offset=".297" stopColor="#0d47a1"/><stop offset="1" stopColor="#0d47a1" stopOpacity=".2"/></linearGradient><path fill="url(#SVGnVDLYcwx)" d="M77.45 120.26c-2.45-15.11-3.92-30.15-3.21-42.35c0 0 5.55 22.99 13.52 38.73c0 0-2.71.39-5.3 1.29c-1.81.63-5.01 2.33-5.01 2.33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1565c0" d="M89.71 68.54c-5.89-13.16-11.59-21.56-11.59-21.56v-.01H46.05c-1.91 3.74-5.11 9.81-9.71 18.28c-5.59 10.3-18.23 43.45-18.23 43.45s.74 4.38 11.5 6.35c7.14 1.31 9.29.19 15.26 3.43c5.27 2.86 8.92 5.53 17.85 5.53s11.18-2.21 18.45-5.53c6.19-2.83 9.53-1.45 16.64-2.91c15.07-3.09 16.06-14.11 16.06-14.11s-11.52-4.69-24.16-32.92"/><path fill="#1565c0" d="M82.54 6.8c.02-.81-.51-1.53-1.28-1.75l-3.46-.98c-1.02-.29-2.05.37-2.22 1.42l-1.71 10.55s-5.3.91-11.17 5.69l-.39-.01c-5.87-4.78-11.29-5.68-11.29-5.68L49.3 5.48a1.773 1.773 0 0 0-2.22-1.42l-3.46.98c-.78.22-1.31.94-1.28 1.75c.09 3.23.4 11.68 1.33 20.24c.95 8.76 3 17.7 2.72 20.85c0 0 8.04 1.1 15.81 1.18v.01h.52v-.01c7.76-.07 15.81-1.18 15.81-1.18c-.28-3.15 1.77-12.09 2.72-20.85c.89-8.56 1.2-17 1.29-20.23"/><linearGradient id="SVGpIaA6dLg" x1="37.617" x2="86.158" y1="46.75" y2="46.75" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#03a9f4"/><stop offset=".061" stop-color="#20b4f7"/><stop offset=".147" stop-color="#42c1fa"/><stop offset=".235" stop-color="#5dcbfc"/><stop offset=".323" stop-color="#71d2fe"/><stop offset=".414" stop-color="#7cd7ff"/><stop offset=".509" stop-color="#80d8ff"/><stop offset=".609" stop-color="#7dd7ff"/><stop offset=".696" stop-color="#72d3fe"/><stop offset=".777" stop-color="#60ccfc"/><stop offset=".856" stop-color="#47c3fa"/><stop offset=".931" stop-color="#27b7f7"/><stop offset="1" stop-color="#03a9f4"/></linearGradient><path fill="url(#SVGpIaA6dLg)" d="M63.2 50.16c-9.1 0-15.33-.74-17.45-.98a.78.78 0 0 1-.68-.87l.6-4.28a.77.77 0 0 1 .85-.67c2.03.22 8.09.79 16.68.79c8.26 0 13.23-.53 15-.75c.41-.05.79.23.86.64l.46 4.25c.07.43-.22.84-.66.9c-1.89.24-6.78.97-15.66.97"/><path fill="#0d47a1" d="M73.82 16.09c-.84-.13-3.23.81-3.85 1.05c-2.73 1.05-4.99 2.5-7.16 4.45c-.01.01-.14.09-.3.09s-.27-.09-.28-.1c-2.17-1.95-4.45-3.38-7.18-4.43c-.63-.24-3.02-1.18-3.85-1.05c-1 .15.21 1.26 2.02 2.84c1.82 1.58 4.39 3.8 6.57 5.76c.75.67 1.75.97 2.72 1.05c.97-.08 1.97-.38 2.72-1.05c2.18-1.96 4.75-4.18 6.57-5.76s3.02-2.7 2.02-2.85"/><linearGradient id="SVGGYA1VApo" x1="44.427" x2="51.535" y1="117.96" y2="64.944" gradientUnits="userSpaceOnUse"><stop offset=".297" stop-color="#0d47a1"/><stop offset="1" stop-color="#0d47a1" stop-opacity=".2"/></linearGradient><path fill="url(#SVGGYA1VApo)" d="M39.6 116.06c3.73-28.23 13.54-52.85 13.54-52.85s-3.28 29.02-4.01 57.59c0 0-2.85-1.8-5.46-2.95s-4.07-1.79-4.07-1.79"/><linearGradient id="SVGnVDLYcwx" x1="82.779" x2="76.996" y1="120.125" y2="77.91" gradientUnits="userSpaceOnUse"><stop offset=".297" stop-color="#0d47a1"/><stop offset="1" stop-color="#0d47a1" stop-opacity=".2"/></linearGradient><path fill="url(#SVGnVDLYcwx)" d="M77.45 120.26c-2.45-15.11-3.92-30.15-3.21-42.35c0 0 5.55 22.99 13.52 38.73c0 0-2.71.39-5.3 1.29c-1.81.63-5.01 2.33-5.01 2.33"/></svg> </template>
CSS
.icon-dress {
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%231565c0%22%20d%3D%22M89.71%2068.54c-5.89-13.16-11.59-21.56-11.59-21.56v-.01H46.05c-1.91%203.74-5.11%209.81-9.71%2018.28c-5.59%2010.3-18.23%2043.45-18.23%2043.45s.74%204.38%2011.5%206.35c7.14%201.31%209.29.19%2015.26%203.43c5.27%202.86%208.92%205.53%2017.85%205.53s11.18-2.21%2018.45-5.53c6.19-2.83%209.53-1.45%2016.64-2.91c15.07-3.09%2016.06-14.11%2016.06-14.11s-11.52-4.69-24.16-32.92%22%2F%3E%3Cpath%20fill%3D%22%231565c0%22%20d%3D%22M82.54%206.8c.02-.81-.51-1.53-1.28-1.75l-3.46-.98c-1.02-.29-2.05.37-2.22%201.42l-1.71%2010.55s-5.3.91-11.17%205.69l-.39-.01c-5.87-4.78-11.29-5.68-11.29-5.68L49.3%205.48a1.773%201.773%200%200%200-2.22-1.42l-3.46.98c-.78.22-1.31.94-1.28%201.75c.09%203.23.4%2011.68%201.33%2020.24c.95%208.76%203%2017.7%202.72%2020.85c0%200%208.04%201.1%2015.81%201.18v.01h.52v-.01c7.76-.07%2015.81-1.18%2015.81-1.18c-.28-3.15%201.77-12.09%202.72-20.85c.89-8.56%201.2-17%201.29-20.23%22%2F%3E%3ClinearGradient%20id%3D%22SVGpIaA6dLg%22%20x1%3D%2237.617%22%20x2%3D%2286.158%22%20y1%3D%2246.75%22%20y2%3D%2246.75%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2303a9f4%22%2F%3E%3Cstop%20offset%3D%22.061%22%20stop-color%3D%22%2320b4f7%22%2F%3E%3Cstop%20offset%3D%22.147%22%20stop-color%3D%22%2342c1fa%22%2F%3E%3Cstop%20offset%3D%22.235%22%20stop-color%3D%22%235dcbfc%22%2F%3E%3Cstop%20offset%3D%22.323%22%20stop-color%3D%22%2371d2fe%22%2F%3E%3Cstop%20offset%3D%22.414%22%20stop-color%3D%22%237cd7ff%22%2F%3E%3Cstop%20offset%3D%22.509%22%20stop-color%3D%22%2380d8ff%22%2F%3E%3Cstop%20offset%3D%22.609%22%20stop-color%3D%22%237dd7ff%22%2F%3E%3Cstop%20offset%3D%22.696%22%20stop-color%3D%22%2372d3fe%22%2F%3E%3Cstop%20offset%3D%22.777%22%20stop-color%3D%22%2360ccfc%22%2F%3E%3Cstop%20offset%3D%22.856%22%20stop-color%3D%22%2347c3fa%22%2F%3E%3Cstop%20offset%3D%22.931%22%20stop-color%3D%22%2327b7f7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303a9f4%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGpIaA6dLg)%22%20d%3D%22M63.2%2050.16c-9.1%200-15.33-.74-17.45-.98a.78.78%200%200%201-.68-.87l.6-4.28a.77.77%200%200%201%20.85-.67c2.03.22%208.09.79%2016.68.79c8.26%200%2013.23-.53%2015-.75c.41-.05.79.23.86.64l.46%204.25c.07.43-.22.84-.66.9c-1.89.24-6.78.97-15.66.97%22%2F%3E%3Cpath%20fill%3D%22%230d47a1%22%20d%3D%22M73.82%2016.09c-.84-.13-3.23.81-3.85%201.05c-2.73%201.05-4.99%202.5-7.16%204.45c-.01.01-.14.09-.3.09s-.27-.09-.28-.1c-2.17-1.95-4.45-3.38-7.18-4.43c-.63-.24-3.02-1.18-3.85-1.05c-1%20.15.21%201.26%202.02%202.84c1.82%201.58%204.39%203.8%206.57%205.76c.75.67%201.75.97%202.72%201.05c.97-.08%201.97-.38%202.72-1.05c2.18-1.96%204.75-4.18%206.57-5.76s3.02-2.7%202.02-2.85%22%2F%3E%3ClinearGradient%20id%3D%22SVGGYA1VApo%22%20x1%3D%2244.427%22%20x2%3D%2251.535%22%20y1%3D%22117.96%22%20y2%3D%2264.944%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.297%22%20stop-color%3D%22%230d47a1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230d47a1%22%20stop-opacity%3D%22.2%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGGYA1VApo)%22%20d%3D%22M39.6%20116.06c3.73-28.23%2013.54-52.85%2013.54-52.85s-3.28%2029.02-4.01%2057.59c0%200-2.85-1.8-5.46-2.95s-4.07-1.79-4.07-1.79%22%2F%3E%3ClinearGradient%20id%3D%22SVGnVDLYcwx%22%20x1%3D%2282.779%22%20x2%3D%2276.996%22%20y1%3D%22120.125%22%20y2%3D%2277.91%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.297%22%20stop-color%3D%22%230d47a1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230d47a1%22%20stop-opacity%3D%22.2%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGnVDLYcwx)%22%20d%3D%22M77.45%20120.26c-2.45-15.11-3.92-30.15-3.21-42.35c0%200%205.55%2022.99%2013.52%2038.73c0%200-2.71.39-5.3%201.29c-1.81.63-5.01%202.33-5.01%202.33%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%231565c0%22%20d%3D%22M89.71%2068.54c-5.89-13.16-11.59-21.56-11.59-21.56v-.01H46.05c-1.91%203.74-5.11%209.81-9.71%2018.28c-5.59%2010.3-18.23%2043.45-18.23%2043.45s.74%204.38%2011.5%206.35c7.14%201.31%209.29.19%2015.26%203.43c5.27%202.86%208.92%205.53%2017.85%205.53s11.18-2.21%2018.45-5.53c6.19-2.83%209.53-1.45%2016.64-2.91c15.07-3.09%2016.06-14.11%2016.06-14.11s-11.52-4.69-24.16-32.92%22%2F%3E%3Cpath%20fill%3D%22%231565c0%22%20d%3D%22M82.54%206.8c.02-.81-.51-1.53-1.28-1.75l-3.46-.98c-1.02-.29-2.05.37-2.22%201.42l-1.71%2010.55s-5.3.91-11.17%205.69l-.39-.01c-5.87-4.78-11.29-5.68-11.29-5.68L49.3%205.48a1.773%201.773%200%200%200-2.22-1.42l-3.46.98c-.78.22-1.31.94-1.28%201.75c.09%203.23.4%2011.68%201.33%2020.24c.95%208.76%203%2017.7%202.72%2020.85c0%200%208.04%201.1%2015.81%201.18v.01h.52v-.01c7.76-.07%2015.81-1.18%2015.81-1.18c-.28-3.15%201.77-12.09%202.72-20.85c.89-8.56%201.2-17%201.29-20.23%22%2F%3E%3ClinearGradient%20id%3D%22SVGpIaA6dLg%22%20x1%3D%2237.617%22%20x2%3D%2286.158%22%20y1%3D%2246.75%22%20y2%3D%2246.75%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2303a9f4%22%2F%3E%3Cstop%20offset%3D%22.061%22%20stop-color%3D%22%2320b4f7%22%2F%3E%3Cstop%20offset%3D%22.147%22%20stop-color%3D%22%2342c1fa%22%2F%3E%3Cstop%20offset%3D%22.235%22%20stop-color%3D%22%235dcbfc%22%2F%3E%3Cstop%20offset%3D%22.323%22%20stop-color%3D%22%2371d2fe%22%2F%3E%3Cstop%20offset%3D%22.414%22%20stop-color%3D%22%237cd7ff%22%2F%3E%3Cstop%20offset%3D%22.509%22%20stop-color%3D%22%2380d8ff%22%2F%3E%3Cstop%20offset%3D%22.609%22%20stop-color%3D%22%237dd7ff%22%2F%3E%3Cstop%20offset%3D%22.696%22%20stop-color%3D%22%2372d3fe%22%2F%3E%3Cstop%20offset%3D%22.777%22%20stop-color%3D%22%2360ccfc%22%2F%3E%3Cstop%20offset%3D%22.856%22%20stop-color%3D%22%2347c3fa%22%2F%3E%3Cstop%20offset%3D%22.931%22%20stop-color%3D%22%2327b7f7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303a9f4%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGpIaA6dLg)%22%20d%3D%22M63.2%2050.16c-9.1%200-15.33-.74-17.45-.98a.78.78%200%200%201-.68-.87l.6-4.28a.77.77%200%200%201%20.85-.67c2.03.22%208.09.79%2016.68.79c8.26%200%2013.23-.53%2015-.75c.41-.05.79.23.86.64l.46%204.25c.07.43-.22.84-.66.9c-1.89.24-6.78.97-15.66.97%22%2F%3E%3Cpath%20fill%3D%22%230d47a1%22%20d%3D%22M73.82%2016.09c-.84-.13-3.23.81-3.85%201.05c-2.73%201.05-4.99%202.5-7.16%204.45c-.01.01-.14.09-.3.09s-.27-.09-.28-.1c-2.17-1.95-4.45-3.38-7.18-4.43c-.63-.24-3.02-1.18-3.85-1.05c-1%20.15.21%201.26%202.02%202.84c1.82%201.58%204.39%203.8%206.57%205.76c.75.67%201.75.97%202.72%201.05c.97-.08%201.97-.38%202.72-1.05c2.18-1.96%204.75-4.18%206.57-5.76s3.02-2.7%202.02-2.85%22%2F%3E%3ClinearGradient%20id%3D%22SVGGYA1VApo%22%20x1%3D%2244.427%22%20x2%3D%2251.535%22%20y1%3D%22117.96%22%20y2%3D%2264.944%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.297%22%20stop-color%3D%22%230d47a1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230d47a1%22%20stop-opacity%3D%22.2%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGGYA1VApo)%22%20d%3D%22M39.6%20116.06c3.73-28.23%2013.54-52.85%2013.54-52.85s-3.28%2029.02-4.01%2057.59c0%200-2.85-1.8-5.46-2.95s-4.07-1.79-4.07-1.79%22%2F%3E%3ClinearGradient%20id%3D%22SVGnVDLYcwx%22%20x1%3D%2282.779%22%20x2%3D%2276.996%22%20y1%3D%22120.125%22%20y2%3D%2277.91%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.297%22%20stop-color%3D%22%230d47a1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230d47a1%22%20stop-opacity%3D%22.2%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGnVDLYcwx)%22%20d%3D%22M77.45%20120.26c-2.45-15.11-3.92-30.15-3.21-42.35c0%200%205.55%2022.99%2013.52%2038.73c0%200-2.71.39-5.3%201.29c-1.81.63-5.01%202.33-5.01%202.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/dress.svg?color=%231a73e8&size=48