tire icon
tire-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- tire-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M164 224H92c-28.72 0-52-43-52-96s23.28-96 52-96h72c-28.72 0-52 43-52 96s23.28 96 52 96m4-136c-8.84 0-16 17.91-16 40s7.16 40 16 40s16-17.91 16-40s-7.16-40-16-40" opacity=".2"/><path d="M149.26 159.26C155.09 173.82 163.5 176 168 176s12.91-2.18 18.74-16.74c3.39-8.48 5.26-19.58 5.26-31.26s-1.87-22.78-5.26-31.26C180.91 82.18 172.5 80 168 80s-12.91 2.18-18.74 16.74c-3.39 8.48-5.26 19.58-5.26 31.26s1.87 22.78 5.26 31.26M168 96.2c2.62 2.06 8 13 8 31.8s-5.38 29.74-8 31.8c-2.62-2.06-8-13-8-31.8s5.38-29.74 8-31.8M232 216h-35.59c16.71-18.27 27.59-50.53 27.59-88c0-58.32-26.35-104-60-104H92c-33.65 0-60 45.68-60 104s26.35 104 60 104h140a8 8 0 0 0 0-16M193.74 63.93C202.93 80.91 208 103.67 208 128s-5.07 47.09-14.26 64.07C185.38 207.5 174.82 216 164 216s-21.38-8.5-29.74-23.93C125.07 175.09 120 152.33 120 128s5.07-47.09 14.26-64.07C142.62 48.5 153.18 40 164 40s21.38 8.5 29.74 23.93M48 128c0-2.5.07-5 .17-7.44L80 97.83l24.43 17.45c-.28 4.16-.43 8.41-.43 12.72a180 180 0 0 0 3.07 33.5l-22.42-16a8 8 0 0 0-9.3 0l-23.74 17A161 161 0 0 1 48 128m14.26-64.07C70.62 48.5 81.18 40 92 40h39.59c-11.9 13-20.84 33.12-25 57.16L84.65 81.49a8 8 0 0 0-9.3 0L50.49 99.25C52.85 86 56.83 74 62.26 63.93m0 128.14a100 100 0 0 1-5.94-13.32L80 161.83l33.94 24.24c4.6 12 10.6 22.22 17.65 29.93H92c-10.82 0-21.38-8.5-29.74-23.93"/></g></svg>
React
import type { SVGProps } from "react";
export function PhTireDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M164 224H92c-28.72 0-52-43-52-96s23.28-96 52-96h72c-28.72 0-52 43-52 96s23.28 96 52 96m4-136c-8.84 0-16 17.91-16 40s7.16 40 16 40s16-17.91 16-40s-7.16-40-16-40" opacity=".2"/><path d="M149.26 159.26C155.09 173.82 163.5 176 168 176s12.91-2.18 18.74-16.74c3.39-8.48 5.26-19.58 5.26-31.26s-1.87-22.78-5.26-31.26C180.91 82.18 172.5 80 168 80s-12.91 2.18-18.74 16.74c-3.39 8.48-5.26 19.58-5.26 31.26s1.87 22.78 5.26 31.26M168 96.2c2.62 2.06 8 13 8 31.8s-5.38 29.74-8 31.8c-2.62-2.06-8-13-8-31.8s5.38-29.74 8-31.8M232 216h-35.59c16.71-18.27 27.59-50.53 27.59-88c0-58.32-26.35-104-60-104H92c-33.65 0-60 45.68-60 104s26.35 104 60 104h140a8 8 0 0 0 0-16M193.74 63.93C202.93 80.91 208 103.67 208 128s-5.07 47.09-14.26 64.07C185.38 207.5 174.82 216 164 216s-21.38-8.5-29.74-23.93C125.07 175.09 120 152.33 120 128s5.07-47.09 14.26-64.07C142.62 48.5 153.18 40 164 40s21.38 8.5 29.74 23.93M48 128c0-2.5.07-5 .17-7.44L80 97.83l24.43 17.45c-.28 4.16-.43 8.41-.43 12.72a180 180 0 0 0 3.07 33.5l-22.42-16a8 8 0 0 0-9.3 0l-23.74 17A161 161 0 0 1 48 128m14.26-64.07C70.62 48.5 81.18 40 92 40h39.59c-11.9 13-20.84 33.12-25 57.16L84.65 81.49a8 8 0 0 0-9.3 0L50.49 99.25C52.85 86 56.83 74 62.26 63.93m0 128.14a100 100 0 0 1-5.94-13.32L80 161.83l33.94 24.24c4.6 12 10.6 22.22 17.65 29.93H92c-10.82 0-21.38-8.5-29.74-23.93"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M164 224H92c-28.72 0-52-43-52-96s23.28-96 52-96h72c-28.72 0-52 43-52 96s23.28 96 52 96m4-136c-8.84 0-16 17.91-16 40s7.16 40 16 40s16-17.91 16-40s-7.16-40-16-40" opacity=".2"/><path d="M149.26 159.26C155.09 173.82 163.5 176 168 176s12.91-2.18 18.74-16.74c3.39-8.48 5.26-19.58 5.26-31.26s-1.87-22.78-5.26-31.26C180.91 82.18 172.5 80 168 80s-12.91 2.18-18.74 16.74c-3.39 8.48-5.26 19.58-5.26 31.26s1.87 22.78 5.26 31.26M168 96.2c2.62 2.06 8 13 8 31.8s-5.38 29.74-8 31.8c-2.62-2.06-8-13-8-31.8s5.38-29.74 8-31.8M232 216h-35.59c16.71-18.27 27.59-50.53 27.59-88c0-58.32-26.35-104-60-104H92c-33.65 0-60 45.68-60 104s26.35 104 60 104h140a8 8 0 0 0 0-16M193.74 63.93C202.93 80.91 208 103.67 208 128s-5.07 47.09-14.26 64.07C185.38 207.5 174.82 216 164 216s-21.38-8.5-29.74-23.93C125.07 175.09 120 152.33 120 128s5.07-47.09 14.26-64.07C142.62 48.5 153.18 40 164 40s21.38 8.5 29.74 23.93M48 128c0-2.5.07-5 .17-7.44L80 97.83l24.43 17.45c-.28 4.16-.43 8.41-.43 12.72a180 180 0 0 0 3.07 33.5l-22.42-16a8 8 0 0 0-9.3 0l-23.74 17A161 161 0 0 1 48 128m14.26-64.07C70.62 48.5 81.18 40 92 40h39.59c-11.9 13-20.84 33.12-25 57.16L84.65 81.49a8 8 0 0 0-9.3 0L50.49 99.25C52.85 86 56.83 74 62.26 63.93m0 128.14a100 100 0 0 1-5.94-13.32L80 161.83l33.94 24.24c4.6 12 10.6 22.22 17.65 29.93H92c-10.82 0-21.38-8.5-29.74-23.93"/></g></svg> </template>
CSS
.icon-tire-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M164%20224H92c-28.72%200-52-43-52-96s23.28-96%2052-96h72c-28.72%200-52%2043-52%2096s23.28%2096%2052%2096m4-136c-8.84%200-16%2017.91-16%2040s7.16%2040%2016%2040s16-17.91%2016-40s-7.16-40-16-40%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M149.26%20159.26C155.09%20173.82%20163.5%20176%20168%20176s12.91-2.18%2018.74-16.74c3.39-8.48%205.26-19.58%205.26-31.26s-1.87-22.78-5.26-31.26C180.91%2082.18%20172.5%2080%20168%2080s-12.91%202.18-18.74%2016.74c-3.39%208.48-5.26%2019.58-5.26%2031.26s1.87%2022.78%205.26%2031.26M168%2096.2c2.62%202.06%208%2013%208%2031.8s-5.38%2029.74-8%2031.8c-2.62-2.06-8-13-8-31.8s5.38-29.74%208-31.8M232%20216h-35.59c16.71-18.27%2027.59-50.53%2027.59-88c0-58.32-26.35-104-60-104H92c-33.65%200-60%2045.68-60%20104s26.35%20104%2060%20104h140a8%208%200%200%200%200-16M193.74%2063.93C202.93%2080.91%20208%20103.67%20208%20128s-5.07%2047.09-14.26%2064.07C185.38%20207.5%20174.82%20216%20164%20216s-21.38-8.5-29.74-23.93C125.07%20175.09%20120%20152.33%20120%20128s5.07-47.09%2014.26-64.07C142.62%2048.5%20153.18%2040%20164%2040s21.38%208.5%2029.74%2023.93M48%20128c0-2.5.07-5%20.17-7.44L80%2097.83l24.43%2017.45c-.28%204.16-.43%208.41-.43%2012.72a180%20180%200%200%200%203.07%2033.5l-22.42-16a8%208%200%200%200-9.3%200l-23.74%2017A161%20161%200%200%201%2048%20128m14.26-64.07C70.62%2048.5%2081.18%2040%2092%2040h39.59c-11.9%2013-20.84%2033.12-25%2057.16L84.65%2081.49a8%208%200%200%200-9.3%200L50.49%2099.25C52.85%2086%2056.83%2074%2062.26%2063.93m0%20128.14a100%20100%200%200%201-5.94-13.32L80%20161.83l33.94%2024.24c4.6%2012%2010.6%2022.22%2017.65%2029.93H92c-10.82%200-21.38-8.5-29.74-23.93%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M164%20224H92c-28.72%200-52-43-52-96s23.28-96%2052-96h72c-28.72%200-52%2043-52%2096s23.28%2096%2052%2096m4-136c-8.84%200-16%2017.91-16%2040s7.16%2040%2016%2040s16-17.91%2016-40s-7.16-40-16-40%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M149.26%20159.26C155.09%20173.82%20163.5%20176%20168%20176s12.91-2.18%2018.74-16.74c3.39-8.48%205.26-19.58%205.26-31.26s-1.87-22.78-5.26-31.26C180.91%2082.18%20172.5%2080%20168%2080s-12.91%202.18-18.74%2016.74c-3.39%208.48-5.26%2019.58-5.26%2031.26s1.87%2022.78%205.26%2031.26M168%2096.2c2.62%202.06%208%2013%208%2031.8s-5.38%2029.74-8%2031.8c-2.62-2.06-8-13-8-31.8s5.38-29.74%208-31.8M232%20216h-35.59c16.71-18.27%2027.59-50.53%2027.59-88c0-58.32-26.35-104-60-104H92c-33.65%200-60%2045.68-60%20104s26.35%20104%2060%20104h140a8%208%200%200%200%200-16M193.74%2063.93C202.93%2080.91%20208%20103.67%20208%20128s-5.07%2047.09-14.26%2064.07C185.38%20207.5%20174.82%20216%20164%20216s-21.38-8.5-29.74-23.93C125.07%20175.09%20120%20152.33%20120%20128s5.07-47.09%2014.26-64.07C142.62%2048.5%20153.18%2040%20164%2040s21.38%208.5%2029.74%2023.93M48%20128c0-2.5.07-5%20.17-7.44L80%2097.83l24.43%2017.45c-.28%204.16-.43%208.41-.43%2012.72a180%20180%200%200%200%203.07%2033.5l-22.42-16a8%208%200%200%200-9.3%200l-23.74%2017A161%20161%200%200%201%2048%20128m14.26-64.07C70.62%2048.5%2081.18%2040%2092%2040h39.59c-11.9%2013-20.84%2033.12-25%2057.16L84.65%2081.49a8%208%200%200%200-9.3%200L50.49%2099.25C52.85%2086%2056.83%2074%2062.26%2063.93m0%20128.14a100%20100%200%200%201-5.94-13.32L80%20161.83l33.94%2024.24c4.6%2012%2010.6%2022.22%2017.65%2029.93H92c-10.82%200-21.38-8.5-29.74-23.93%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tire-duotone.svg?color=%231a73e8&size=48