eco-care-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.

Name
eco-care-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
eco-care2x-outline

1 other variant in Health Icons

More symbols icons from Health Icons

Use the eco care icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M32 13.844v13.354c0 1.451-.548 2.6-1.449 3.363c-.879.743-2.013 1.05-3.098 1.004c-1.254-.052-2.564-.597-3.444-1.613c-.227 1.83.427 3.047.724 3.368l.68.733l-1.466 1.36l-.68-.733c-.814-.878-1.688-2.947-1.129-5.65a6.4 6.4 0 0 1-2.595.006c-.897-.19-1.779-.599-2.447-1.286C16.412 27.047 16 26.1 16 24.96c0-1.644.587-2.832 1.636-3.7c.97-.803 2.287-1.285 3.619-1.716q.468-.15.956-.303c2.539-.797 5.424-1.703 8.143-4.003zm-7.039 13.292c.421-.772 1-1.598 1.782-2.467l.67-.743l-1.487-1.338l-.67.743c-.99 1.1-1.712 2.17-2.224 3.185c-.752.552-1.962.799-3.075.563c-.603-.128-1.096-.383-1.428-.724c-.316-.324-.529-.768-.529-1.396c0-1.086.35-1.695.911-2.16c.639-.528 1.604-.914 2.96-1.353q.443-.142.926-.293c2.079-.649 4.66-1.455 7.203-3.151v9.196c0 .915-.327 1.486-.74 1.835c-.435.368-1.053.562-1.723.534c-1.328-.055-2.51-.924-2.576-2.431" clip-rule="evenodd"/><path fill-rule="evenodd" d="m24 41l-.436.9l-.004-.002l-.012-.006l-.043-.021l-.16-.08c-.138-.07-.338-.174-.591-.31a48.5 48.5 0 0 1-8.406-5.768C9.784 31.786 5 25.963 5 18.724c0-3.253 1.077-6.404 2.921-8.76C9.771 7.603 12.432 6 15.563 6C19.279 6 22.1 8.107 24 11.078C25.899 8.108 28.72 6 32.438 6c3.13 0 5.791 1.603 7.64 3.965C41.924 12.32 43 15.47 43 18.725c0 6.963-4.792 12.787-9.341 16.772a52 52 0 0 1-8.983 6.276l-.159.085l-.043.023l-.011.006l-.005.002zM9.496 11.197C7.941 13.183 7 15.894 7 18.724c0 6.342 4.216 11.657 8.652 15.473a46.5 46.5 0 0 0 8.335 5.674l.294-.164a50 50 0 0 0 8.06-5.714c4.45-3.9 8.659-9.213 8.659-15.27c0-2.83-.941-5.54-2.496-7.526C36.954 9.218 34.834 8 32.438 8c-3.314 0-5.88 2.167-7.54 5.56L24 15.397l-.898-1.835C21.442 10.167 18.876 8 15.562 8c-2.396 0-4.516 1.218-6.066 3.197" clip-rule="evenodd"/><path d="m24 41l.458.889l-.444.228l-.45-.217z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEcoCareOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M32 13.844v13.354c0 1.451-.548 2.6-1.449 3.363c-.879.743-2.013 1.05-3.098 1.004c-1.254-.052-2.564-.597-3.444-1.613c-.227 1.83.427 3.047.724 3.368l.68.733l-1.466 1.36l-.68-.733c-.814-.878-1.688-2.947-1.129-5.65a6.4 6.4 0 0 1-2.595.006c-.897-.19-1.779-.599-2.447-1.286C16.412 27.047 16 26.1 16 24.96c0-1.644.587-2.832 1.636-3.7c.97-.803 2.287-1.285 3.619-1.716q.468-.15.956-.303c2.539-.797 5.424-1.703 8.143-4.003zm-7.039 13.292c.421-.772 1-1.598 1.782-2.467l.67-.743l-1.487-1.338l-.67.743c-.99 1.1-1.712 2.17-2.224 3.185c-.752.552-1.962.799-3.075.563c-.603-.128-1.096-.383-1.428-.724c-.316-.324-.529-.768-.529-1.396c0-1.086.35-1.695.911-2.16c.639-.528 1.604-.914 2.96-1.353q.443-.142.926-.293c2.079-.649 4.66-1.455 7.203-3.151v9.196c0 .915-.327 1.486-.74 1.835c-.435.368-1.053.562-1.723.534c-1.328-.055-2.51-.924-2.576-2.431" clipRule="evenodd"/><path fillRule="evenodd" d="m24 41l-.436.9l-.004-.002l-.012-.006l-.043-.021l-.16-.08c-.138-.07-.338-.174-.591-.31a48.5 48.5 0 0 1-8.406-5.768C9.784 31.786 5 25.963 5 18.724c0-3.253 1.077-6.404 2.921-8.76C9.771 7.603 12.432 6 15.563 6C19.279 6 22.1 8.107 24 11.078C25.899 8.108 28.72 6 32.438 6c3.13 0 5.791 1.603 7.64 3.965C41.924 12.32 43 15.47 43 18.725c0 6.963-4.792 12.787-9.341 16.772a52 52 0 0 1-8.983 6.276l-.159.085l-.043.023l-.011.006l-.005.002zM9.496 11.197C7.941 13.183 7 15.894 7 18.724c0 6.342 4.216 11.657 8.652 15.473a46.5 46.5 0 0 0 8.335 5.674l.294-.164a50 50 0 0 0 8.06-5.714c4.45-3.9 8.659-9.213 8.659-15.27c0-2.83-.941-5.54-2.496-7.526C36.954 9.218 34.834 8 32.438 8c-3.314 0-5.88 2.167-7.54 5.56L24 15.397l-.898-1.835C21.442 10.167 18.876 8 15.562 8c-2.396 0-4.516 1.218-6.066 3.197" clipRule="evenodd"/><path d="m24 41l.458.889l-.444.228l-.45-.217z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M32 13.844v13.354c0 1.451-.548 2.6-1.449 3.363c-.879.743-2.013 1.05-3.098 1.004c-1.254-.052-2.564-.597-3.444-1.613c-.227 1.83.427 3.047.724 3.368l.68.733l-1.466 1.36l-.68-.733c-.814-.878-1.688-2.947-1.129-5.65a6.4 6.4 0 0 1-2.595.006c-.897-.19-1.779-.599-2.447-1.286C16.412 27.047 16 26.1 16 24.96c0-1.644.587-2.832 1.636-3.7c.97-.803 2.287-1.285 3.619-1.716q.468-.15.956-.303c2.539-.797 5.424-1.703 8.143-4.003zm-7.039 13.292c.421-.772 1-1.598 1.782-2.467l.67-.743l-1.487-1.338l-.67.743c-.99 1.1-1.712 2.17-2.224 3.185c-.752.552-1.962.799-3.075.563c-.603-.128-1.096-.383-1.428-.724c-.316-.324-.529-.768-.529-1.396c0-1.086.35-1.695.911-2.16c.639-.528 1.604-.914 2.96-1.353q.443-.142.926-.293c2.079-.649 4.66-1.455 7.203-3.151v9.196c0 .915-.327 1.486-.74 1.835c-.435.368-1.053.562-1.723.534c-1.328-.055-2.51-.924-2.576-2.431" clip-rule="evenodd"/><path fill-rule="evenodd" d="m24 41l-.436.9l-.004-.002l-.012-.006l-.043-.021l-.16-.08c-.138-.07-.338-.174-.591-.31a48.5 48.5 0 0 1-8.406-5.768C9.784 31.786 5 25.963 5 18.724c0-3.253 1.077-6.404 2.921-8.76C9.771 7.603 12.432 6 15.563 6C19.279 6 22.1 8.107 24 11.078C25.899 8.108 28.72 6 32.438 6c3.13 0 5.791 1.603 7.64 3.965C41.924 12.32 43 15.47 43 18.725c0 6.963-4.792 12.787-9.341 16.772a52 52 0 0 1-8.983 6.276l-.159.085l-.043.023l-.011.006l-.005.002zM9.496 11.197C7.941 13.183 7 15.894 7 18.724c0 6.342 4.216 11.657 8.652 15.473a46.5 46.5 0 0 0 8.335 5.674l.294-.164a50 50 0 0 0 8.06-5.714c4.45-3.9 8.659-9.213 8.659-15.27c0-2.83-.941-5.54-2.496-7.526C36.954 9.218 34.834 8 32.438 8c-3.314 0-5.88 2.167-7.54 5.56L24 15.397l-.898-1.835C21.442 10.167 18.876 8 15.562 8c-2.396 0-4.516 1.218-6.066 3.197" clip-rule="evenodd"/><path d="m24 41l.458.889l-.444.228l-.45-.217z"/></g></svg>
</template>

