snapchat-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
snapchat-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the snapchat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M519.69 93.605c36.96 0 162.289 10.304 221.387 142.651c19.75 44.539 15.046 120.176 11.163 180.955l-.112 2.24c-.448 6.72-.821 12.88-1.12 19.04c2.8 1.68 7.579 3.36 14.97 3.36c11.2-.598 24.603-4.48 38.566-11.238c6.16-3.285 12.843-3.882 17.323-3.882c6.794 0 13.402 1.082 19.002 3.36c16.8 5.562 27.403 17.882 27.403 31.285c.56 16.763-14.56 31.323-45.285 43.605c-3.323 1.083-7.803 2.8-12.843 4.443c-16.8 5.04-42.523 13.44-49.765 30.24c-3.36 8.363-2.278 19.563 4.48 32.405l.56.56c2.24 5.078 56.97 129.734 178.864 149.856c9.52 1.643 16.24 10.08 15.68 19.003c0 2.8-.56 5.563-1.68 8.4c-8.96 21.243-47.526 36.885-117.451 47.45c-2.203 3.398-4.48 14-6.123 21.28c-1.082 6.683-2.762 13.44-5.002 20.646c-2.838 10.117-10.08 15.12-20.72 15.12h-1.12c-5.04 0-11.686-1.157-20.086-2.763c-13.44-2.8-28.56-5.04-47.525-5.04c-11.2 0-22.363.56-34.085 2.763c-22.4 3.883-41.926 17.323-64.326 33.003c-31.845 22.362-68.17 48.085-122.976 48.085c-2.24 0-4.442-.56-6.72-.56h-5.562c-54.806 0-90.608-25.2-122.416-48.085c-22.363-15.68-41.328-29.083-63.728-33.003c-11.723-1.68-23.483-2.763-34.646-2.763c-20.16 0-35.765 3.323-47.488 5.563c-7.877 1.605-14.597 2.763-20.16 2.763c-13.962 0-19.525-8.363-21.765-15.68c-2.277-7.168-3.36-14.523-5.04-21.168c-1.717-6.758-3.92-18.443-6.197-21.28C113.54 787.93 75.013 772.25 66.09 750.448c-1.158-2.352-1.942-5.6-2.054-8.4c-.56-9.072 6.16-17.36 15.68-19.003c121.856-20.16 176.587-144.816 178.864-150.08l.598-1.082c6.72-12.88 8.362-24.08 4.442-32.443c-7.28-16.203-33.002-24.565-49.728-30.203c-4.517-1.082-8.96-2.762-12.917-4.442c-41.328-16.24-46.928-34.72-44.688-47.526c3.36-17.882 25.163-29.605 43.605-29.605c5.451 0 10.08 1.083 14.299 2.763c15.68 7.242 29.456 11.2 41.216 11.2c8.736 0 14.336-2.24 17.36-3.92l-1.717-21.243c-3.659-60.704-8.4-136.304 11.461-180.581c57.456-131.675 182.41-141.755 219.296-141.755l15.643-.56h2.24z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSnapchatFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M519.69 93.605c36.96 0 162.289 10.304 221.387 142.651c19.75 44.539 15.046 120.176 11.163 180.955l-.112 2.24c-.448 6.72-.821 12.88-1.12 19.04c2.8 1.68 7.579 3.36 14.97 3.36c11.2-.598 24.603-4.48 38.566-11.238c6.16-3.285 12.843-3.882 17.323-3.882c6.794 0 13.402 1.082 19.002 3.36c16.8 5.562 27.403 17.882 27.403 31.285c.56 16.763-14.56 31.323-45.285 43.605c-3.323 1.083-7.803 2.8-12.843 4.443c-16.8 5.04-42.523 13.44-49.765 30.24c-3.36 8.363-2.278 19.563 4.48 32.405l.56.56c2.24 5.078 56.97 129.734 178.864 149.856c9.52 1.643 16.24 10.08 15.68 19.003c0 2.8-.56 5.563-1.68 8.4c-8.96 21.243-47.526 36.885-117.451 47.45c-2.203 3.398-4.48 14-6.123 21.28c-1.082 6.683-2.762 13.44-5.002 20.646c-2.838 10.117-10.08 15.12-20.72 15.12h-1.12c-5.04 0-11.686-1.157-20.086-2.763c-13.44-2.8-28.56-5.04-47.525-5.04c-11.2 0-22.363.56-34.085 2.763c-22.4 3.883-41.926 17.323-64.326 33.003c-31.845 22.362-68.17 48.085-122.976 48.085c-2.24 0-4.442-.56-6.72-.56h-5.562c-54.806 0-90.608-25.2-122.416-48.085c-22.363-15.68-41.328-29.083-63.728-33.003c-11.723-1.68-23.483-2.763-34.646-2.763c-20.16 0-35.765 3.323-47.488 5.563c-7.877 1.605-14.597 2.763-20.16 2.763c-13.962 0-19.525-8.363-21.765-15.68c-2.277-7.168-3.36-14.523-5.04-21.168c-1.717-6.758-3.92-18.443-6.197-21.28C113.54 787.93 75.013 772.25 66.09 750.448c-1.158-2.352-1.942-5.6-2.054-8.4c-.56-9.072 6.16-17.36 15.68-19.003c121.856-20.16 176.587-144.816 178.864-150.08l.598-1.082c6.72-12.88 8.362-24.08 4.442-32.443c-7.28-16.203-33.002-24.565-49.728-30.203c-4.517-1.082-8.96-2.762-12.917-4.442c-41.328-16.24-46.928-34.72-44.688-47.526c3.36-17.882 25.163-29.605 43.605-29.605c5.451 0 10.08 1.083 14.299 2.763c15.68 7.242 29.456 11.2 41.216 11.2c8.736 0 14.336-2.24 17.36-3.92l-1.717-21.243c-3.659-60.704-8.4-136.304 11.461-180.581c57.456-131.675 182.41-141.755 219.296-141.755l15.643-.56h2.24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M519.69 93.605c36.96 0 162.289 10.304 221.387 142.651c19.75 44.539 15.046 120.176 11.163 180.955l-.112 2.24c-.448 6.72-.821 12.88-1.12 19.04c2.8 1.68 7.579 3.36 14.97 3.36c11.2-.598 24.603-4.48 38.566-11.238c6.16-3.285 12.843-3.882 17.323-3.882c6.794 0 13.402 1.082 19.002 3.36c16.8 5.562 27.403 17.882 27.403 31.285c.56 16.763-14.56 31.323-45.285 43.605c-3.323 1.083-7.803 2.8-12.843 4.443c-16.8 5.04-42.523 13.44-49.765 30.24c-3.36 8.363-2.278 19.563 4.48 32.405l.56.56c2.24 5.078 56.97 129.734 178.864 149.856c9.52 1.643 16.24 10.08 15.68 19.003c0 2.8-.56 5.563-1.68 8.4c-8.96 21.243-47.526 36.885-117.451 47.45c-2.203 3.398-4.48 14-6.123 21.28c-1.082 6.683-2.762 13.44-5.002 20.646c-2.838 10.117-10.08 15.12-20.72 15.12h-1.12c-5.04 0-11.686-1.157-20.086-2.763c-13.44-2.8-28.56-5.04-47.525-5.04c-11.2 0-22.363.56-34.085 2.763c-22.4 3.883-41.926 17.323-64.326 33.003c-31.845 22.362-68.17 48.085-122.976 48.085c-2.24 0-4.442-.56-6.72-.56h-5.562c-54.806 0-90.608-25.2-122.416-48.085c-22.363-15.68-41.328-29.083-63.728-33.003c-11.723-1.68-23.483-2.763-34.646-2.763c-20.16 0-35.765 3.323-47.488 5.563c-7.877 1.605-14.597 2.763-20.16 2.763c-13.962 0-19.525-8.363-21.765-15.68c-2.277-7.168-3.36-14.523-5.04-21.168c-1.717-6.758-3.92-18.443-6.197-21.28C113.54 787.93 75.013 772.25 66.09 750.448c-1.158-2.352-1.942-5.6-2.054-8.4c-.56-9.072 6.16-17.36 15.68-19.003c121.856-20.16 176.587-144.816 178.864-150.08l.598-1.082c6.72-12.88 8.362-24.08 4.442-32.443c-7.28-16.203-33.002-24.565-49.728-30.203c-4.517-1.082-8.96-2.762-12.917-4.442c-41.328-16.24-46.928-34.72-44.688-47.526c3.36-17.882 25.163-29.605 43.605-29.605c5.451 0 10.08 1.083 14.299 2.763c15.68 7.242 29.456 11.2 41.216 11.2c8.736 0 14.336-2.24 17.36-3.92l-1.717-21.243c-3.659-60.704-8.4-136.304 11.461-180.581c57.456-131.675 182.41-141.755 219.296-141.755l15.643-.56h2.24z"/></svg>
</template>

