outline tire repair icon

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

Name
outline-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 outline 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="M19 8a1.003 1.003 0 0 1-.71-1.71c.4-.4 2.46-1.04 2.46-1.04s-.64 2.06-1.04 2.46c-.18.18-.43.29-.71.29m1 5v5c0 1.65-1.35 3-3 3s-3-1.35-3-3v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8.17A3.01 3.01 0 0 1 16 16v2c0 .55.45 1 1 1s1-.45 1-1v-5h-1v-1.42c-1.77-.77-3-2.53-3-4.58c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.05-1.23 3.81-3 4.58V13zm2-6c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3M10 7L8 9V6.17L9.17 5H4.83L6 6.17V9L4 7v2.17l2 2V14l-2-2v2.17l2 2V19l-2-2v2h6v-2l-2 2v-2.83l2-2V12l-2 2v-2.83l2-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineTireRepair(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="M19 8a1.003 1.003 0 0 1-.71-1.71c.4-.4 2.46-1.04 2.46-1.04s-.64 2.06-1.04 2.46c-.18.18-.43.29-.71.29m1 5v5c0 1.65-1.35 3-3 3s-3-1.35-3-3v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8.17A3.01 3.01 0 0 1 16 16v2c0 .55.45 1 1 1s1-.45 1-1v-5h-1v-1.42c-1.77-.77-3-2.53-3-4.58c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.05-1.23 3.81-3 4.58V13zm2-6c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3M10 7L8 9V6.17L9.17 5H4.83L6 6.17V9L4 7v2.17l2 2V14l-2-2v2.17l2 2V19l-2-2v2h6v-2l-2 2v-2.83l2-2V12l-2 2v-2.83l2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 8a1.003 1.003 0 0 1-.71-1.71c.4-.4 2.46-1.04 2.46-1.04s-.64 2.06-1.04 2.46c-.18.18-.43.29-.71.29m1 5v5c0 1.65-1.35 3-3 3s-3-1.35-3-3v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8.17A3.01 3.01 0 0 1 16 16v2c0 .55.45 1 1 1s1-.45 1-1v-5h-1v-1.42c-1.77-.77-3-2.53-3-4.58c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.05-1.23 3.81-3 4.58V13zm2-6c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3M10 7L8 9V6.17L9.17 5H4.83L6 6.17V9L4 7v2.17l2 2V14l-2-2v2.17l2 2V19l-2-2v2h6v-2l-2 2v-2.83l2-2V12l-2 2v-2.83l2-2z"/></svg>
</template>

CSS

.icon-outline-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%22M19%208a1.003%201.003%200%200%201-.71-1.71c.4-.4%202.46-1.04%202.46-1.04s-.64%202.06-1.04%202.46c-.18.18-.43.29-.71.29m1%205v5c0%201.65-1.35%203-3%203s-3-1.35-3-3v-2c0-.55-.45-1-1-1s-1%20.45-1%201v3c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h6c1.1%200%202%20.9%202%202v8.17A3.01%203.01%200%200%201%2016%2016v2c0%20.55.45%201%201%201s1-.45%201-1v-5h-1v-1.42c-1.77-.77-3-2.53-3-4.58c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.05-1.23%203.81-3%204.58V13zm2-6c0-1.66-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3M10%207L8%209V6.17L9.17%205H4.83L6%206.17V9L4%207v2.17l2%202V14l-2-2v2.17l2%202V19l-2-2v2h6v-2l-2%202v-2.83l2-2V12l-2%202v-2.83l2-2z%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%22M19%208a1.003%201.003%200%200%201-.71-1.71c.4-.4%202.46-1.04%202.46-1.04s-.64%202.06-1.04%202.46c-.18.18-.43.29-.71.29m1%205v5c0%201.65-1.35%203-3%203s-3-1.35-3-3v-2c0-.55-.45-1-1-1s-1%20.45-1%201v3c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h6c1.1%200%202%20.9%202%202v8.17A3.01%203.01%200%200%201%2016%2016v2c0%20.55.45%201%201%201s1-.45%201-1v-5h-1v-1.42c-1.77-.77-3-2.53-3-4.58c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.05-1.23%203.81-3%204.58V13zm2-6c0-1.66-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3M10%207L8%209V6.17L9.17%205H4.83L6%206.17V9L4%207v2.17l2%202V14l-2-2v2.17l2%202V19l-2-2v2h6v-2l-2%202v-2.83l2-2V12l-2%202v-2.83l2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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