baseline tire repair icon

baseline-tire-repair from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
baseline-tire-repair
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the baseline tire repair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 7a1.003 1.003 0 0 0 1.71.71c.4-.4 1.04-2.46 1.04-2.46s-2.06.64-2.46 1.04c-.18.18-.29.43-.29.71"/><path fill="currentColor" d="M19 2c-2.76 0-5 2.24-5 5c0 2.05 1.23 3.81 3 4.58V13h1v5c0 .55-.45 1-1 1s-1-.45-1-1v-2a3.01 3.01 0 0 0-4-2.83V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-3c0-.55.45-1 1-1s1 .45 1 1v2c0 1.65 1.35 3 3 3s3-1.35 3-3v-5h1v-1.42c1.77-.77 3-2.53 3-4.58c0-2.76-2.24-5-5-5M6 19.5l-2-2v-2.83l2 2zm0-5l-2-2V9.67l2 2zm0-5l-2-2V4.67l2 2zm4 8l-2 2v-2.83l2-2zm0-5l-2 2v-2.83l2-2zm0-5l-2 2V6.67l2-2zm9 2.5c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineTireRepair(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="M18 7a1.003 1.003 0 0 0 1.71.71c.4-.4 1.04-2.46 1.04-2.46s-2.06.64-2.46 1.04c-.18.18-.29.43-.29.71"/><path fill="currentColor" d="M19 2c-2.76 0-5 2.24-5 5c0 2.05 1.23 3.81 3 4.58V13h1v5c0 .55-.45 1-1 1s-1-.45-1-1v-2a3.01 3.01 0 0 0-4-2.83V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-3c0-.55.45-1 1-1s1 .45 1 1v2c0 1.65 1.35 3 3 3s3-1.35 3-3v-5h1v-1.42c1.77-.77 3-2.53 3-4.58c0-2.76-2.24-5-5-5M6 19.5l-2-2v-2.83l2 2zm0-5l-2-2V9.67l2 2zm0-5l-2-2V4.67l2 2zm4 8l-2 2v-2.83l2-2zm0-5l-2 2v-2.83l2-2zm0-5l-2 2V6.67l2-2zm9 2.5c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 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="M18 7a1.003 1.003 0 0 0 1.71.71c.4-.4 1.04-2.46 1.04-2.46s-2.06.64-2.46 1.04c-.18.18-.29.43-.29.71"/><path fill="currentColor" d="M19 2c-2.76 0-5 2.24-5 5c0 2.05 1.23 3.81 3 4.58V13h1v5c0 .55-.45 1-1 1s-1-.45-1-1v-2a3.01 3.01 0 0 0-4-2.83V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-3c0-.55.45-1 1-1s1 .45 1 1v2c0 1.65 1.35 3 3 3s3-1.35 3-3v-5h1v-1.42c1.77-.77 3-2.53 3-4.58c0-2.76-2.24-5-5-5M6 19.5l-2-2v-2.83l2 2zm0-5l-2-2V9.67l2 2zm0-5l-2-2V4.67l2 2zm4 8l-2 2v-2.83l2-2zm0-5l-2 2v-2.83l2-2zm0-5l-2 2V6.67l2-2zm9 2.5c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3"/></svg>
</template>

CSS

.icon-baseline-tire-repair {
  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%22M18%207a1.003%201.003%200%200%200%201.71.71c.4-.4%201.04-2.46%201.04-2.46s-2.06.64-2.46%201.04c-.18.18-.29.43-.29.71%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%202c-2.76%200-5%202.24-5%205c0%202.05%201.23%203.81%203%204.58V13h1v5c0%20.55-.45%201-1%201s-1-.45-1-1v-2a3.01%203.01%200%200%200-4-2.83V5c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2v-3c0-.55.45-1%201-1s1%20.45%201%201v2c0%201.65%201.35%203%203%203s3-1.35%203-3v-5h1v-1.42c1.77-.77%203-2.53%203-4.58c0-2.76-2.24-5-5-5M6%2019.5l-2-2v-2.83l2%202zm0-5l-2-2V9.67l2%202zm0-5l-2-2V4.67l2%202zm4%208l-2%202v-2.83l2-2zm0-5l-2%202v-2.83l2-2zm0-5l-2%202V6.67l2-2zm9%202.5c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203%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%22M18%207a1.003%201.003%200%200%200%201.71.71c.4-.4%201.04-2.46%201.04-2.46s-2.06.64-2.46%201.04c-.18.18-.29.43-.29.71%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%202c-2.76%200-5%202.24-5%205c0%202.05%201.23%203.81%203%204.58V13h1v5c0%20.55-.45%201-1%201s-1-.45-1-1v-2a3.01%203.01%200%200%200-4-2.83V5c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2v-3c0-.55.45-1%201-1s1%20.45%201%201v2c0%201.65%201.35%203%203%203s3-1.35%203-3v-5h1v-1.42c1.77-.77%203-2.53%203-4.58c0-2.76-2.24-5-5-5M6%2019.5l-2-2v-2.83l2%202zm0-5l-2-2V9.67l2%202zm0-5l-2-2V4.67l2%202zm4%208l-2%202v-2.83l2-2zm0-5l-2%202v-2.83l2-2zm0-5l-2%202V6.67l2-2zm9%202.5c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-tire-repair.svg?color=%231a73e8&size=48