Skip to content

Instantly share code, notes, and snippets.

@guillermodlpa
Created April 29, 2022 10:13
Show Gist options
  • Save guillermodlpa/19edb7b47baa355923dc0713f28c3700 to your computer and use it in GitHub Desktop.
Save guillermodlpa/19edb7b47baa355923dc0713f28c3700 to your computer and use it in GitHub Desktop.
Messenger App SVG icon, for sharing
Display the source blob
Display the rendered blob
Raw
<svg viewBox="0 0 53 53" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M26.4977 0C11.5729 0 0 10.9369 0 25.7027C0 33.4268 3.16647 40.1042 8.32026 44.7148C8.75085 45.099 9.01583 45.6422 9.02908 46.2252L9.17481 50.9417C9.22118 52.4455 10.7713 53.4259 12.1492 52.8164L17.409 50.4979C17.8528 50.2992 18.3563 50.266 18.8266 50.3919C21.2445 51.0543 23.8148 51.4121 26.4977 51.4121C41.4225 51.4121 52.9953 40.4752 52.9953 25.7093C52.9953 10.9435 41.4225 0 26.4977 0Z"
fill="url(#paint0_radial_6714_147758)" />
<path
d="M10.5858 33.2214L18.3694 20.8735C19.6082 18.9061 22.258 18.4225 24.1194 19.8136L30.3133 24.4573C30.883 24.8813 31.6646 24.8813 32.2277 24.4507L40.5877 18.1045C41.7006 17.2566 43.158 18.5947 42.4161 19.7805L34.6258 32.1218C33.387 34.0892 30.7372 34.5728 28.8758 33.1817L22.6819 28.538C22.1122 28.114 21.3306 28.114 20.7675 28.5446L12.4075 34.8908C11.2946 35.7387 9.83721 34.4072 10.5858 33.2214Z"
fill="white" />
<defs>
<radialGradient id="paint0_radial_6714_147758" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
gradientTransform="translate(10.2016 52.7067) scale(57.7437 57.7436)">
<stop stop-color="#0099FF" />
<stop offset="0.6098" stop-color="#A033FF" />
<stop offset="0.9348" stop-color="#FF5280" />
<stop offset="1" stop-color="#FF7061" />
</radialGradient>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment