pure-natural from IconPark Outline by ByteDance · Outline · Health · Apache-2.0 Free for personal and commercial use.

Name
pure-natural
Set
IconPark Outline
Style
Outline
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark Outline

Use the pure natural 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-width="4"><path stroke-linecap="round" d="M11 41q6.25-2.686 11.775-2.898Q28.298 37.889 37 40"/><path stroke-linecap="round" d="M23.045 44q-1.15-14.16.955-22"/><path stroke-linejoin="round" d="M24 23.176q2.385-9.027 8.4-10.766q6.014-1.74 11.6 1.594q.028 7.338-6.37 10.751q-6.4 3.414-13.63-1.579Zm-.208-1.062q1.25-10.78-5.01-15.185T4.284 4.96Q2.846 14.906 8.683 20q5.838 5.094 15.109 2.114Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlinePureNatural(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" strokeWidth="4"><path strokeLinecap="round" d="M11 41q6.25-2.686 11.775-2.898Q28.298 37.889 37 40"/><path strokeLinecap="round" d="M23.045 44q-1.15-14.16.955-22"/><path strokeLinejoin="round" d="M24 23.176q2.385-9.027 8.4-10.766q6.014-1.74 11.6 1.594q.028 7.338-6.37 10.751q-6.4 3.414-13.63-1.579Zm-.208-1.062q1.25-10.78-5.01-15.185T4.284 4.96Q2.846 14.906 8.683 20q5.838 5.094 15.109 2.114Z" 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-width="4"><path stroke-linecap="round" d="M11 41q6.25-2.686 11.775-2.898Q28.298 37.889 37 40"/><path stroke-linecap="round" d="M23.045 44q-1.15-14.16.955-22"/><path stroke-linejoin="round" d="M24 23.176q2.385-9.027 8.4-10.766q6.014-1.74 11.6 1.594q.028 7.338-6.37 10.751q-6.4 3.414-13.63-1.579Zm-.208-1.062q1.25-10.78-5.01-15.185T4.284 4.96Q2.846 14.906 8.683 20q5.838 5.094 15.109 2.114Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-pure-natural {
  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-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2041q6.25-2.686%2011.775-2.898Q28.298%2037.889%2037%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.045%2044q-1.15-14.16.955-22%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2023.176q2.385-9.027%208.4-10.766q6.014-1.74%2011.6%201.594q.028%207.338-6.37%2010.751q-6.4%203.414-13.63-1.579Zm-.208-1.062q1.25-10.78-5.01-15.185T4.284%204.96Q2.846%2014.906%208.683%2020q5.838%205.094%2015.109%202.114Z%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-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2041q6.25-2.686%2011.775-2.898Q28.298%2037.889%2037%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.045%2044q-1.15-14.16.955-22%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2023.176q2.385-9.027%208.4-10.766q6.014-1.74%2011.6%201.594q.028%207.338-6.37%2010.751q-6.4%203.414-13.63-1.579Zm-.208-1.062q1.25-10.78-5.01-15.185T4.284%204.96Q2.846%2014.906%208.683%2020q5.838%205.094%2015.109%202.114Z%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-outline/pure-natural.svg?color=%231a73e8&size=48