car brake retarder icon
car-brake-retarder from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- car-brake-retarder
- 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 retarder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c-5 0-9 4-9 9s4 9 9 9s9-4 9-9s-4-9-9-9m0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7m8.5 1.5c2.2-2.2 3.5-5.2 3.5-8.5s-1.3-6.3-3.5-8.5l-1.1 1.1c1.9 1.9 3.1 4.5 3.1 7.4s-1.2 5.5-3.1 7.4zM4.6 19.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5 3.1-7.4L3.5 3.5C1.3 5.7 0 8.7 0 12s1.3 6.3 3.5 8.5zm10.7-8.9c.66 0 1.2.67 1.2 1.5c0 .81-.55 1.5-1.2 1.5c-.37 0-.64-.21-.8-.39l-.03-.03l-.03-.03L13.38 12l1.09-1.08l.03-.03l.03-.03c.21-.23.47-.36.77-.36m-6.6 0c.37 0 .64.21.8.38v.04l.06.03L10.62 12l-1.09 1.08l-.03.03l-.03.04c-.21.22-.47.35-.77.35c-.65 0-1.2-.69-1.2-1.5s.55-1.5 1.2-1.5M15.3 9c-.72 0-1.4.31-1.88.85L12 11.25l-1.39-1.37C10.1 9.31 9.42 9 8.7 9C7.21 9 6 10.35 6 12s1.21 3 2.7 3c.72 0 1.4-.31 1.89-.85l1.41-1.4l1.39 1.37c.51.56 1.19.88 1.91.88c1.49 0 2.7-1.35 2.7-3c0-1.67-1.21-3-2.7-3"/></svg>
React
import type { SVGProps } from "react";
export function MdiCarBrakeRetarder(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 3c-5 0-9 4-9 9s4 9 9 9s9-4 9-9s-4-9-9-9m0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7m8.5 1.5c2.2-2.2 3.5-5.2 3.5-8.5s-1.3-6.3-3.5-8.5l-1.1 1.1c1.9 1.9 3.1 4.5 3.1 7.4s-1.2 5.5-3.1 7.4zM4.6 19.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5 3.1-7.4L3.5 3.5C1.3 5.7 0 8.7 0 12s1.3 6.3 3.5 8.5zm10.7-8.9c.66 0 1.2.67 1.2 1.5c0 .81-.55 1.5-1.2 1.5c-.37 0-.64-.21-.8-.39l-.03-.03l-.03-.03L13.38 12l1.09-1.08l.03-.03l.03-.03c.21-.23.47-.36.77-.36m-6.6 0c.37 0 .64.21.8.38v.04l.06.03L10.62 12l-1.09 1.08l-.03.03l-.03.04c-.21.22-.47.35-.77.35c-.65 0-1.2-.69-1.2-1.5s.55-1.5 1.2-1.5M15.3 9c-.72 0-1.4.31-1.88.85L12 11.25l-1.39-1.37C10.1 9.31 9.42 9 8.7 9C7.21 9 6 10.35 6 12s1.21 3 2.7 3c.72 0 1.4-.31 1.89-.85l1.41-1.4l1.39 1.37c.51.56 1.19.88 1.91.88c1.49 0 2.7-1.35 2.7-3c0-1.67-1.21-3-2.7-3"/></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 3c-5 0-9 4-9 9s4 9 9 9s9-4 9-9s-4-9-9-9m0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7m8.5 1.5c2.2-2.2 3.5-5.2 3.5-8.5s-1.3-6.3-3.5-8.5l-1.1 1.1c1.9 1.9 3.1 4.5 3.1 7.4s-1.2 5.5-3.1 7.4zM4.6 19.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5 3.1-7.4L3.5 3.5C1.3 5.7 0 8.7 0 12s1.3 6.3 3.5 8.5zm10.7-8.9c.66 0 1.2.67 1.2 1.5c0 .81-.55 1.5-1.2 1.5c-.37 0-.64-.21-.8-.39l-.03-.03l-.03-.03L13.38 12l1.09-1.08l.03-.03l.03-.03c.21-.23.47-.36.77-.36m-6.6 0c.37 0 .64.21.8.38v.04l.06.03L10.62 12l-1.09 1.08l-.03.03l-.03.04c-.21.22-.47.35-.77.35c-.65 0-1.2-.69-1.2-1.5s.55-1.5 1.2-1.5M15.3 9c-.72 0-1.4.31-1.88.85L12 11.25l-1.39-1.37C10.1 9.31 9.42 9 8.7 9C7.21 9 6 10.35 6 12s1.21 3 2.7 3c.72 0 1.4-.31 1.89-.85l1.41-1.4l1.39 1.37c.51.56 1.19.88 1.91.88c1.49 0 2.7-1.35 2.7-3c0-1.67-1.21-3-2.7-3"/></svg> </template>
CSS
.icon-car-brake-retarder {
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%203c-5%200-9%204-9%209s4%209%209%209s9-4%209-9s-4-9-9-9m0%2016c-3.9%200-7-3.1-7-7s3.1-7%207-7s7%203.1%207%207s-3.1%207-7%207m8.5%201.5c2.2-2.2%203.5-5.2%203.5-8.5s-1.3-6.3-3.5-8.5l-1.1%201.1c1.9%201.9%203.1%204.5%203.1%207.4s-1.2%205.5-3.1%207.4zM4.6%2019.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5%203.1-7.4L3.5%203.5C1.3%205.7%200%208.7%200%2012s1.3%206.3%203.5%208.5zm10.7-8.9c.66%200%201.2.67%201.2%201.5c0%20.81-.55%201.5-1.2%201.5c-.37%200-.64-.21-.8-.39l-.03-.03l-.03-.03L13.38%2012l1.09-1.08l.03-.03l.03-.03c.21-.23.47-.36.77-.36m-6.6%200c.37%200%20.64.21.8.38v.04l.06.03L10.62%2012l-1.09%201.08l-.03.03l-.03.04c-.21.22-.47.35-.77.35c-.65%200-1.2-.69-1.2-1.5s.55-1.5%201.2-1.5M15.3%209c-.72%200-1.4.31-1.88.85L12%2011.25l-1.39-1.37C10.1%209.31%209.42%209%208.7%209C7.21%209%206%2010.35%206%2012s1.21%203%202.7%203c.72%200%201.4-.31%201.89-.85l1.41-1.4l1.39%201.37c.51.56%201.19.88%201.91.88c1.49%200%202.7-1.35%202.7-3c0-1.67-1.21-3-2.7-3%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%203c-5%200-9%204-9%209s4%209%209%209s9-4%209-9s-4-9-9-9m0%2016c-3.9%200-7-3.1-7-7s3.1-7%207-7s7%203.1%207%207s-3.1%207-7%207m8.5%201.5c2.2-2.2%203.5-5.2%203.5-8.5s-1.3-6.3-3.5-8.5l-1.1%201.1c1.9%201.9%203.1%204.5%203.1%207.4s-1.2%205.5-3.1%207.4zM4.6%2019.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5%203.1-7.4L3.5%203.5C1.3%205.7%200%208.7%200%2012s1.3%206.3%203.5%208.5zm10.7-8.9c.66%200%201.2.67%201.2%201.5c0%20.81-.55%201.5-1.2%201.5c-.37%200-.64-.21-.8-.39l-.03-.03l-.03-.03L13.38%2012l1.09-1.08l.03-.03l.03-.03c.21-.23.47-.36.77-.36m-6.6%200c.37%200%20.64.21.8.38v.04l.06.03L10.62%2012l-1.09%201.08l-.03.03l-.03.04c-.21.22-.47.35-.77.35c-.65%200-1.2-.69-1.2-1.5s.55-1.5%201.2-1.5M15.3%209c-.72%200-1.4.31-1.88.85L12%2011.25l-1.39-1.37C10.1%209.31%209.42%209%208.7%209C7.21%209%206%2010.35%206%2012s1.21%203%202.7%203c.72%200%201.4-.31%201.89-.85l1.41-1.4l1.39%201.37c.51.56%201.19.88%201.91.88c1.49%200%202.7-1.35%202.7-3c0-1.67-1.21-3-2.7-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/car-brake-retarder.svg?color=%231a73e8&size=48