pure natural icon
pure-natural from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.
- Name
- pure-natural
- Set
- IconPark
- Style
- Color
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More health icons from IconPark
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="#000" stroke-width="4"><path stroke-linecap="round" d="M11 41.0001C15.1674 39.2093 19.0922 38.2431 22.7746 38.1015C26.457 37.9598 31.1988 38.5927 37 40.0001"/><path stroke-linecap="round" d="M23.0452 44C22.2783 34.5599 22.5964 27.2266 23.9997 22"/><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M24 23.176C25.59 17.1581 28.3898 13.5692 32.3992 12.4095C36.4086 11.2497 40.2755 11.7812 43.9998 14.004C44.0186 18.8959 41.8952 22.4796 37.6296 24.755C33.364 27.0305 28.8208 26.5041 24 23.176Z" clip-rule="evenodd"/><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M23.7919 22.1141C24.6253 14.9273 22.9554 9.86554 18.7822 6.92866C14.6089 3.99178 9.77638 3.336 4.28447 4.96133C3.32535 11.5907 4.79153 16.6036 8.68299 20C12.5745 23.3964 17.6108 24.1011 23.7919 22.1141Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPureNatural(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="#000" strokeWidth="4"><path strokeLinecap="round" d="M11 41.0001C15.1674 39.2093 19.0922 38.2431 22.7746 38.1015C26.457 37.9598 31.1988 38.5927 37 40.0001"/><path strokeLinecap="round" d="M23.0452 44C22.2783 34.5599 22.5964 27.2266 23.9997 22"/><path fill="#2F88FF" fillRule="evenodd" strokeLinejoin="round" d="M24 23.176C25.59 17.1581 28.3898 13.5692 32.3992 12.4095C36.4086 11.2497 40.2755 11.7812 43.9998 14.004C44.0186 18.8959 41.8952 22.4796 37.6296 24.755C33.364 27.0305 28.8208 26.5041 24 23.176Z" clipRule="evenodd"/><path fill="#2F88FF" fillRule="evenodd" strokeLinejoin="round" d="M23.7919 22.1141C24.6253 14.9273 22.9554 9.86554 18.7822 6.92866C14.6089 3.99178 9.77638 3.336 4.28447 4.96133C3.32535 11.5907 4.79153 16.6036 8.68299 20C12.5745 23.3964 17.6108 24.1011 23.7919 22.1141Z" 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="#000" stroke-width="4"><path stroke-linecap="round" d="M11 41.0001C15.1674 39.2093 19.0922 38.2431 22.7746 38.1015C26.457 37.9598 31.1988 38.5927 37 40.0001"/><path stroke-linecap="round" d="M23.0452 44C22.2783 34.5599 22.5964 27.2266 23.9997 22"/><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M24 23.176C25.59 17.1581 28.3898 13.5692 32.3992 12.4095C36.4086 11.2497 40.2755 11.7812 43.9998 14.004C44.0186 18.8959 41.8952 22.4796 37.6296 24.755C33.364 27.0305 28.8208 26.5041 24 23.176Z" clip-rule="evenodd"/><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M23.7919 22.1141C24.6253 14.9273 22.9554 9.86554 18.7822 6.92866C14.6089 3.99178 9.77638 3.336 4.28447 4.96133C3.32535 11.5907 4.79153 16.6036 8.68299 20C12.5745 23.3964 17.6108 24.1011 23.7919 22.1141Z" 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%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2041.0001C15.1674%2039.2093%2019.0922%2038.2431%2022.7746%2038.1015C26.457%2037.9598%2031.1988%2038.5927%2037%2040.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.0452%2044C22.2783%2034.5599%2022.5964%2027.2266%2023.9997%2022%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2023.176C25.59%2017.1581%2028.3898%2013.5692%2032.3992%2012.4095C36.4086%2011.2497%2040.2755%2011.7812%2043.9998%2014.004C44.0186%2018.8959%2041.8952%2022.4796%2037.6296%2024.755C33.364%2027.0305%2028.8208%2026.5041%2024%2023.176Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.7919%2022.1141C24.6253%2014.9273%2022.9554%209.86554%2018.7822%206.92866C14.6089%203.99178%209.77638%203.336%204.28447%204.96133C3.32535%2011.5907%204.79153%2016.6036%208.68299%2020C12.5745%2023.3964%2017.6108%2024.1011%2023.7919%2022.1141Z%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%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2041.0001C15.1674%2039.2093%2019.0922%2038.2431%2022.7746%2038.1015C26.457%2037.9598%2031.1988%2038.5927%2037%2040.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.0452%2044C22.2783%2034.5599%2022.5964%2027.2266%2023.9997%2022%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2023.176C25.59%2017.1581%2028.3898%2013.5692%2032.3992%2012.4095C36.4086%2011.2497%2040.2755%2011.7812%2043.9998%2014.004C44.0186%2018.8959%2041.8952%2022.4796%2037.6296%2024.755C33.364%2027.0305%2028.8208%2026.5041%2024%2023.176Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.7919%2022.1141C24.6253%2014.9273%2022.9554%209.86554%2018.7822%206.92866C14.6089%203.99178%209.77638%203.336%204.28447%204.96133C3.32535%2011.5907%204.79153%2016.6036%208.68299%2020C12.5745%2023.3964%2017.6108%2024.1011%2023.7919%2022.1141Z%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/pure-natural.svg?color=%231a73e8&size=48