CSS

.icon-eco-care-outline {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2013.844v13.354c0%201.451-.548%202.6-1.449%203.363c-.879.743-2.013%201.05-3.098%201.004c-1.254-.052-2.564-.597-3.444-1.613c-.227%201.83.427%203.047.724%203.368l.68.733l-1.466%201.36l-.68-.733c-.814-.878-1.688-2.947-1.129-5.65a6.4%206.4%200%200%201-2.595.006c-.897-.19-1.779-.599-2.447-1.286C16.412%2027.047%2016%2026.1%2016%2024.96c0-1.644.587-2.832%201.636-3.7c.97-.803%202.287-1.285%203.619-1.716q.468-.15.956-.303c2.539-.797%205.424-1.703%208.143-4.003zm-7.039%2013.292c.421-.772%201-1.598%201.782-2.467l.67-.743l-1.487-1.338l-.67.743c-.99%201.1-1.712%202.17-2.224%203.185c-.752.552-1.962.799-3.075.563c-.603-.128-1.096-.383-1.428-.724c-.316-.324-.529-.768-.529-1.396c0-1.086.35-1.695.911-2.16c.639-.528%201.604-.914%202.96-1.353q.443-.142.926-.293c2.079-.649%204.66-1.455%207.203-3.151v9.196c0%20.915-.327%201.486-.74%201.835c-.435.368-1.053.562-1.723.534c-1.328-.055-2.51-.924-2.576-2.431%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m24%2041l-.436.9l-.004-.002l-.012-.006l-.043-.021l-.16-.08c-.138-.07-.338-.174-.591-.31a48.5%2048.5%200%200%201-8.406-5.768C9.784%2031.786%205%2025.963%205%2018.724c0-3.253%201.077-6.404%202.921-8.76C9.771%207.603%2012.432%206%2015.563%206C19.279%206%2022.1%208.107%2024%2011.078C25.899%208.108%2028.72%206%2032.438%206c3.13%200%205.791%201.603%207.64%203.965C41.924%2012.32%2043%2015.47%2043%2018.725c0%206.963-4.792%2012.787-9.341%2016.772a52%2052%200%200%201-8.983%206.276l-.159.085l-.043.023l-.011.006l-.005.002zM9.496%2011.197C7.941%2013.183%207%2015.894%207%2018.724c0%206.342%204.216%2011.657%208.652%2015.473a46.5%2046.5%200%200%200%208.335%205.674l.294-.164a50%2050%200%200%200%208.06-5.714c4.45-3.9%208.659-9.213%208.659-15.27c0-2.83-.941-5.54-2.496-7.526C36.954%209.218%2034.834%208%2032.438%208c-3.314%200-5.88%202.167-7.54%205.56L24%2015.397l-.898-1.835C21.442%2010.167%2018.876%208%2015.562%208c-2.396%200-4.516%201.218-6.066%203.197%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m24%2041l.458.889l-.444.228l-.45-.217z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2013.844v13.354c0%201.451-.548%202.6-1.449%203.363c-.879.743-2.013%201.05-3.098%201.004c-1.254-.052-2.564-.597-3.444-1.613c-.227%201.83.427%203.047.724%203.368l.68.733l-1.466%201.36l-.68-.733c-.814-.878-1.688-2.947-1.129-5.65a6.4%206.4%200%200%201-2.595.006c-.897-.19-1.779-.599-2.447-1.286C16.412%2027.047%2016%2026.1%2016%2024.96c0-1.644.587-2.832%201.636-3.7c.97-.803%202.287-1.285%203.619-1.716q.468-.15.956-.303c2.539-.797%205.424-1.703%208.143-4.003zm-7.039%2013.292c.421-.772%201-1.598%201.782-2.467l.67-.743l-1.487-1.338l-.67.743c-.99%201.1-1.712%202.17-2.224%203.185c-.752.552-1.962.799-3.075.563c-.603-.128-1.096-.383-1.428-.724c-.316-.324-.529-.768-.529-1.396c0-1.086.35-1.695.911-2.16c.639-.528%201.604-.914%202.96-1.353q.443-.142.926-.293c2.079-.649%204.66-1.455%207.203-3.151v9.196c0%20.915-.327%201.486-.74%201.835c-.435.368-1.053.562-1.723.534c-1.328-.055-2.51-.924-2.576-2.431%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m24%2041l-.436.9l-.004-.002l-.012-.006l-.043-.021l-.16-.08c-.138-.07-.338-.174-.591-.31a48.5%2048.5%200%200%201-8.406-5.768C9.784%2031.786%205%2025.963%205%2018.724c0-3.253%201.077-6.404%202.921-8.76C9.771%207.603%2012.432%206%2015.563%206C19.279%206%2022.1%208.107%2024%2011.078C25.899%208.108%2028.72%206%2032.438%206c3.13%200%205.791%201.603%207.64%203.965C41.924%2012.32%2043%2015.47%2043%2018.725c0%206.963-4.792%2012.787-9.341%2016.772a52%2052%200%200%201-8.983%206.276l-.159.085l-.043.023l-.011.006l-.005.002zM9.496%2011.197C7.941%2013.183%207%2015.894%207%2018.724c0%206.342%204.216%2011.657%208.652%2015.473a46.5%2046.5%200%200%200%208.335%205.674l.294-.164a50%2050%200%200%200%208.06-5.714c4.45-3.9%208.659-9.213%208.659-15.27c0-2.83-.941-5.54-2.496-7.526C36.954%209.218%2034.834%208%2032.438%208c-3.314%200-5.88%202.167-7.54%205.56L24%2015.397l-.898-1.835C21.442%2010.167%2018.876%208%2015.562%208c-2.396%200-4.516%201.218-6.066%203.197%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m24%2041l.458.889l-.444.228l-.45-.217z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/eco-care-outline.svg?color=%231a73e8&size=48