swallow from IconPark Solid by ByteDance · Solid · Health · Apache-2.0 Free for personal and commercial use.

Name
swallow
Set
IconPark Solid
Style
Solid
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark Solid

Use the swallow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M8.999 33.314L24.034 6.942Q25.42 4 29.04 4c3.62 0 5.977 4.986 5.977 4.986L39 9.58q-6.016.098-6.957 2.42c-.94 2.322 2.456 4.73 2.975 8.004s-1.55 8.801-6.529 11.563Q23.51 34.329 16.058 33l-6.1 11"/><path fill="currentColor" fill-rule="evenodd" d="M18.942 27.978q3.87-6.974 5.087-8.957c1.219-1.982 6.246-1.384 4.44 3.563q-1.806 4.947-9.527 5.394Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidSwallow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M8.999 33.314L24.034 6.942Q25.42 4 29.04 4c3.62 0 5.977 4.986 5.977 4.986L39 9.58q-6.016.098-6.957 2.42c-.94 2.322 2.456 4.73 2.975 8.004s-1.55 8.801-6.529 11.563Q23.51 34.329 16.058 33l-6.1 11"/><path fill="currentColor" fillRule="evenodd" d="M18.942 27.978q3.87-6.974 5.087-8.957c1.219-1.982 6.246-1.384 4.44 3.563q-1.806 4.947-9.527 5.394Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M8.999 33.314L24.034 6.942Q25.42 4 29.04 4c3.62 0 5.977 4.986 5.977 4.986L39 9.58q-6.016.098-6.957 2.42c-.94 2.322 2.456 4.73 2.975 8.004s-1.55 8.801-6.529 11.563Q23.51 34.329 16.058 33l-6.1 11"/><path fill="currentColor" fill-rule="evenodd" d="M18.942 27.978q3.87-6.974 5.087-8.957c1.219-1.982 6.246-1.384 4.44 3.563q-1.806 4.947-9.527 5.394Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-swallow {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.999%2033.314L24.034%206.942Q25.42%204%2029.04%204c3.62%200%205.977%204.986%205.977%204.986L39%209.58q-6.016.098-6.957%202.42c-.94%202.322%202.456%204.73%202.975%208.004s-1.55%208.801-6.529%2011.563Q23.51%2034.329%2016.058%2033l-6.1%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.942%2027.978q3.87-6.974%205.087-8.957c1.219-1.982%206.246-1.384%204.44%203.563q-1.806%204.947-9.527%205.394Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.999%2033.314L24.034%206.942Q25.42%204%2029.04%204c3.62%200%205.977%204.986%205.977%204.986L39%209.58q-6.016.098-6.957%202.42c-.94%202.322%202.456%204.73%202.975%208.004s-1.55%208.801-6.529%2011.563Q23.51%2034.329%2016.058%2033l-6.1%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.942%2027.978q3.87-6.974%205.087-8.957c1.219-1.982%206.246-1.384%204.44%203.563q-1.806%204.947-9.527%205.394Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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