plastic surgery icon

plastic-surgery from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.

Name
plastic-surgery
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 plastic surgery 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-linecap="round"><path stroke-linejoin="round" stroke-width="4.667" d="M19.036 44C18.0561 40.8044 16.5778 38.422 14.6011 36.8531C11.636 34.4996 6.92483 35.9623 5.18458 33.5347C3.44433 31.1072 6.40382 26.6429 7.44234 24.0089C8.48086 21.3748 3.46179 20.4434 4.04776 19.6957C4.43842 19.1971 6.97471 17.7586 11.6567 15.38C12.987 7.79332 17.9008 4 26.3982 4C39.1441 4 44 14.8059 44 21.6789C44 28.5518 38.1201 35.9562 29.7441 37.5527C28.9951 38.6434 30.0754 40.7926 32.9848 44"/><path stroke-width="4" d="M21.0218 4.58984C19.8339 9.81843 19.8339 13.8867 21.0218 16.7948C22.8038 21.1568 30.6808 20.4866 30.6808 24.5563C30.6808 28.626 26.0911 29.4084 26.7035 32.2319C27.1118 34.1142 28.02 36.5555 29.4279 39.5558"/><path stroke-width="4" d="M17 30.5508C17.2354 30.5508 19.4004 30.4124 20.9589 28.7992C21.9979 27.7237 22.5173 26.4573 22.5173 25"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkPlasticSurgery(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" strokeLinecap="round"><path strokeLinejoin="round" strokeWidth="4.667" d="M19.036 44C18.0561 40.8044 16.5778 38.422 14.6011 36.8531C11.636 34.4996 6.92483 35.9623 5.18458 33.5347C3.44433 31.1072 6.40382 26.6429 7.44234 24.0089C8.48086 21.3748 3.46179 20.4434 4.04776 19.6957C4.43842 19.1971 6.97471 17.7586 11.6567 15.38C12.987 7.79332 17.9008 4 26.3982 4C39.1441 4 44 14.8059 44 21.6789C44 28.5518 38.1201 35.9562 29.7441 37.5527C28.9951 38.6434 30.0754 40.7926 32.9848 44"/><path strokeWidth="4" d="M21.0218 4.58984C19.8339 9.81843 19.8339 13.8867 21.0218 16.7948C22.8038 21.1568 30.6808 20.4866 30.6808 24.5563C30.6808 28.626 26.0911 29.4084 26.7035 32.2319C27.1118 34.1142 28.02 36.5555 29.4279 39.5558"/><path strokeWidth="4" d="M17 30.5508C17.2354 30.5508 19.4004 30.4124 20.9589 28.7992C21.9979 27.7237 22.5173 26.4573 22.5173 25"/></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-linecap="round"><path stroke-linejoin="round" stroke-width="4.667" d="M19.036 44C18.0561 40.8044 16.5778 38.422 14.6011 36.8531C11.636 34.4996 6.92483 35.9623 5.18458 33.5347C3.44433 31.1072 6.40382 26.6429 7.44234 24.0089C8.48086 21.3748 3.46179 20.4434 4.04776 19.6957C4.43842 19.1971 6.97471 17.7586 11.6567 15.38C12.987 7.79332 17.9008 4 26.3982 4C39.1441 4 44 14.8059 44 21.6789C44 28.5518 38.1201 35.9562 29.7441 37.5527C28.9951 38.6434 30.0754 40.7926 32.9848 44"/><path stroke-width="4" d="M21.0218 4.58984C19.8339 9.81843 19.8339 13.8867 21.0218 16.7948C22.8038 21.1568 30.6808 20.4866 30.6808 24.5563C30.6808 28.626 26.0911 29.4084 26.7035 32.2319C27.1118 34.1142 28.02 36.5555 29.4279 39.5558"/><path stroke-width="4" d="M17 30.5508C17.2354 30.5508 19.4004 30.4124 20.9589 28.7992C21.9979 27.7237 22.5173 26.4573 22.5173 25"/></g></svg>
</template>

CSS

.icon-plastic-surgery {
  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-linecap%3D%22round%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.667%22%20d%3D%22M19.036%2044C18.0561%2040.8044%2016.5778%2038.422%2014.6011%2036.8531C11.636%2034.4996%206.92483%2035.9623%205.18458%2033.5347C3.44433%2031.1072%206.40382%2026.6429%207.44234%2024.0089C8.48086%2021.3748%203.46179%2020.4434%204.04776%2019.6957C4.43842%2019.1971%206.97471%2017.7586%2011.6567%2015.38C12.987%207.79332%2017.9008%204%2026.3982%204C39.1441%204%2044%2014.8059%2044%2021.6789C44%2028.5518%2038.1201%2035.9562%2029.7441%2037.5527C28.9951%2038.6434%2030.0754%2040.7926%2032.9848%2044%22%2F%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M21.0218%204.58984C19.8339%209.81843%2019.8339%2013.8867%2021.0218%2016.7948C22.8038%2021.1568%2030.6808%2020.4866%2030.6808%2024.5563C30.6808%2028.626%2026.0911%2029.4084%2026.7035%2032.2319C27.1118%2034.1142%2028.02%2036.5555%2029.4279%2039.5558%22%2F%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M17%2030.5508C17.2354%2030.5508%2019.4004%2030.4124%2020.9589%2028.7992C21.9979%2027.7237%2022.5173%2026.4573%2022.5173%2025%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-linecap%3D%22round%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.667%22%20d%3D%22M19.036%2044C18.0561%2040.8044%2016.5778%2038.422%2014.6011%2036.8531C11.636%2034.4996%206.92483%2035.9623%205.18458%2033.5347C3.44433%2031.1072%206.40382%2026.6429%207.44234%2024.0089C8.48086%2021.3748%203.46179%2020.4434%204.04776%2019.6957C4.43842%2019.1971%206.97471%2017.7586%2011.6567%2015.38C12.987%207.79332%2017.9008%204%2026.3982%204C39.1441%204%2044%2014.8059%2044%2021.6789C44%2028.5518%2038.1201%2035.9562%2029.7441%2037.5527C28.9951%2038.6434%2030.0754%2040.7926%2032.9848%2044%22%2F%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M21.0218%204.58984C19.8339%209.81843%2019.8339%2013.8867%2021.0218%2016.7948C22.8038%2021.1568%2030.6808%2020.4866%2030.6808%2024.5563C30.6808%2028.626%2026.0911%2029.4084%2026.7035%2032.2319C27.1118%2034.1142%2028.02%2036.5555%2029.4279%2039.5558%22%2F%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M17%2030.5508C17.2354%2030.5508%2019.4004%2030.4124%2020.9589%2028.7992C21.9979%2027.7237%2022.5173%2026.4573%2022.5173%2025%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/plastic-surgery.svg?color=%231a73e8&size=48