car brake worn linings icon
car-brake-worn-linings from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- car-brake-worn-linings
- Set
- Material Design Icons
- Style
- Filled
- Category
- Automotive
- Viewbox
- 24×24
- License
- Apache 2.0
More automotive icons from Material Design Icons
air-conditionerairbagbatterybattery-10battery-20battery-30battery-40battery-50battery-60battery-70battery-80battery-90battery-chargingbattery-charging-10battery-charging-100battery-charging-20battery-charging-30battery-charging-40battery-charging-50battery-charging-60battery-charging-70battery-charging-80battery-charging-90bugle
Use the car brake worn linings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5c3.86 0 7 3.14 7 7s-3.14 7-7 7s-7-3.14-7-7s3.14-7 7-7m0-2a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 3M4.58 4.58L3.5 3.5A12.3 12.3 0 0 0 .861 7.55L2.3 8a10.7 10.7 0 0 1 2.28-3.42M1.71 14.1Q1.5 13.08 1.5 12t.21-2.1L.275 9.46C.098 10.28 0 11.13 0 12s.098 1.72.275 2.54zm21.43-6.55c-.61-1.52-1.51-2.9-2.64-4.05l-1.08 1.08c.97.98 1.74 2.13 2.28 3.42zM.861 16.45C1.47 18 2.37 19.35 3.5 20.5l1.08-1.08A10.7 10.7 0 0 1 2.3 16zm18.559 2.97l1.08 1.08c1.13-1.15 2.03-2.5 2.64-4.05L21.7 16a10.7 10.7 0 0 1-2.28 3.42m2.87-9.52q.21 1.02.21 2.1t-.21 2.1l1.44.44c.17-.82.27-1.67.27-2.54s-.1-1.72-.27-2.54z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCarBrakeWornLinings(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 5c3.86 0 7 3.14 7 7s-3.14 7-7 7s-7-3.14-7-7s3.14-7 7-7m0-2a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 3M4.58 4.58L3.5 3.5A12.3 12.3 0 0 0 .861 7.55L2.3 8a10.7 10.7 0 0 1 2.28-3.42M1.71 14.1Q1.5 13.08 1.5 12t.21-2.1L.275 9.46C.098 10.28 0 11.13 0 12s.098 1.72.275 2.54zm21.43-6.55c-.61-1.52-1.51-2.9-2.64-4.05l-1.08 1.08c.97.98 1.74 2.13 2.28 3.42zM.861 16.45C1.47 18 2.37 19.35 3.5 20.5l1.08-1.08A10.7 10.7 0 0 1 2.3 16zm18.559 2.97l1.08 1.08c1.13-1.15 2.03-2.5 2.64-4.05L21.7 16a10.7 10.7 0 0 1-2.28 3.42m2.87-9.52q.21 1.02.21 2.1t-.21 2.1l1.44.44c.17-.82.27-1.67.27-2.54s-.1-1.72-.27-2.54z"/></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 5c3.86 0 7 3.14 7 7s-3.14 7-7 7s-7-3.14-7-7s3.14-7 7-7m0-2a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 3M4.58 4.58L3.5 3.5A12.3 12.3 0 0 0 .861 7.55L2.3 8a10.7 10.7 0 0 1 2.28-3.42M1.71 14.1Q1.5 13.08 1.5 12t.21-2.1L.275 9.46C.098 10.28 0 11.13 0 12s.098 1.72.275 2.54zm21.43-6.55c-.61-1.52-1.51-2.9-2.64-4.05l-1.08 1.08c.97.98 1.74 2.13 2.28 3.42zM.861 16.45C1.47 18 2.37 19.35 3.5 20.5l1.08-1.08A10.7 10.7 0 0 1 2.3 16zm18.559 2.97l1.08 1.08c1.13-1.15 2.03-2.5 2.64-4.05L21.7 16a10.7 10.7 0 0 1-2.28 3.42m2.87-9.52q.21 1.02.21 2.1t-.21 2.1l1.44.44c.17-.82.27-1.67.27-2.54s-.1-1.72-.27-2.54z"/></svg> </template>
CSS
.icon-car-brake-worn-linings {
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%205c3.86%200%207%203.14%207%207s-3.14%207-7%207s-7-3.14-7-7s3.14-7%207-7m0-2a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%2012%203M4.58%204.58L3.5%203.5A12.3%2012.3%200%200%200%20.861%207.55L2.3%208a10.7%2010.7%200%200%201%202.28-3.42M1.71%2014.1Q1.5%2013.08%201.5%2012t.21-2.1L.275%209.46C.098%2010.28%200%2011.13%200%2012s.098%201.72.275%202.54zm21.43-6.55c-.61-1.52-1.51-2.9-2.64-4.05l-1.08%201.08c.97.98%201.74%202.13%202.28%203.42zM.861%2016.45C1.47%2018%202.37%2019.35%203.5%2020.5l1.08-1.08A10.7%2010.7%200%200%201%202.3%2016zm18.559%202.97l1.08%201.08c1.13-1.15%202.03-2.5%202.64-4.05L21.7%2016a10.7%2010.7%200%200%201-2.28%203.42m2.87-9.52q.21%201.02.21%202.1t-.21%202.1l1.44.44c.17-.82.27-1.67.27-2.54s-.1-1.72-.27-2.54z%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%205c3.86%200%207%203.14%207%207s-3.14%207-7%207s-7-3.14-7-7s3.14-7%207-7m0-2a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%2012%203M4.58%204.58L3.5%203.5A12.3%2012.3%200%200%200%20.861%207.55L2.3%208a10.7%2010.7%200%200%201%202.28-3.42M1.71%2014.1Q1.5%2013.08%201.5%2012t.21-2.1L.275%209.46C.098%2010.28%200%2011.13%200%2012s.098%201.72.275%202.54zm21.43-6.55c-.61-1.52-1.51-2.9-2.64-4.05l-1.08%201.08c.97.98%201.74%202.13%202.28%203.42zM.861%2016.45C1.47%2018%202.37%2019.35%203.5%2020.5l1.08-1.08A10.7%2010.7%200%200%201%202.3%2016zm18.559%202.97l1.08%201.08c1.13-1.15%202.03-2.5%202.64-4.05L21.7%2016a10.7%2010.7%200%200%201-2.28%203.42m2.87-9.52q.21%201.02.21%202.1t-.21%202.1l1.44.44c.17-.82.27-1.67.27-2.54s-.1-1.72-.27-2.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/car-brake-worn-linings.svg?color=%231a73e8&size=48