surgical icon
surgical-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- surgical-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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.6l9.025-9.025l3.75 3.75zm0-2.85l6.2-6.175l-.925-.925l-6.175 6.2zM11 21l2-2h9v2zm-5.925 0q-1.15 0-2.213-.45T1 19.3l6.625-6.6L12 17.05L9.75 19.3q-.8.8-1.862 1.25T5.675 21zm0-2h.6q.75 0 1.45-.288T8.35 17.9l.825-.825l-1.55-1.55l-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 MaterialSymbolsSurgicalOutlineSharp(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.6l9.025-9.025l3.75 3.75zm0-2.85l6.2-6.175l-.925-.925l-6.175 6.2zM11 21l2-2h9v2zm-5.925 0q-1.15 0-2.213-.45T1 19.3l6.625-6.6L12 17.05L9.75 19.3q-.8.8-1.862 1.25T5.675 21zm0-2h.6q.75 0 1.45-.288T8.35 17.9l.825-.825l-1.55-1.55l-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="M12.4 15.35L8.65 11.6l9.025-9.025l3.75 3.75zm0-2.85l6.2-6.175l-.925-.925l-6.175 6.2zM11 21l2-2h9v2zm-5.925 0q-1.15 0-2.213-.45T1 19.3l6.625-6.6L12 17.05L9.75 19.3q-.8.8-1.862 1.25T5.675 21zm0-2h.6q.75 0 1.45-.288T8.35 17.9l.825-.825l-1.55-1.55l-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-sharp {
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.6l9.025-9.025l3.75%203.75zm0-2.85l6.2-6.175l-.925-.925l-6.175%206.2zM11%2021l2-2h9v2zm-5.925%200q-1.15%200-2.213-.45T1%2019.3l6.625-6.6L12%2017.05L9.75%2019.3q-.8.8-1.862%201.25T5.675%2021zm0-2h.6q.75%200%201.45-.288T8.35%2017.9l.825-.825l-1.55-1.55l-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%22M12.4%2015.35L8.65%2011.6l9.025-9.025l3.75%203.75zm0-2.85l6.2-6.175l-.925-.925l-6.175%206.2zM11%2021l2-2h9v2zm-5.925%200q-1.15%200-2.213-.45T1%2019.3l6.625-6.6L12%2017.05L9.75%2019.3q-.8.8-1.862%201.25T5.675%2021zm0-2h.6q.75%200%201.45-.288T8.35%2017.9l.825-.825l-1.55-1.55l-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-sharp.svg?color=%231a73e8&size=48