surgical icon
surgical-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- surgical-outline
- Set
- Material Symbols
- Style
- Outline
- 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.712zm0-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.6l2.6 2.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862 1.25T5.675 21zm0-2h.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 MaterialSymbolsSurgicalOutline(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.712zm0-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.6l2.6 2.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862 1.25T5.675 21zm0-2h.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="M12.4 15.35L8.65 11.6l8.3-8.3q.3-.3.713-.3t.712.3L20.7 5.625q.3.3.3.713t-.3.712zm0-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.6l2.6 2.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862 1.25T5.675 21zm0-2h.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 {
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.712zm0-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.6l2.6%202.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862%201.25T5.675%2021zm0-2h.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%22M12.4%2015.35L8.65%2011.6l8.3-8.3q.3-.3.713-.3t.712.3L20.7%205.625q.3.3.3.713t-.3.712zm0-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.6l2.6%202.6q.35.35.55.8t.2.95t-.2.962t-.55.813l-.475.475q-.8.8-1.862%201.25T5.675%2021zm0-2h.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.svg?color=%231a73e8&size=48