tire icon
tire-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- tire-bold
- Set
- Phosphor
- Style
- Bold
- 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="M152 128c0-22.09 7.16-40 16-40s16 17.91 16 40s-7.16 40-16 40s-16-17.91-16-40m92 96a12 12 0 0 1-12 12H92c-18.5 0-35.3-12.22-47.32-34.4C33.92 181.74 28 155.6 28 128s5.92-53.74 16.68-73.6C56.7 32.22 73.5 20 92 20h72c18.5 0 35.3 12.22 47.32 34.4C222.08 74.26 228 100.4 228 128s-5.92 53.74-16.68 73.6a95 95 0 0 1-6.51 10.4H232a12 12 0 0 1 12 12M164 44c-18.92 0-40 34.5-40 84s21.08 84 40 84s40-34.5 40-84s-21.08-84-40-84M54.33 155.59L73 142.24a12 12 0 0 1 13.94 0l14.66 10.46A187 187 0 0 1 100 128c0-3.61.11-7.2.31-10.75L80 102.75l-27.91 19.93C52 124.44 52 126.21 52 128a160 160 0 0 0 2.33 27.59M56.54 90L73 78.24a12 12 0 0 1 13.94 0l16.91 12.07a134.8 134.8 0 0 1 12.8-35.91a95 95 0 0 1 6.54-10.4H92c-13.56 0-28.23 17.73-35.46 46M92 212h31.19a95 95 0 0 1-6.51-10.4a116 116 0 0 1-6-12.91L80 166.75l-18.86 13.47C69 200.08 80.88 212 92 212"/></svg>
React
import type { SVGProps } from "react";
export function PhTireBold(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="M152 128c0-22.09 7.16-40 16-40s16 17.91 16 40s-7.16 40-16 40s-16-17.91-16-40m92 96a12 12 0 0 1-12 12H92c-18.5 0-35.3-12.22-47.32-34.4C33.92 181.74 28 155.6 28 128s5.92-53.74 16.68-73.6C56.7 32.22 73.5 20 92 20h72c18.5 0 35.3 12.22 47.32 34.4C222.08 74.26 228 100.4 228 128s-5.92 53.74-16.68 73.6a95 95 0 0 1-6.51 10.4H232a12 12 0 0 1 12 12M164 44c-18.92 0-40 34.5-40 84s21.08 84 40 84s40-34.5 40-84s-21.08-84-40-84M54.33 155.59L73 142.24a12 12 0 0 1 13.94 0l14.66 10.46A187 187 0 0 1 100 128c0-3.61.11-7.2.31-10.75L80 102.75l-27.91 19.93C52 124.44 52 126.21 52 128a160 160 0 0 0 2.33 27.59M56.54 90L73 78.24a12 12 0 0 1 13.94 0l16.91 12.07a134.8 134.8 0 0 1 12.8-35.91a95 95 0 0 1 6.54-10.4H92c-13.56 0-28.23 17.73-35.46 46M92 212h31.19a95 95 0 0 1-6.51-10.4a116 116 0 0 1-6-12.91L80 166.75l-18.86 13.47C69 200.08 80.88 212 92 212"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 128c0-22.09 7.16-40 16-40s16 17.91 16 40s-7.16 40-16 40s-16-17.91-16-40m92 96a12 12 0 0 1-12 12H92c-18.5 0-35.3-12.22-47.32-34.4C33.92 181.74 28 155.6 28 128s5.92-53.74 16.68-73.6C56.7 32.22 73.5 20 92 20h72c18.5 0 35.3 12.22 47.32 34.4C222.08 74.26 228 100.4 228 128s-5.92 53.74-16.68 73.6a95 95 0 0 1-6.51 10.4H232a12 12 0 0 1 12 12M164 44c-18.92 0-40 34.5-40 84s21.08 84 40 84s40-34.5 40-84s-21.08-84-40-84M54.33 155.59L73 142.24a12 12 0 0 1 13.94 0l14.66 10.46A187 187 0 0 1 100 128c0-3.61.11-7.2.31-10.75L80 102.75l-27.91 19.93C52 124.44 52 126.21 52 128a160 160 0 0 0 2.33 27.59M56.54 90L73 78.24a12 12 0 0 1 13.94 0l16.91 12.07a134.8 134.8 0 0 1 12.8-35.91a95 95 0 0 1 6.54-10.4H92c-13.56 0-28.23 17.73-35.46 46M92 212h31.19a95 95 0 0 1-6.51-10.4a116 116 0 0 1-6-12.91L80 166.75l-18.86 13.47C69 200.08 80.88 212 92 212"/></svg> </template>
CSS
.icon-tire-bold {
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%22M152%20128c0-22.09%207.16-40%2016-40s16%2017.91%2016%2040s-7.16%2040-16%2040s-16-17.91-16-40m92%2096a12%2012%200%200%201-12%2012H92c-18.5%200-35.3-12.22-47.32-34.4C33.92%20181.74%2028%20155.6%2028%20128s5.92-53.74%2016.68-73.6C56.7%2032.22%2073.5%2020%2092%2020h72c18.5%200%2035.3%2012.22%2047.32%2034.4C222.08%2074.26%20228%20100.4%20228%20128s-5.92%2053.74-16.68%2073.6a95%2095%200%200%201-6.51%2010.4H232a12%2012%200%200%201%2012%2012M164%2044c-18.92%200-40%2034.5-40%2084s21.08%2084%2040%2084s40-34.5%2040-84s-21.08-84-40-84M54.33%20155.59L73%20142.24a12%2012%200%200%201%2013.94%200l14.66%2010.46A187%20187%200%200%201%20100%20128c0-3.61.11-7.2.31-10.75L80%20102.75l-27.91%2019.93C52%20124.44%2052%20126.21%2052%20128a160%20160%200%200%200%202.33%2027.59M56.54%2090L73%2078.24a12%2012%200%200%201%2013.94%200l16.91%2012.07a134.8%20134.8%200%200%201%2012.8-35.91a95%2095%200%200%201%206.54-10.4H92c-13.56%200-28.23%2017.73-35.46%2046M92%20212h31.19a95%2095%200%200%201-6.51-10.4a116%20116%200%200%201-6-12.91L80%20166.75l-18.86%2013.47C69%20200.08%2080.88%20212%2092%20212%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%22M152%20128c0-22.09%207.16-40%2016-40s16%2017.91%2016%2040s-7.16%2040-16%2040s-16-17.91-16-40m92%2096a12%2012%200%200%201-12%2012H92c-18.5%200-35.3-12.22-47.32-34.4C33.92%20181.74%2028%20155.6%2028%20128s5.92-53.74%2016.68-73.6C56.7%2032.22%2073.5%2020%2092%2020h72c18.5%200%2035.3%2012.22%2047.32%2034.4C222.08%2074.26%20228%20100.4%20228%20128s-5.92%2053.74-16.68%2073.6a95%2095%200%200%201-6.51%2010.4H232a12%2012%200%200%201%2012%2012M164%2044c-18.92%200-40%2034.5-40%2084s21.08%2084%2040%2084s40-34.5%2040-84s-21.08-84-40-84M54.33%20155.59L73%20142.24a12%2012%200%200%201%2013.94%200l14.66%2010.46A187%20187%200%200%201%20100%20128c0-3.61.11-7.2.31-10.75L80%20102.75l-27.91%2019.93C52%20124.44%2052%20126.21%2052%20128a160%20160%200%200%200%202.33%2027.59M56.54%2090L73%2078.24a12%2012%200%200%201%2013.94%200l16.91%2012.07a134.8%20134.8%200%200%201%2012.8-35.91a95%2095%200%200%201%206.54-10.4H92c-13.56%200-28.23%2017.73-35.46%2046M92%20212h31.19a95%2095%200%200%201-6.51-10.4a116%20116%200%200%201-6-12.91L80%20166.75l-18.86%2013.47C69%20200.08%2080.88%20212%2092%20212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tire-bold.svg?color=%231a73e8&size=48