tire-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
tire-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the tire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 172c13 0 20-22.67 20-44s-7-44-20-44s-20 22.67-20 44s7 44 20 44m0-80c4.89 0 12 14 12 36s-7.11 36-12 36s-12-14-12-36s7.11-36 12-36m64 128h-45.77c6.72-5.11 12.85-12.59 18.06-22.21C214.42 179.08 220 154.3 220 128s-5.58-51.08-15.71-69.79C193.73 38.73 179.43 28 164 28H92c-15.43 0-29.73 10.73-40.29 30.21C41.58 76.92 36 101.7 36 128s5.58 51.08 15.71 69.79C62.27 217.27 76.57 228 92 228h140a4 4 0 0 0 0-8M197.25 62c9.51 17.58 14.75 41 14.75 66s-5.24 48.42-14.75 66c-9.09 16.78-20.9 26-33.25 26s-24.16-9.24-33.25-26c-9.51-17.58-14.75-41-14.75-66s5.24-48.42 14.75-66c9.09-16.78 20.9-26 33.25-26s24.16 9.24 33.25 26m-138.5 0C67.84 45.24 79.65 36 92 36h49.77c-6.72 5.11-12.85 12.59-18.06 22.21c-7 12.93-11.83 28.77-14.14 46L82.33 84.75a4 4 0 0 0-4.66 0L45.17 108c2.02-17.34 6.67-33.22 13.58-46m-14.49 56.44L80 92.92l28.59 20.42c-.39 4.81-.59 9.71-.59 14.66a169.7 169.7 0 0 0 5.32 42.89l-31-22.14a4 4 0 0 0-4.66 0l-28.53 20.38A161.4 161.4 0 0 1 44 128q0-4.81.26-9.56M92 220c-12.35 0-24.16-9.24-33.25-26a106.6 106.6 0 0 1-7.19-16.75L80 156.92l37.32 26.65a111 111 0 0 0 6.39 14.22c5.21 9.62 11.34 17.1 18.06 22.21Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTireThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 172c13 0 20-22.67 20-44s-7-44-20-44s-20 22.67-20 44s7 44 20 44m0-80c4.89 0 12 14 12 36s-7.11 36-12 36s-12-14-12-36s7.11-36 12-36m64 128h-45.77c6.72-5.11 12.85-12.59 18.06-22.21C214.42 179.08 220 154.3 220 128s-5.58-51.08-15.71-69.79C193.73 38.73 179.43 28 164 28H92c-15.43 0-29.73 10.73-40.29 30.21C41.58 76.92 36 101.7 36 128s5.58 51.08 15.71 69.79C62.27 217.27 76.57 228 92 228h140a4 4 0 0 0 0-8M197.25 62c9.51 17.58 14.75 41 14.75 66s-5.24 48.42-14.75 66c-9.09 16.78-20.9 26-33.25 26s-24.16-9.24-33.25-26c-9.51-17.58-14.75-41-14.75-66s5.24-48.42 14.75-66c9.09-16.78 20.9-26 33.25-26s24.16 9.24 33.25 26m-138.5 0C67.84 45.24 79.65 36 92 36h49.77c-6.72 5.11-12.85 12.59-18.06 22.21c-7 12.93-11.83 28.77-14.14 46L82.33 84.75a4 4 0 0 0-4.66 0L45.17 108c2.02-17.34 6.67-33.22 13.58-46m-14.49 56.44L80 92.92l28.59 20.42c-.39 4.81-.59 9.71-.59 14.66a169.7 169.7 0 0 0 5.32 42.89l-31-22.14a4 4 0 0 0-4.66 0l-28.53 20.38A161.4 161.4 0 0 1 44 128q0-4.81.26-9.56M92 220c-12.35 0-24.16-9.24-33.25-26a106.6 106.6 0 0 1-7.19-16.75L80 156.92l37.32 26.65a111 111 0 0 0 6.39 14.22c5.21 9.62 11.34 17.1 18.06 22.21Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 172c13 0 20-22.67 20-44s-7-44-20-44s-20 22.67-20 44s7 44 20 44m0-80c4.89 0 12 14 12 36s-7.11 36-12 36s-12-14-12-36s7.11-36 12-36m64 128h-45.77c6.72-5.11 12.85-12.59 18.06-22.21C214.42 179.08 220 154.3 220 128s-5.58-51.08-15.71-69.79C193.73 38.73 179.43 28 164 28H92c-15.43 0-29.73 10.73-40.29 30.21C41.58 76.92 36 101.7 36 128s5.58 51.08 15.71 69.79C62.27 217.27 76.57 228 92 228h140a4 4 0 0 0 0-8M197.25 62c9.51 17.58 14.75 41 14.75 66s-5.24 48.42-14.75 66c-9.09 16.78-20.9 26-33.25 26s-24.16-9.24-33.25-26c-9.51-17.58-14.75-41-14.75-66s5.24-48.42 14.75-66c9.09-16.78 20.9-26 33.25-26s24.16 9.24 33.25 26m-138.5 0C67.84 45.24 79.65 36 92 36h49.77c-6.72 5.11-12.85 12.59-18.06 22.21c-7 12.93-11.83 28.77-14.14 46L82.33 84.75a4 4 0 0 0-4.66 0L45.17 108c2.02-17.34 6.67-33.22 13.58-46m-14.49 56.44L80 92.92l28.59 20.42c-.39 4.81-.59 9.71-.59 14.66a169.7 169.7 0 0 0 5.32 42.89l-31-22.14a4 4 0 0 0-4.66 0l-28.53 20.38A161.4 161.4 0 0 1 44 128q0-4.81.26-9.56M92 220c-12.35 0-24.16-9.24-33.25-26a106.6 106.6 0 0 1-7.19-16.75L80 156.92l37.32 26.65a111 111 0 0 0 6.39 14.22c5.21 9.62 11.34 17.1 18.06 22.21Z"/></svg>
</template>

