简体   繁体   English

如何获得 facebook 客户聊天 svg?

[英]How can I get the facebook customer chat svg?

I want to have the facebook customer chat svg icon from this site: https://craftedmiracle.com/ .我想从这个站点获得 facebook 客户聊天 svg 图标: https://craftedmiracle.com/ How can I get it?我怎么才能得到它? Thanks谢谢

I want the icon that have round white background EXACTLY on the above web.我想要在上面的 web 上完全具有圆形白色背景的图标。 Fb also provides messenger icon but it does not look like the version on the web Fb 也提供了 Messenger 图标,但它看起来不像 web 上的版本

I inspect the web but don't know how to extract the svg tag to.svg file我检查了 web 但不知道如何将 svg 标签提取到.svg 文件

https://iconmonstr.com/facebook-messenger/ https://iconmonstr.com/facebook-messenger/

https://fontawesome.com/icons/facebook-messenger https://fontawesome.com/icons/facebook-messenger

Also - if you're using Font Awesome, they have an icon for it as well.此外 - 如果您使用的是 Font Awesome,他们也有一个图标。

You can also download it and serve it locally, depending on your needs.您也可以根据需要下载并在本地提供服务。

You can visit this link:您可以访问此链接:

https://icons8.com/icons/set/facebook-messenger https://icons8.com/icons/set/facebook-messenger

This has facebook icons that you want in many forms.这有许多 forms 中需要的 facebook 图标。 Click on Download > Select SVG tab > Select the Size of icon that you wish to download > Finally Download .单击下载> Select SVG选项卡 > Select 您希望下载的图标大小 > 最后下载

EDIT:编辑:

Or I have created an SVG for you:或者我为您创建了一个 SVG:

 <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="48" height="48" viewBox="0 0 172 172" style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><path d="M86,172c-47.49649,0 -86,-38.50351 -86,-86v0c0,-47.49649 38.50351,-86 86,-86v0c47.49649,0 86,38.50351 86,86v0c0,47.49649 -38.50351,86 -86,86z" fill="#3498db"></path><g><path d="M86,28.66667c-30.1,0 -54.46667,23.22 -54.46667,51.6c0,14.90667 6.59333,28.09333 17.2,37.55333v25.51333l22.36,-13.47333c4.58667,1.14667 9.74667,2.00667 14.90667,2.00667c30.1,0 54.46667,-23.22 54.46667,-51.6c0,-28.38 -24.36667,-51.6 -54.46667,-51.6z" fill="#ffffff"></path><path d="M51.6,97.46667l28.66667,-31.53333l14.33333,14.33333l25.8,-14.33333l-28.66667,31.53333l-14.33333,-14.33333z" fill="#3498db"></path></g><path d="" fill="none"></path></g></svg>

Hope this helps.希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM