podiatry icon
podiatry-outline-sharp from Material Symbols by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- podiatry-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the podiatry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.1 14.275L21.575 9.8L23 11.225L18.5 15.7zM1 20v-4.175q.875-.125 1.675-.5T4.2 14.4l1.75 1.875l.7-.7l-1.675-1.8l.388-.388q.187-.187.387-.412l1.7 1.8l.725-.725l-1.725-1.775q.125-.25.263-.512t.237-.563l2.025 2.05l.725-.725L7.375 10.2L8.4 7.35L13.8 2l7.05 7.075L10.5 20zm8.625-2l8.425-8.875zM3 18h6.625l8.425-8.875l-4.275-4.275l-3.65 3.625L9.4 10.5l2.2 2.15l-5.75 5.75l-1.55-1.675q-.325.2-.637.35T3 17.35z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPodiatryOutlineSharp(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="M17.1 14.275L21.575 9.8L23 11.225L18.5 15.7zM1 20v-4.175q.875-.125 1.675-.5T4.2 14.4l1.75 1.875l.7-.7l-1.675-1.8l.388-.388q.187-.187.387-.412l1.7 1.8l.725-.725l-1.725-1.775q.125-.25.263-.512t.237-.563l2.025 2.05l.725-.725L7.375 10.2L8.4 7.35L13.8 2l7.05 7.075L10.5 20zm8.625-2l8.425-8.875zM3 18h6.625l8.425-8.875l-4.275-4.275l-3.65 3.625L9.4 10.5l2.2 2.15l-5.75 5.75l-1.55-1.675q-.325.2-.637.35T3 17.35z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.1 14.275L21.575 9.8L23 11.225L18.5 15.7zM1 20v-4.175q.875-.125 1.675-.5T4.2 14.4l1.75 1.875l.7-.7l-1.675-1.8l.388-.388q.187-.187.387-.412l1.7 1.8l.725-.725l-1.725-1.775q.125-.25.263-.512t.237-.563l2.025 2.05l.725-.725L7.375 10.2L8.4 7.35L13.8 2l7.05 7.075L10.5 20zm8.625-2l8.425-8.875zM3 18h6.625l8.425-8.875l-4.275-4.275l-3.65 3.625L9.4 10.5l2.2 2.15l-5.75 5.75l-1.55-1.675q-.325.2-.637.35T3 17.35z"/></svg> </template>
CSS
.icon-podiatry-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%22M17.1%2014.275L21.575%209.8L23%2011.225L18.5%2015.7zM1%2020v-4.175q.875-.125%201.675-.5T4.2%2014.4l1.75%201.875l.7-.7l-1.675-1.8l.388-.388q.187-.187.387-.412l1.7%201.8l.725-.725l-1.725-1.775q.125-.25.263-.512t.237-.563l2.025%202.05l.725-.725L7.375%2010.2L8.4%207.35L13.8%202l7.05%207.075L10.5%2020zm8.625-2l8.425-8.875zM3%2018h6.625l8.425-8.875l-4.275-4.275l-3.65%203.625L9.4%2010.5l2.2%202.15l-5.75%205.75l-1.55-1.675q-.325.2-.637.35T3%2017.35z%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%22M17.1%2014.275L21.575%209.8L23%2011.225L18.5%2015.7zM1%2020v-4.175q.875-.125%201.675-.5T4.2%2014.4l1.75%201.875l.7-.7l-1.675-1.8l.388-.388q.187-.187.387-.412l1.7%201.8l.725-.725l-1.725-1.775q.125-.25.263-.512t.237-.563l2.025%202.05l.725-.725L7.375%2010.2L8.4%207.35L13.8%202l7.05%207.075L10.5%2020zm8.625-2l8.425-8.875zM3%2018h6.625l8.425-8.875l-4.275-4.275l-3.65%203.625L9.4%2010.5l2.2%202.15l-5.75%205.75l-1.55-1.675q-.325.2-.637.35T3%2017.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/podiatry-outline-sharp.svg?color=%231a73e8&size=48