CSS

.icon-snapchat-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M519.69%2093.605c36.96%200%20162.289%2010.304%20221.387%20142.651c19.75%2044.539%2015.046%20120.176%2011.163%20180.955l-.112%202.24c-.448%206.72-.821%2012.88-1.12%2019.04c2.8%201.68%207.579%203.36%2014.97%203.36c11.2-.598%2024.603-4.48%2038.566-11.238c6.16-3.285%2012.843-3.882%2017.323-3.882c6.794%200%2013.402%201.082%2019.002%203.36c16.8%205.562%2027.403%2017.882%2027.403%2031.285c.56%2016.763-14.56%2031.323-45.285%2043.605c-3.323%201.083-7.803%202.8-12.843%204.443c-16.8%205.04-42.523%2013.44-49.765%2030.24c-3.36%208.363-2.278%2019.563%204.48%2032.405l.56.56c2.24%205.078%2056.97%20129.734%20178.864%20149.856c9.52%201.643%2016.24%2010.08%2015.68%2019.003c0%202.8-.56%205.563-1.68%208.4c-8.96%2021.243-47.526%2036.885-117.451%2047.45c-2.203%203.398-4.48%2014-6.123%2021.28c-1.082%206.683-2.762%2013.44-5.002%2020.646c-2.838%2010.117-10.08%2015.12-20.72%2015.12h-1.12c-5.04%200-11.686-1.157-20.086-2.763c-13.44-2.8-28.56-5.04-47.525-5.04c-11.2%200-22.363.56-34.085%202.763c-22.4%203.883-41.926%2017.323-64.326%2033.003c-31.845%2022.362-68.17%2048.085-122.976%2048.085c-2.24%200-4.442-.56-6.72-.56h-5.562c-54.806%200-90.608-25.2-122.416-48.085c-22.363-15.68-41.328-29.083-63.728-33.003c-11.723-1.68-23.483-2.763-34.646-2.763c-20.16%200-35.765%203.323-47.488%205.563c-7.877%201.605-14.597%202.763-20.16%202.763c-13.962%200-19.525-8.363-21.765-15.68c-2.277-7.168-3.36-14.523-5.04-21.168c-1.717-6.758-3.92-18.443-6.197-21.28C113.54%20787.93%2075.013%20772.25%2066.09%20750.448c-1.158-2.352-1.942-5.6-2.054-8.4c-.56-9.072%206.16-17.36%2015.68-19.003c121.856-20.16%20176.587-144.816%20178.864-150.08l.598-1.082c6.72-12.88%208.362-24.08%204.442-32.443c-7.28-16.203-33.002-24.565-49.728-30.203c-4.517-1.082-8.96-2.762-12.917-4.442c-41.328-16.24-46.928-34.72-44.688-47.526c3.36-17.882%2025.163-29.605%2043.605-29.605c5.451%200%2010.08%201.083%2014.299%202.763c15.68%207.242%2029.456%2011.2%2041.216%2011.2c8.736%200%2014.336-2.24%2017.36-3.92l-1.717-21.243c-3.659-60.704-8.4-136.304%2011.461-180.581c57.456-131.675%20182.41-141.755%20219.296-141.755l15.643-.56h2.24z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M519.69%2093.605c36.96%200%20162.289%2010.304%20221.387%20142.651c19.75%2044.539%2015.046%20120.176%2011.163%20180.955l-.112%202.24c-.448%206.72-.821%2012.88-1.12%2019.04c2.8%201.68%207.579%203.36%2014.97%203.36c11.2-.598%2024.603-4.48%2038.566-11.238c6.16-3.285%2012.843-3.882%2017.323-3.882c6.794%200%2013.402%201.082%2019.002%203.36c16.8%205.562%2027.403%2017.882%2027.403%2031.285c.56%2016.763-14.56%2031.323-45.285%2043.605c-3.323%201.083-7.803%202.8-12.843%204.443c-16.8%205.04-42.523%2013.44-49.765%2030.24c-3.36%208.363-2.278%2019.563%204.48%2032.405l.56.56c2.24%205.078%2056.97%20129.734%20178.864%20149.856c9.52%201.643%2016.24%2010.08%2015.68%2019.003c0%202.8-.56%205.563-1.68%208.4c-8.96%2021.243-47.526%2036.885-117.451%2047.45c-2.203%203.398-4.48%2014-6.123%2021.28c-1.082%206.683-2.762%2013.44-5.002%2020.646c-2.838%2010.117-10.08%2015.12-20.72%2015.12h-1.12c-5.04%200-11.686-1.157-20.086-2.763c-13.44-2.8-28.56-5.04-47.525-5.04c-11.2%200-22.363.56-34.085%202.763c-22.4%203.883-41.926%2017.323-64.326%2033.003c-31.845%2022.362-68.17%2048.085-122.976%2048.085c-2.24%200-4.442-.56-6.72-.56h-5.562c-54.806%200-90.608-25.2-122.416-48.085c-22.363-15.68-41.328-29.083-63.728-33.003c-11.723-1.68-23.483-2.763-34.646-2.763c-20.16%200-35.765%203.323-47.488%205.563c-7.877%201.605-14.597%202.763-20.16%202.763c-13.962%200-19.525-8.363-21.765-15.68c-2.277-7.168-3.36-14.523-5.04-21.168c-1.717-6.758-3.92-18.443-6.197-21.28C113.54%20787.93%2075.013%20772.25%2066.09%20750.448c-1.158-2.352-1.942-5.6-2.054-8.4c-.56-9.072%206.16-17.36%2015.68-19.003c121.856-20.16%20176.587-144.816%20178.864-150.08l.598-1.082c6.72-12.88%208.362-24.08%204.442-32.443c-7.28-16.203-33.002-24.565-49.728-30.203c-4.517-1.082-8.96-2.762-12.917-4.442c-41.328-16.24-46.928-34.72-44.688-47.526c3.36-17.882%2025.163-29.605%2043.605-29.605c5.451%200%2010.08%201.083%2014.299%202.763c15.68%207.242%2029.456%2011.2%2041.216%2011.2c8.736%200%2014.336-2.24%2017.36-3.92l-1.717-21.243c-3.659-60.704-8.4-136.304%2011.461-180.581c57.456-131.675%20182.41-141.755%20219.296-141.755l15.643-.56h2.24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/snapchat-filled.svg?color=%231a73e8&size=48