brake-abs from Material Line Icons by Vjacheslav Trushkin · Line · Automotive · MIT Free for personal and commercial use.

Name
brake-abs
Set
Material Line Icons
Style
Line
Category
Automotive
Viewbox
24×24
License
MIT

More automotive icons from Material Line Icons

Use the brake abs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGuIlXSbVk"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="54" d="M12 4c4.42 0 8 3.58 8 8c0 4.42 -3.58 8 -8 8c-4.42 0 -8 -3.58 -8 -8c0 -4.42 3.58 -8 8 -8"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="54;0"/></path><g stroke-dasharray="20" stroke-dashoffset="20"><path d="M4.22 4.22c-4.29 4.3 -4.29 11.26 0 15.56"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.7s" dur="0.3s" to="0"/></path><path d="M19.78 4.22c4.29 4.3 4.29 11.26 0 15.56"><animate fill="freeze" attributeName="stroke-dashoffset" begin="1s" dur="0.3s" to="0"/></path></g></g><path d="M4 6h16c1.26 1.67 2 3.75 2 6c0 2.25 -0.74 4.33 -2 6h-16c-1.26 -1.67 -2 -3.75 -2 -6c0 -2.25 0.74 -4.33 2 -6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.3s" dur="0.2s" to="1"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGuIlXSbVk)"/><path d="M7.2 16v-3.2h-1.6v3.2h-1.6v-6.4c0 -0.42 0.17 -0.83 0.47 -1.13c0.3 -0.3 0.71 -0.47 1.13 -0.47h1.6c0.88 0 1.6 0.72 1.6 1.6v6.4h-1.6ZM7.2 11.2v-1.6h-1.6v1.6h1.6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.5s" dur="0.2s" to="1"/></path><path d="M13.2 12c0.64 0 1.2 0.56 1.2 1.2v1.2c0 0.21 -0.04 0.42 -0.12 0.61c-0.08 0.19 -0.2 0.37 -0.35 0.52c-0.15 0.15 -0.32 0.27 -0.52 0.35c-0.19 0.08 -0.4 0.12 -0.61 0.12h-3.2v-8h3.2c0.42 0 0.83 0.17 1.13 0.47c0.3 0.3 0.47 0.71 0.47 1.13v1.2c0 0.64 -0.56 1.2 -1.2 1.2ZM12.8 12.8h-1.6v1.6h1.6v-1.6ZM12.8 9.6h-1.6v1.6h1.6v-1.6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.7s" dur="0.2s" to="1"/></path><path d="M20 9.6v-1.6h-3.2c-0.88 0 -1.6 0.72 -1.6 1.6v1.6c0 0.42 0.17 0.83 0.47 1.13c0.3 0.3 0.71 0.47 1.13 0.47h1.6v1.6h-3.2v1.6h3.2c0.88 0 1.6 -0.72 1.6 -1.6v-1.6c0 -0.42 -0.17 -0.83 -0.47 -1.13c-0.3 -0.3 -0.71 -0.47 -1.13 -0.47h-1.6v-1.6h3.2Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.9s" dur="0.2s" to="1"/></path></g></svg>

React

import type { SVGProps } from "react";

