surgical-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
surgical-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M21 21h-8.5q-.5 0-.75-.312T11.5 20t.263-.687t.762-.313H21q.425 0 .713.288T22 20t-.288.713T21 21m-7.9-6.35q-.3.3-.7.3t-.7-.3L9.35 12.3q-.3-.3-.3-.7t.3-.7l7.25-7.25q.225-.225.513-.337t.562-.113t.55.113t.5.337l1.625 1.625q.225.225.338.513t.112.562t-.112.55t-.338.5zm-.7-2.15l6.2-6.175l-.925-.925l-6.175 6.2zm-2.65 6.8q-.8.8-1.862 1.25T5.675 21h-.6q-.775 0-1.5-.2T2.2 20.225q-.275-.175-.412-.437t-.138-.563q0-.275.1-.525t.3-.45l4.875-4.85q.3-.3.7-.3t.7.3l1.9 1.9q.35.35.55.8t.2.95t-.2.963t-.55.812zM5.075 19h.6q.75 0 1.45-.288T8.35 17.9l.475-.475q.15-.15.15-.35t-.15-.35l-1.2-1.2l-3.4 3.375q.2.05.425.075t.425.025M18.6 6.325l-.925-.925zm-10.975 9.2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSurgicalOutlineRounded(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="M21 21h-8.5q-.5 0-.75-.312T11.5 20t.263-.687t.762-.313H21q.425 0 .713.288T22 20t-.288.713T21 21m-7.9-6.35q-.3.3-.7.3t-.7-.3L9.35 12.3q-.3-.3-.3-.7t.3-.7l7.25-7.25q.225-.225.513-.337t.562-.113t.55.113t.5.337l1.625 1.625q.225.225.338.513t.112.562t-.112.55t-.338.5zm-.7-2.15l6.2-6.175l-.925-.925l-6.175 6.2zm-2.65 6.8q-.8.8-1.862 1.25T5.675 21h-.6q-.775 0-1.5-.2T2.2 20.225q-.275-.175-.412-.437t-.138-.563q0-.275.1-.525t.3-.45l4.875-4.85q.3-.3.7-.3t.7.3l1.9 1.9q.35.35.55.8t.2.95t-.2.963t-.55.812zM5.075 19h.6q.75 0 1.45-.288T8.35 17.9l.475-.475q.15-.15.15-.35t-.15-.35l-1.2-1.2l-3.4 3.375q.2.05.425.075t.425.025M18.6 6.325l-.925-.925zm-10.975 9.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 21h-8.5q-.5 0-.75-.312T11.5 20t.263-.687t.762-.313H21q.425 0 .713.288T22 20t-.288.713T21 21m-7.9-6.35q-.3.3-.7.3t-.7-.3L9.35 12.3q-.3-.3-.3-.7t.3-.7l7.25-7.25q.225-.225.513-.337t.562-.113t.55.113t.5.337l1.625 1.625q.225.225.338.513t.112.562t-.112.55t-.338.5zm-.7-2.15l6.2-6.175l-.925-.925l-6.175 6.2zm-2.65 6.8q-.8.8-1.862 1.25T5.675 21h-.6q-.775 0-1.5-.2T2.2 20.225q-.275-.175-.412-.437t-.138-.563q0-.275.1-.525t.3-.45l4.875-4.85q.3-.3.7-.3t.7.3l1.9 1.9q.35.35.55.8t.2.95t-.2.963t-.55.812zM5.075 19h.6q.75 0 1.45-.288T8.35 17.9l.475-.475q.15-.15.15-.35t-.15-.35l-1.2-1.2l-3.4 3.375q.2.05.425.075t.425.025M18.6 6.325l-.925-.925zm-10.975 9.2"/></svg>
</template>

CSS

.icon-surgical-outline-rounded {
  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%22M21%2021h-8.5q-.5%200-.75-.312T11.5%2020t.263-.687t.762-.313H21q.425%200%20.713.288T22%2020t-.288.713T21%2021m-7.9-6.35q-.3.3-.7.3t-.7-.3L9.35%2012.3q-.3-.3-.3-.7t.3-.7l7.25-7.25q.225-.225.513-.337t.562-.113t.55.113t.5.337l1.625%201.625q.225.225.338.513t.112.562t-.112.55t-.338.5zm-.7-2.15l6.2-6.175l-.925-.925l-6.175%206.2zm-2.65%206.8q-.8.8-1.862%201.25T5.675%2021h-.6q-.775%200-1.5-.2T2.2%2020.225q-.275-.175-.412-.437t-.138-.563q0-.275.1-.525t.3-.45l4.875-4.85q.3-.3.7-.3t.7.3l1.9%201.9q.35.35.55.8t.2.95t-.2.963t-.55.812zM5.075%2019h.6q.75%200%201.45-.288T8.35%2017.9l.475-.475q.15-.15.15-.35t-.15-.35l-1.2-1.2l-3.4%203.375q.2.05.425.075t.425.025M18.6%206.325l-.925-.925zm-10.975%209.2%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%22M21%2021h-8.5q-.5%200-.75-.312T11.5%2020t.263-.687t.762-.313H21q.425%200%20.713.288T22%2020t-.288.713T21%2021m-7.9-6.35q-.3.3-.7.3t-.7-.3L9.35%2012.3q-.3-.3-.3-.7t.3-.7l7.25-7.25q.225-.225.513-.337t.562-.113t.55.113t.5.337l1.625%201.625q.225.225.338.513t.112.562t-.112.55t-.338.5zm-.7-2.15l6.2-6.175l-.925-.925l-6.175%206.2zm-2.65%206.8q-.8.8-1.862%201.25T5.675%2021h-.6q-.775%200-1.5-.2T2.2%2020.225q-.275-.175-.412-.437t-.138-.563q0-.275.1-.525t.3-.45l4.875-4.85q.3-.3.7-.3t.7.3l1.9%201.9q.35.35.55.8t.2.95t-.2.963t-.55.812zM5.075%2019h.6q.75%200%201.45-.288T8.35%2017.9l.475-.475q.15-.15.15-.35t-.15-.35l-1.2-1.2l-3.4%203.375q.2.05.425.075t.425.025M18.6%206.325l-.925-.925zm-10.975%209.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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