tyre-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
tyre-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the tyre icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.5 3c-4-1-6-.5-7.5.18C5.787 4.183 4 7.646 4 12s1.787 7.817 4 8.82c1.5.68 3.5 1.18 7.5.18m4.5-9c0 4.97-2.239 9-5 9s-5-4.03-5-9s2.239-9 5-9s5 4.03 5 9Zm-3.5 0c0 1.657-.672 3-1.5 3s-1.5-1.343-1.5-3s.672-3 1.5-3s1.5 1.343 1.5 3Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTyreLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M15.5 3c-4-1-6-.5-7.5.18C5.787 4.183 4 7.646 4 12s1.787 7.817 4 8.82c1.5.68 3.5 1.18 7.5.18m4.5-9c0 4.97-2.239 9-5 9s-5-4.03-5-9s2.239-9 5-9s5 4.03 5 9Zm-3.5 0c0 1.657-.672 3-1.5 3s-1.5-1.343-1.5-3s.672-3 1.5-3s1.5 1.343 1.5 3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.5 3c-4-1-6-.5-7.5.18C5.787 4.183 4 7.646 4 12s1.787 7.817 4 8.82c1.5.68 3.5 1.18 7.5.18m4.5-9c0 4.97-2.239 9-5 9s-5-4.03-5-9s2.239-9 5-9s5 4.03 5 9Zm-3.5 0c0 1.657-.672 3-1.5 3s-1.5-1.343-1.5-3s.672-3 1.5-3s1.5 1.343 1.5 3Z"/></svg>
</template>

CSS

.icon-tyre-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.5%203c-4-1-6-.5-7.5.18C5.787%204.183%204%207.646%204%2012s1.787%207.817%204%208.82c1.5.68%203.5%201.18%207.5.18m4.5-9c0%204.97-2.239%209-5%209s-5-4.03-5-9s2.239-9%205-9s5%204.03%205%209Zm-3.5%200c0%201.657-.672%203-1.5%203s-1.5-1.343-1.5-3s.672-3%201.5-3s1.5%201.343%201.5%203Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.5%203c-4-1-6-.5-7.5.18C5.787%204.183%204%207.646%204%2012s1.787%207.817%204%208.82c1.5.68%203.5%201.18%207.5.18m4.5-9c0%204.97-2.239%209-5%209s-5-4.03-5-9s2.239-9%205-9s5%204.03%205%209Zm-3.5%200c0%201.657-.672%203-1.5%203s-1.5-1.343-1.5-3s.672-3%201.5-3s1.5%201.343%201.5%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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