export function LineMdBrakeAbs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGuIlXSbVk"><g fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeDasharray="54" d="M12 4c4.42 0 8 3.58 8 8c0 4.42 -3.58 8 -8 8c-4.42 0 -8 -3.58 -8 -8c0 -4.42 3.58 -8 8 -8"><animate fill="freeze" attributeName="strokeDashoffset" dur="0.6s" values="54;0"/></path><g strokeDasharray="20" strokeDashoffset="20"><path d="M4.22 4.22c-4.29 4.3 -4.29 11.26 0 15.56"><animate fill="freeze" attributeName="strokeDashoffset" begin="0.7s" dur="0.3s" to="0"/></path><path d="M19.78 4.22c4.29 4.3 4.29 11.26 0 15.56"><animate fill="freeze" attributeName="strokeDashoffset" begin="1s" dur="0.3s" to="0"/></path></g></g><path d="M4 6h16c1.26 1.67 2 3.75 2 6c0 2.25 -0.74 4.33 -2 6h-16c-1.26 -1.67 -2 -3.75 -2 -6c0 -2.25 0.74 -4.33 2 -6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.3s" dur="0.2s" to="1"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGuIlXSbVk)"/><path d="M7.2 16v-3.2h-1.6v3.2h-1.6v-6.4c0 -0.42 0.17 -0.83 0.47 -1.13c0.3 -0.3 0.71 -0.47 1.13 -0.47h1.6c0.88 0 1.6 0.72 1.6 1.6v6.4h-1.6ZM7.2 11.2v-1.6h-1.6v1.6h1.6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.5s" dur="0.2s" to="1"/></path><path d="M13.2 12c0.64 0 1.2 0.56 1.2 1.2v1.2c0 0.21 -0.04 0.42 -0.12 0.61c-0.08 0.19 -0.2 0.37 -0.35 0.52c-0.15 0.15 -0.32 0.27 -0.52 0.35c-0.19 0.08 -0.4 0.12 -0.61 0.12h-3.2v-8h3.2c0.42 0 0.83 0.17 1.13 0.47c0.3 0.3 0.47 0.71 0.47 1.13v1.2c0 0.64 -0.56 1.2 -1.2 1.2ZM12.8 12.8h-1.6v1.6h1.6v-1.6ZM12.8 9.6h-1.6v1.6h1.6v-1.6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.7s" dur="0.2s" to="1"/></path><path d="M20 9.6v-1.6h-3.2c-0.88 0 -1.6 0.72 -1.6 1.6v1.6c0 0.42 0.17 0.83 0.47 1.13c0.3 0.3 0.71 0.47 1.13 0.47h1.6v1.6h-3.2v1.6h3.2c0.88 0 1.6 -0.72 1.6 -1.6v-1.6c0 -0.42 -0.17 -0.83 -0.47 -1.13c-0.3 -0.3 -0.71 -0.47 -1.13 -0.47h-1.6v-1.6h3.2Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.9s" dur="0.2s" to="1"/></path></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGuIlXSbVk"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="54" d="M12 4c4.42 0 8 3.58 8 8c0 4.42 -3.58 8 -8 8c-4.42 0 -8 -3.58 -8 -8c0 -4.42 3.58 -8 8 -8"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="54;0"/></path><g stroke-dasharray="20" stroke-dashoffset="20"><path d="M4.22 4.22c-4.29 4.3 -4.29 11.26 0 15.56"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.7s" dur="0.3s" to="0"/></path><path d="M19.78 4.22c4.29 4.3 4.29 11.26 0 15.56"><animate fill="freeze" attributeName="stroke-dashoffset" begin="1s" dur="0.3s" to="0"/></path></g></g><path d="M4 6h16c1.26 1.67 2 3.75 2 6c0 2.25 -0.74 4.33 -2 6h-16c-1.26 -1.67 -2 -3.75 -2 -6c0 -2.25 0.74 -4.33 2 -6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.3s" dur="0.2s" to="1"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGuIlXSbVk)"/><path d="M7.2 16v-3.2h-1.6v3.2h-1.6v-6.4c0 -0.42 0.17 -0.83 0.47 -1.13c0.3 -0.3 0.71 -0.47 1.13 -0.47h1.6c0.88 0 1.6 0.72 1.6 1.6v6.4h-1.6ZM7.2 11.2v-1.6h-1.6v1.6h1.6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.5s" dur="0.2s" to="1"/></path><path d="M13.2 12c0.64 0 1.2 0.56 1.2 1.2v1.2c0 0.21 -0.04 0.42 -0.12 0.61c-0.08 0.19 -0.2 0.37 -0.35 0.52c-0.15 0.15 -0.32 0.27 -0.52 0.35c-0.19 0.08 -0.4 0.12 -0.61 0.12h-3.2v-8h3.2c0.42 0 0.83 0.17 1.13 0.47c0.3 0.3 0.47 0.71 0.47 1.13v1.2c0 0.64 -0.56 1.2 -1.2 1.2ZM12.8 12.8h-1.6v1.6h1.6v-1.6ZM12.8 9.6h-1.6v1.6h1.6v-1.6Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.7s" dur="0.2s" to="1"/></path><path d="M20 9.6v-1.6h-3.2c-0.88 0 -1.6 0.72 -1.6 1.6v1.6c0 0.42 0.17 0.83 0.47 1.13c0.3 0.3 0.71 0.47 1.13 0.47h1.6v1.6h-3.2v1.6h3.2c0.88 0 1.6 -0.72 1.6 -1.6v-1.6c0 -0.42 -0.17 -0.83 -0.47 -1.13c-0.3 -0.3 -0.71 -0.47 -1.13 -0.47h-1.6v-1.6h3.2Z" opacity="0"><animate fill="freeze" attributeName="opacity" begin="1.9s" dur="0.2s" to="1"/></path></g></svg>
</template>

CSS

