podiatry icon
podiatry from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- podiatry
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
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.254 14.41l3.705-3.706l.714.713l-3.712 3.706zM2.75 18.788v-2.073q0-.407.232-.744q.231-.337.633-.504q.68-.296 1.308-.648q.629-.352 1.22-.817l.91.911q.126.175.319.163q.194-.013.363-.182q.125-.125.134-.328t-.115-.358l-.875-.875q.142-.142.291-.272q.15-.13.292-.278l.85.856q.125.175.318.155t.368-.194q.125-.125.125-.328t-.125-.378l-1.01-1.003q.126-.154.234-.33t.19-.38l1.125 1.125q.125.175.328.175q.202 0 .358-.156q.125-.125.116-.325q-.01-.2-.135-.375l-1.425-1.406l1.006-2.042l4.515-4.12l5.666 5.672l-8.908 9.06z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPodiatry(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.254 14.41l3.705-3.706l.714.713l-3.712 3.706zM2.75 18.788v-2.073q0-.407.232-.744q.231-.337.633-.504q.68-.296 1.308-.648q.629-.352 1.22-.817l.91.911q.126.175.319.163q.194-.013.363-.182q.125-.125.134-.328t-.115-.358l-.875-.875q.142-.142.291-.272q.15-.13.292-.278l.85.856q.125.175.318.155t.368-.194q.125-.125.125-.328t-.125-.378l-1.01-1.003q.126-.154.234-.33t.19-.38l1.125 1.125q.125.175.328.175q.202 0 .358-.156q.125-.125.116-.325q-.01-.2-.135-.375l-1.425-1.406l1.006-2.042l4.515-4.12l5.666 5.672l-8.908 9.06z"/></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.254 14.41l3.705-3.706l.714.713l-3.712 3.706zM2.75 18.788v-2.073q0-.407.232-.744q.231-.337.633-.504q.68-.296 1.308-.648q.629-.352 1.22-.817l.91.911q.126.175.319.163q.194-.013.363-.182q.125-.125.134-.328t-.115-.358l-.875-.875q.142-.142.291-.272q.15-.13.292-.278l.85.856q.125.175.318.155t.368-.194q.125-.125.125-.328t-.125-.378l-1.01-1.003q.126-.154.234-.33t.19-.38l1.125 1.125q.125.175.328.175q.202 0 .358-.156q.125-.125.116-.325q-.01-.2-.135-.375l-1.425-1.406l1.006-2.042l4.515-4.12l5.666 5.672l-8.908 9.06z"/></svg> </template>
CSS
.icon-podiatry {
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.254%2014.41l3.705-3.706l.714.713l-3.712%203.706zM2.75%2018.788v-2.073q0-.407.232-.744q.231-.337.633-.504q.68-.296%201.308-.648q.629-.352%201.22-.817l.91.911q.126.175.319.163q.194-.013.363-.182q.125-.125.134-.328t-.115-.358l-.875-.875q.142-.142.291-.272q.15-.13.292-.278l.85.856q.125.175.318.155t.368-.194q.125-.125.125-.328t-.125-.378l-1.01-1.003q.126-.154.234-.33t.19-.38l1.125%201.125q.125.175.328.175q.202%200%20.358-.156q.125-.125.116-.325q-.01-.2-.135-.375l-1.425-1.406l1.006-2.042l4.515-4.12l5.666%205.672l-8.908%209.06z%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.254%2014.41l3.705-3.706l.714.713l-3.712%203.706zM2.75%2018.788v-2.073q0-.407.232-.744q.231-.337.633-.504q.68-.296%201.308-.648q.629-.352%201.22-.817l.91.911q.126.175.319.163q.194-.013.363-.182q.125-.125.134-.328t-.115-.358l-.875-.875q.142-.142.291-.272q.15-.13.292-.278l.85.856q.125.175.318.155t.368-.194q.125-.125.125-.328t-.125-.378l-1.01-1.003q.126-.154.234-.33t.19-.38l1.125%201.125q.125.175.328.175q.202%200%20.358-.156q.125-.125.116-.325q-.01-.2-.135-.375l-1.425-1.406l1.006-2.042l4.515-4.12l5.666%205.672l-8.908%209.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/podiatry.svg?color=%231a73e8&size=48