surgical from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
surgical
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the surgical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.4 15.35L8.65 11.6l8.3-8.3q.3-.3.713-.3t.712.3L20.7 5.625q.3.3.3.713t-.3.712zM11 21l2-2h9v2zm-5.925 0q-1.15 0-2.213-.45T1 19.3l6.625-6.6l2.6 2.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862 1.25T5.675 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSurgical(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.4 15.35L8.65 11.6l8.3-8.3q.3-.3.713-.3t.712.3L20.7 5.625q.3.3.3.713t-.3.712zM11 21l2-2h9v2zm-5.925 0q-1.15 0-2.213-.45T1 19.3l6.625-6.6l2.6 2.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862 1.25T5.675 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.4 15.35L8.65 11.6l8.3-8.3q.3-.3.713-.3t.712.3L20.7 5.625q.3.3.3.713t-.3.712zM11 21l2-2h9v2zm-5.925 0q-1.15 0-2.213-.45T1 19.3l6.625-6.6l2.6 2.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862 1.25T5.675 21z"/></svg>
</template>

CSS

.icon-surgical {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.4%2015.35L8.65%2011.6l8.3-8.3q.3-.3.713-.3t.712.3L20.7%205.625q.3.3.3.713t-.3.712zM11%2021l2-2h9v2zm-5.925%200q-1.15%200-2.213-.45T1%2019.3l6.625-6.6l2.6%202.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862%201.25T5.675%2021z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.4%2015.35L8.65%2011.6l8.3-8.3q.3-.3.713-.3t.712.3L20.7%205.625q.3.3.3.713t-.3.712zM11%2021l2-2h9v2zm-5.925%200q-1.15%200-2.213-.45T1%2019.3l6.625-6.6l2.6%202.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862%201.25T5.675%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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