.icon-brake-abs {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGuIlXSbVk%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-dasharray%3D%2254%22%20d%3D%22M12%204c4.42%200%208%203.58%208%208c0%204.42%20-3.58%208%20-8%208c-4.42%200%20-8%20-3.58%20-8%20-8c0%20-4.42%203.58%20-8%208%20-8%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2254%3B0%22%2F%3E%3C%2Fpath%3E%3Cg%20stroke-dasharray%3D%2220%22%20stroke-dashoffset%3D%2220%22%3E%3Cpath%20d%3D%22M4.22%204.22c-4.29%204.3%20-4.29%2011.26%200%2015.56%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.7s%22%20dur%3D%220.3s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19.78%204.22c4.29%204.3%204.29%2011.26%200%2015.56%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%221s%22%20dur%3D%220.3s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20d%3D%22M4%206h16c1.26%201.67%202%203.75%202%206c0%202.25%20-0.74%204.33%20-2%206h-16c-1.26%20-1.67%20-2%20-3.75%20-2%20-6c0%20-2.25%200.74%20-4.33%202%20-6Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.3s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGuIlXSbVk)%22%2F%3E%3Cpath%20d%3D%22M7.2%2016v-3.2h-1.6v3.2h-1.6v-6.4c0%20-0.42%200.17%20-0.83%200.47%20-1.13c0.3%20-0.3%200.71%20-0.47%201.13%20-0.47h1.6c0.88%200%201.6%200.72%201.6%201.6v6.4h-1.6ZM7.2%2011.2v-1.6h-1.6v1.6h1.6Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.5s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M13.2%2012c0.64%200%201.2%200.56%201.2%201.2v1.2c0%200.21%20-0.04%200.42%20-0.12%200.61c-0.08%200.19%20-0.2%200.37%20-0.35%200.52c-0.15%200.15%20-0.32%200.27%20-0.52%200.35c-0.19%200.08%20-0.4%200.12%20-0.61%200.12h-3.2v-8h3.2c0.42%200%200.83%200.17%201.13%200.47c0.3%200.3%200.47%200.71%200.47%201.13v1.2c0%200.64%20-0.56%201.2%20-1.2%201.2ZM12.8%2012.8h-1.6v1.6h1.6v-1.6ZM12.8%209.6h-1.6v1.6h1.6v-1.6Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.7s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M20%209.6v-1.6h-3.2c-0.88%200%20-1.6%200.72%20-1.6%201.6v1.6c0%200.42%200.17%200.83%200.47%201.13c0.3%200.3%200.71%200.47%201.13%200.47h1.6v1.6h-3.2v1.6h3.2c0.88%200%201.6%20-0.72%201.6%20-1.6v-1.6c0%20-0.42%20-0.17%20-0.83%20-0.47%20-1.13c-0.3%20-0.3%20-0.71%20-0.47%20-1.13%20-0.47h-1.6v-1.6h3.2Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.9s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3C%2Fg%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%3Cdefs%3E%3Cmask%20id%3D%22SVGuIlXSbVk%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-dasharray%3D%2254%22%20d%3D%22M12%204c4.42%200%208%203.58%208%208c0%204.42%20-3.58%208%20-8%208c-4.42%200%20-8%20-3.58%20-8%20-8c0%20-4.42%203.58%20-8%208%20-8%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2254%3B0%22%2F%3E%3C%2Fpath%3E%3Cg%20stroke-dasharray%3D%2220%22%20stroke-dashoffset%3D%2220%22%3E%3Cpath%20d%3D%22M4.22%204.22c-4.29%204.3%20-4.29%2011.26%200%2015.56%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.7s%22%20dur%3D%220.3s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19.78%204.22c4.29%204.3%204.29%2011.26%200%2015.56%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%221s%22%20dur%3D%220.3s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20d%3D%22M4%206h16c1.26%201.67%202%203.75%202%206c0%202.25%20-0.74%204.33%20-2%206h-16c-1.26%20-1.67%20-2%20-3.75%20-2%20-6c0%20-2.25%200.74%20-4.33%202%20-6Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.3s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGuIlXSbVk)%22%2F%3E%3Cpath%20d%3D%22M7.2%2016v-3.2h-1.6v3.2h-1.6v-6.4c0%20-0.42%200.17%20-0.83%200.47%20-1.13c0.3%20-0.3%200.71%20-0.47%201.13%20-0.47h1.6c0.88%200%201.6%200.72%201.6%201.6v6.4h-1.6ZM7.2%2011.2v-1.6h-1.6v1.6h1.6Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.5s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M13.2%2012c0.64%200%201.2%200.56%201.2%201.2v1.2c0%200.21%20-0.04%200.42%20-0.12%200.61c-0.08%200.19%20-0.2%200.37%20-0.35%200.52c-0.15%200.15%20-0.32%200.27%20-0.52%200.35c-0.19%200.08%20-0.4%200.12%20-0.61%200.12h-3.2v-8h3.2c0.42%200%200.83%200.17%201.13%200.47c0.3%200.3%200.47%200.71%200.47%201.13v1.2c0%200.64%20-0.56%201.2%20-1.2%201.2ZM12.8%2012.8h-1.6v1.6h1.6v-1.6ZM12.8%209.6h-1.6v1.6h1.6v-1.6Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.7s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M20%209.6v-1.6h-3.2c-0.88%200%20-1.6%200.72%20-1.6%201.6v1.6c0%200.42%200.17%200.83%200.47%201.13c0.3%200.3%200.71%200.47%201.13%200.47h1.6v1.6h-3.2v1.6h3.2c0.88%200%201.6%20-0.72%201.6%20-1.6v-1.6c0%20-0.42%20-0.17%20-0.83%20-0.47%20-1.13c-0.3%20-0.3%20-0.71%20-0.47%20-1.13%20-0.47h-1.6v-1.6h3.2Z%22%20opacity%3D%220%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%221.9s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/brake-abs.svg?color=%231a73e8&size=48