swiggy from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
swiggy
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the swiggy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.034 24c-.376-.411-2.075-2.584-3.95-5.513c-.547-.916-.901-1.63-.833-1.814c.178-.48 3.355-.743 4.333-.308c.298.132.29.307.29.409c0 .44-.022 1.619-.022 1.619a.441.441 0 1 0 .883-.002l-.005-2.939c0-.255-.278-.319-.331-.329c-.511-.002-1.548-.006-2.661-.006c-2.457 0-3.006.101-3.423-.172c-.904-.591-2.383-4.577-2.417-6.819C3.849 4.964 5.723 2.225 8.362.868A8.1 8.1 0 0 1 12.026 0c4.177 0 7.617 3.153 8.075 7.209l.001.011c.084.981-5.321 1.189-6.39.904c-.164-.044-.206-.212-.206-.284L13.5 4.996a.442.442 0 0 0-.884.002l.009 3.866a.33.33 0 0 0 .268.32l3.354-.001c1.79 0 2.542.207 3.042.588c.333.254.461.739.349 1.37C18.633 16.755 12.273 23.71 12.034 24"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSwiggy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.034 24c-.376-.411-2.075-2.584-3.95-5.513c-.547-.916-.901-1.63-.833-1.814c.178-.48 3.355-.743 4.333-.308c.298.132.29.307.29.409c0 .44-.022 1.619-.022 1.619a.441.441 0 1 0 .883-.002l-.005-2.939c0-.255-.278-.319-.331-.329c-.511-.002-1.548-.006-2.661-.006c-2.457 0-3.006.101-3.423-.172c-.904-.591-2.383-4.577-2.417-6.819C3.849 4.964 5.723 2.225 8.362.868A8.1 8.1 0 0 1 12.026 0c4.177 0 7.617 3.153 8.075 7.209l.001.011c.084.981-5.321 1.189-6.39.904c-.164-.044-.206-.212-.206-.284L13.5 4.996a.442.442 0 0 0-.884.002l.009 3.866a.33.33 0 0 0 .268.32l3.354-.001c1.79 0 2.542.207 3.042.588c.333.254.461.739.349 1.37C18.633 16.755 12.273 23.71 12.034 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.034 24c-.376-.411-2.075-2.584-3.95-5.513c-.547-.916-.901-1.63-.833-1.814c.178-.48 3.355-.743 4.333-.308c.298.132.29.307.29.409c0 .44-.022 1.619-.022 1.619a.441.441 0 1 0 .883-.002l-.005-2.939c0-.255-.278-.319-.331-.329c-.511-.002-1.548-.006-2.661-.006c-2.457 0-3.006.101-3.423-.172c-.904-.591-2.383-4.577-2.417-6.819C3.849 4.964 5.723 2.225 8.362.868A8.1 8.1 0 0 1 12.026 0c4.177 0 7.617 3.153 8.075 7.209l.001.011c.084.981-5.321 1.189-6.39.904c-.164-.044-.206-.212-.206-.284L13.5 4.996a.442.442 0 0 0-.884.002l.009 3.866a.33.33 0 0 0 .268.32l3.354-.001c1.79 0 2.542.207 3.042.588c.333.254.461.739.349 1.37C18.633 16.755 12.273 23.71 12.034 24"/></svg>
</template>

CSS

.icon-swiggy {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.034%2024c-.376-.411-2.075-2.584-3.95-5.513c-.547-.916-.901-1.63-.833-1.814c.178-.48%203.355-.743%204.333-.308c.298.132.29.307.29.409c0%20.44-.022%201.619-.022%201.619a.441.441%200%201%200%20.883-.002l-.005-2.939c0-.255-.278-.319-.331-.329c-.511-.002-1.548-.006-2.661-.006c-2.457%200-3.006.101-3.423-.172c-.904-.591-2.383-4.577-2.417-6.819C3.849%204.964%205.723%202.225%208.362.868A8.1%208.1%200%200%201%2012.026%200c4.177%200%207.617%203.153%208.075%207.209l.001.011c.084.981-5.321%201.189-6.39.904c-.164-.044-.206-.212-.206-.284L13.5%204.996a.442.442%200%200%200-.884.002l.009%203.866a.33.33%200%200%200%20.268.32l3.354-.001c1.79%200%202.542.207%203.042.588c.333.254.461.739.349%201.37C18.633%2016.755%2012.273%2023.71%2012.034%2024%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.034%2024c-.376-.411-2.075-2.584-3.95-5.513c-.547-.916-.901-1.63-.833-1.814c.178-.48%203.355-.743%204.333-.308c.298.132.29.307.29.409c0%20.44-.022%201.619-.022%201.619a.441.441%200%201%200%20.883-.002l-.005-2.939c0-.255-.278-.319-.331-.329c-.511-.002-1.548-.006-2.661-.006c-2.457%200-3.006.101-3.423-.172c-.904-.591-2.383-4.577-2.417-6.819C3.849%204.964%205.723%202.225%208.362.868A8.1%208.1%200%200%201%2012.026%200c4.177%200%207.617%203.153%208.075%207.209l.001.011c.084.981-5.321%201.189-6.39.904c-.164-.044-.206-.212-.206-.284L13.5%204.996a.442.442%200%200%200-.884.002l.009%203.866a.33.33%200%200%200%20.268.32l3.354-.001c1.79%200%202.542.207%203.042.588c.333.254.461.739.349%201.37C18.633%2016.755%2012.273%2023.71%2012.034%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/swiggy.svg?color=%231a73e8&size=48