car sport icon
car-sport-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- car-sport-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Use the car sport icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M469.71 234.6c-7.33-9.73-34.56-16.43-46.08-33.94s-20.95-55.43-50.27-70S288 112 256 112s-88 4-117.36 18.63s-38.75 52.52-50.27 70s-38.75 24.24-46.08 33.97S29.8 305.84 32.94 336s9 48 9 48h86c14.08 0 18.66-5.29 47.46-8c31.6-3 62.6-4 80.6-4s50 1 81.58 4c28.8 2.73 33.53 8 47.46 8h85s5.86-17.84 9-48s-2.04-91.67-9.33-101.4M400 384h56v16h-56zm-344 0h56v16H56z"/><path fill="currentColor" d="M364.47 309.16c-5.91-6.83-25.17-12.53-50.67-16.35S279 288 256.2 288s-33.17 1.64-57.61 4.81s-42.79 8.81-50.66 16.35C136.12 320.6 153.42 333.44 167 335c13.16 1.5 39.47.95 89.31.95s76.15.55 89.31-.95c13.56-1.65 29.62-13.6 18.85-25.84m67.1-66.11a3.23 3.23 0 0 0-3.1-3c-11.81-.42-23.8.42-45.07 6.69a93.9 93.9 0 0 0-30.08 15.06c-2.28 1.78-1.47 6.59 1.39 7.1a455 455 0 0 0 52.82 3.1c10.59 0 21.52-3 23.55-12.44a52.4 52.4 0 0 0 .49-16.51m-351.14 0a3.23 3.23 0 0 1 3.1-3c11.81-.42 23.8.42 45.07 6.69a93.9 93.9 0 0 1 30.08 15.06c2.28 1.78 1.47 6.59-1.39 7.1a455 455 0 0 1-52.82 3.1c-10.59 0-21.52-3-23.55-12.44a52.4 52.4 0 0 1-.49-16.51"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M432 192h16m-384 0h16m-2 19s46.35-12 178-12s178 12 178 12"/></svg>
React
import type { SVGProps } from "react";
export function IonCarSportOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M469.71 234.6c-7.33-9.73-34.56-16.43-46.08-33.94s-20.95-55.43-50.27-70S288 112 256 112s-88 4-117.36 18.63s-38.75 52.52-50.27 70s-38.75 24.24-46.08 33.97S29.8 305.84 32.94 336s9 48 9 48h86c14.08 0 18.66-5.29 47.46-8c31.6-3 62.6-4 80.6-4s50 1 81.58 4c28.8 2.73 33.53 8 47.46 8h85s5.86-17.84 9-48s-2.04-91.67-9.33-101.4M400 384h56v16h-56zm-344 0h56v16H56z"/><path fill="currentColor" d="M364.47 309.16c-5.91-6.83-25.17-12.53-50.67-16.35S279 288 256.2 288s-33.17 1.64-57.61 4.81s-42.79 8.81-50.66 16.35C136.12 320.6 153.42 333.44 167 335c13.16 1.5 39.47.95 89.31.95s76.15.55 89.31-.95c13.56-1.65 29.62-13.6 18.85-25.84m67.1-66.11a3.23 3.23 0 0 0-3.1-3c-11.81-.42-23.8.42-45.07 6.69a93.9 93.9 0 0 0-30.08 15.06c-2.28 1.78-1.47 6.59 1.39 7.1a455 455 0 0 0 52.82 3.1c10.59 0 21.52-3 23.55-12.44a52.4 52.4 0 0 0 .49-16.51m-351.14 0a3.23 3.23 0 0 1 3.1-3c11.81-.42 23.8.42 45.07 6.69a93.9 93.9 0 0 1 30.08 15.06c2.28 1.78 1.47 6.59-1.39 7.1a455 455 0 0 1-52.82 3.1c-10.59 0-21.52-3-23.55-12.44a52.4 52.4 0 0 1-.49-16.51"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M432 192h16m-384 0h16m-2 19s46.35-12 178-12s178 12 178 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M469.71 234.6c-7.33-9.73-34.56-16.43-46.08-33.94s-20.95-55.43-50.27-70S288 112 256 112s-88 4-117.36 18.63s-38.75 52.52-50.27 70s-38.75 24.24-46.08 33.97S29.8 305.84 32.94 336s9 48 9 48h86c14.08 0 18.66-5.29 47.46-8c31.6-3 62.6-4 80.6-4s50 1 81.58 4c28.8 2.73 33.53 8 47.46 8h85s5.86-17.84 9-48s-2.04-91.67-9.33-101.4M400 384h56v16h-56zm-344 0h56v16H56z"/><path fill="currentColor" d="M364.47 309.16c-5.91-6.83-25.17-12.53-50.67-16.35S279 288 256.2 288s-33.17 1.64-57.61 4.81s-42.79 8.81-50.66 16.35C136.12 320.6 153.42 333.44 167 335c13.16 1.5 39.47.95 89.31.95s76.15.55 89.31-.95c13.56-1.65 29.62-13.6 18.85-25.84m67.1-66.11a3.23 3.23 0 0 0-3.1-3c-11.81-.42-23.8.42-45.07 6.69a93.9 93.9 0 0 0-30.08 15.06c-2.28 1.78-1.47 6.59 1.39 7.1a455 455 0 0 0 52.82 3.1c10.59 0 21.52-3 23.55-12.44a52.4 52.4 0 0 0 .49-16.51m-351.14 0a3.23 3.23 0 0 1 3.1-3c11.81-.42 23.8.42 45.07 6.69a93.9 93.9 0 0 1 30.08 15.06c2.28 1.78 1.47 6.59-1.39 7.1a455 455 0 0 1-52.82 3.1c-10.59 0-21.52-3-23.55-12.44a52.4 52.4 0 0 1-.49-16.51"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M432 192h16m-384 0h16m-2 19s46.35-12 178-12s178 12 178 12"/></svg> </template>
CSS
.icon-car-sport-outline {
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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M469.71%20234.6c-7.33-9.73-34.56-16.43-46.08-33.94s-20.95-55.43-50.27-70S288%20112%20256%20112s-88%204-117.36%2018.63s-38.75%2052.52-50.27%2070s-38.75%2024.24-46.08%2033.97S29.8%20305.84%2032.94%20336s9%2048%209%2048h86c14.08%200%2018.66-5.29%2047.46-8c31.6-3%2062.6-4%2080.6-4s50%201%2081.58%204c28.8%202.73%2033.53%208%2047.46%208h85s5.86-17.84%209-48s-2.04-91.67-9.33-101.4M400%20384h56v16h-56zm-344%200h56v16H56z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M364.47%20309.16c-5.91-6.83-25.17-12.53-50.67-16.35S279%20288%20256.2%20288s-33.17%201.64-57.61%204.81s-42.79%208.81-50.66%2016.35C136.12%20320.6%20153.42%20333.44%20167%20335c13.16%201.5%2039.47.95%2089.31.95s76.15.55%2089.31-.95c13.56-1.65%2029.62-13.6%2018.85-25.84m67.1-66.11a3.23%203.23%200%200%200-3.1-3c-11.81-.42-23.8.42-45.07%206.69a93.9%2093.9%200%200%200-30.08%2015.06c-2.28%201.78-1.47%206.59%201.39%207.1a455%20455%200%200%200%2052.82%203.1c10.59%200%2021.52-3%2023.55-12.44a52.4%2052.4%200%200%200%20.49-16.51m-351.14%200a3.23%203.23%200%200%201%203.1-3c11.81-.42%2023.8.42%2045.07%206.69a93.9%2093.9%200%200%201%2030.08%2015.06c2.28%201.78%201.47%206.59-1.39%207.1a455%20455%200%200%201-52.82%203.1c-10.59%200-21.52-3-23.55-12.44a52.4%2052.4%200%200%201-.49-16.51%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M432%20192h16m-384%200h16m-2%2019s46.35-12%20178-12s178%2012%20178%2012%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M469.71%20234.6c-7.33-9.73-34.56-16.43-46.08-33.94s-20.95-55.43-50.27-70S288%20112%20256%20112s-88%204-117.36%2018.63s-38.75%2052.52-50.27%2070s-38.75%2024.24-46.08%2033.97S29.8%20305.84%2032.94%20336s9%2048%209%2048h86c14.08%200%2018.66-5.29%2047.46-8c31.6-3%2062.6-4%2080.6-4s50%201%2081.58%204c28.8%202.73%2033.53%208%2047.46%208h85s5.86-17.84%209-48s-2.04-91.67-9.33-101.4M400%20384h56v16h-56zm-344%200h56v16H56z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M364.47%20309.16c-5.91-6.83-25.17-12.53-50.67-16.35S279%20288%20256.2%20288s-33.17%201.64-57.61%204.81s-42.79%208.81-50.66%2016.35C136.12%20320.6%20153.42%20333.44%20167%20335c13.16%201.5%2039.47.95%2089.31.95s76.15.55%2089.31-.95c13.56-1.65%2029.62-13.6%2018.85-25.84m67.1-66.11a3.23%203.23%200%200%200-3.1-3c-11.81-.42-23.8.42-45.07%206.69a93.9%2093.9%200%200%200-30.08%2015.06c-2.28%201.78-1.47%206.59%201.39%207.1a455%20455%200%200%200%2052.82%203.1c10.59%200%2021.52-3%2023.55-12.44a52.4%2052.4%200%200%200%20.49-16.51m-351.14%200a3.23%203.23%200%200%201%203.1-3c11.81-.42%2023.8.42%2045.07%206.69a93.9%2093.9%200%200%201%2030.08%2015.06c2.28%201.78%201.47%206.59-1.39%207.1a455%20455%200%200%201-52.82%203.1c-10.59%200-21.52-3-23.55-12.44a52.4%2052.4%200%200%201-.49-16.51%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M432%20192h16m-384%200h16m-2%2019s46.35-12%20178-12s178%2012%20178%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/car-sport-outline.svg?color=%231a73e8&size=48