CSS

.icon-tire-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20172c13%200%2020-22.67%2020-44s-7-44-20-44s-20%2022.67-20%2044s7%2044%2020%2044m0-80c4.89%200%2012%2014%2012%2036s-7.11%2036-12%2036s-12-14-12-36s7.11-36%2012-36m64%20128h-45.77c6.72-5.11%2012.85-12.59%2018.06-22.21C214.42%20179.08%20220%20154.3%20220%20128s-5.58-51.08-15.71-69.79C193.73%2038.73%20179.43%2028%20164%2028H92c-15.43%200-29.73%2010.73-40.29%2030.21C41.58%2076.92%2036%20101.7%2036%20128s5.58%2051.08%2015.71%2069.79C62.27%20217.27%2076.57%20228%2092%20228h140a4%204%200%200%200%200-8M197.25%2062c9.51%2017.58%2014.75%2041%2014.75%2066s-5.24%2048.42-14.75%2066c-9.09%2016.78-20.9%2026-33.25%2026s-24.16-9.24-33.25-26c-9.51-17.58-14.75-41-14.75-66s5.24-48.42%2014.75-66c9.09-16.78%2020.9-26%2033.25-26s24.16%209.24%2033.25%2026m-138.5%200C67.84%2045.24%2079.65%2036%2092%2036h49.77c-6.72%205.11-12.85%2012.59-18.06%2022.21c-7%2012.93-11.83%2028.77-14.14%2046L82.33%2084.75a4%204%200%200%200-4.66%200L45.17%20108c2.02-17.34%206.67-33.22%2013.58-46m-14.49%2056.44L80%2092.92l28.59%2020.42c-.39%204.81-.59%209.71-.59%2014.66a169.7%20169.7%200%200%200%205.32%2042.89l-31-22.14a4%204%200%200%200-4.66%200l-28.53%2020.38A161.4%20161.4%200%200%201%2044%20128q0-4.81.26-9.56M92%20220c-12.35%200-24.16-9.24-33.25-26a106.6%20106.6%200%200%201-7.19-16.75L80%20156.92l37.32%2026.65a111%20111%200%200%200%206.39%2014.22c5.21%209.62%2011.34%2017.1%2018.06%2022.21Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20172c13%200%2020-22.67%2020-44s-7-44-20-44s-20%2022.67-20%2044s7%2044%2020%2044m0-80c4.89%200%2012%2014%2012%2036s-7.11%2036-12%2036s-12-14-12-36s7.11-36%2012-36m64%20128h-45.77c6.72-5.11%2012.85-12.59%2018.06-22.21C214.42%20179.08%20220%20154.3%20220%20128s-5.58-51.08-15.71-69.79C193.73%2038.73%20179.43%2028%20164%2028H92c-15.43%200-29.73%2010.73-40.29%2030.21C41.58%2076.92%2036%20101.7%2036%20128s5.58%2051.08%2015.71%2069.79C62.27%20217.27%2076.57%20228%2092%20228h140a4%204%200%200%200%200-8M197.25%2062c9.51%2017.58%2014.75%2041%2014.75%2066s-5.24%2048.42-14.75%2066c-9.09%2016.78-20.9%2026-33.25%2026s-24.16-9.24-33.25-26c-9.51-17.58-14.75-41-14.75-66s5.24-48.42%2014.75-66c9.09-16.78%2020.9-26%2033.25-26s24.16%209.24%2033.25%2026m-138.5%200C67.84%2045.24%2079.65%2036%2092%2036h49.77c-6.72%205.11-12.85%2012.59-18.06%2022.21c-7%2012.93-11.83%2028.77-14.14%2046L82.33%2084.75a4%204%200%200%200-4.66%200L45.17%20108c2.02-17.34%206.67-33.22%2013.58-46m-14.49%2056.44L80%2092.92l28.59%2020.42c-.39%204.81-.59%209.71-.59%2014.66a169.7%20169.7%200%200%200%205.32%2042.89l-31-22.14a4%204%200%200%200-4.66%200l-28.53%2020.38A161.4%20161.4%200%200%201%2044%20128q0-4.81.26-9.56M92%20220c-12.35%200-24.16-9.24-33.25-26a106.6%20106.6%200%200%201-7.19-16.75L80%20156.92l37.32%2026.65a111%20111%200%200%200%206.39%2014.22c5.21%209.62%2011.34%2017.1%2018.06%2022.21Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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