car sport icon

car-sport from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
car-sport
Set
IonIcons
Style
Regular
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="currentColor" d="M494.26 276.22c-3.6-40.41-9.53-48.28-11.77-51.24c-5.15-6.84-13.39-11.31-22.11-16a3.6 3.6 0 0 1-.91-5.68a15.93 15.93 0 0 0 4.53-12.53A16.27 16.27 0 0 0 447.65 176h-15.6a17 17 0 0 0-2 .13a8.5 8.5 0 0 0-1.41-.47c-9.24-19.53-21.89-46.27-48.11-59.32C341.64 97 270 96 256 96s-85.64 1-124.48 20.31c-26.22 13.05-38.87 39.79-48.11 59.32l-.08.16a6.5 6.5 0 0 0-1.35.34a17 17 0 0 0-2-.13H64.35A16.27 16.27 0 0 0 48 190.77a15.93 15.93 0 0 0 4.59 12.47a3.6 3.6 0 0 1-.91 5.68c-8.72 4.72-17 9.19-22.11 16c-2.24 3-8.16 10.83-11.77 51.24c-2 22.74-2.3 46.28-.73 61.44c3.29 31.5 9.46 50.54 9.72 51.33a16 16 0 0 0 13.2 10.87v.2a16 16 0 0 0 16 16h56a16 16 0 0 0 16-16c8.61 0 14.6-1.54 20.95-3.18a159 159 0 0 1 28-4.91C207.45 389 237.79 388 256 388c17.84 0 49.52 1 80.08 3.91a159 159 0 0 1 28.11 4.93c6.08 1.56 11.85 3 19.84 3.15a16 16 0 0 0 16 16h56a16 16 0 0 0 16-16v-.12A16 16 0 0 0 485.27 389c.26-.79 6.43-19.83 9.72-51.33c1.57-15.17 1.29-38.67-.73-61.45m-381.93-86.91c8-17 17.15-36.24 33.44-44.35c23.54-11.72 72.33-17 110.23-17s86.69 5.24 110.23 17c16.29 8.11 25.4 27.36 33.44 44.35l1 2.17a8 8 0 0 1-7.44 11.42C360 202 290 199.12 256 199.12s-104 2.95-137.28 3.85a8 8 0 0 1-7.44-11.42c.35-.74.72-1.49 1.05-2.24m11.93 79.63A427 427 0 0 1 72.42 272c-10.6 0-21.53-3-23.56-12.44c-1.39-6.35-1.24-9.92-.49-13.51C49 243 50 240.78 55 240c13-2 20.27.51 41.55 6.78c14.11 4.15 24.29 9.68 30.09 14.06c2.91 2.16 1.36 7.8-2.38 8.1m221.38 82c-13.16 1.5-39.48.95-89.34.95s-76.17.55-89.33-.95c-13.58-1.51-30.89-14.35-19.07-25.79c7.87-7.54 26.23-13.18 50.68-16.35s34.8-4.8 57.62-4.8s32.12 1 57.62 4.81s44.77 9.52 50.68 16.35c10.78 12.24-5.29 24.19-18.86 25.84Zm117.5-91.39c-2 9.48-13 12.44-23.56 12.44a456 456 0 0 1-52.84-3.06c-3.06-.29-4.48-5.66-1.38-8.1c5.71-4.49 16-9.91 30.09-14.06c21.28-6.27 33.55-8.78 44.09-6.69c2.57.51 3.93 3.27 4.09 5a40.6 40.6 0 0 1-.49 14.48Z"/></svg>

React

import type { SVGProps } from "react";

export function IonCarSport(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M494.26 276.22c-3.6-40.41-9.53-48.28-11.77-51.24c-5.15-6.84-13.39-11.31-22.11-16a3.6 3.6 0 0 1-.91-5.68a15.93 15.93 0 0 0 4.53-12.53A16.27 16.27 0 0 0 447.65 176h-15.6a17 17 0 0 0-2 .13a8.5 8.5 0 0 0-1.41-.47c-9.24-19.53-21.89-46.27-48.11-59.32C341.64 97 270 96 256 96s-85.64 1-124.48 20.31c-26.22 13.05-38.87 39.79-48.11 59.32l-.08.16a6.5 6.5 0 0 0-1.35.34a17 17 0 0 0-2-.13H64.35A16.27 16.27 0 0 0 48 190.77a15.93 15.93 0 0 0 4.59 12.47a3.6 3.6 0 0 1-.91 5.68c-8.72 4.72-17 9.19-22.11 16c-2.24 3-8.16 10.83-11.77 51.24c-2 22.74-2.3 46.28-.73 61.44c3.29 31.5 9.46 50.54 9.72 51.33a16 16 0 0 0 13.2 10.87v.2a16 16 0 0 0 16 16h56a16 16 0 0 0 16-16c8.61 0 14.6-1.54 20.95-3.18a159 159 0 0 1 28-4.91C207.45 389 237.79 388 256 388c17.84 0 49.52 1 80.08 3.91a159 159 0 0 1 28.11 4.93c6.08 1.56 11.85 3 19.84 3.15a16 16 0 0 0 16 16h56a16 16 0 0 0 16-16v-.12A16 16 0 0 0 485.27 389c.26-.79 6.43-19.83 9.72-51.33c1.57-15.17 1.29-38.67-.73-61.45m-381.93-86.91c8-17 17.15-36.24 33.44-44.35c23.54-11.72 72.33-17 110.23-17s86.69 5.24 110.23 17c16.29 8.11 25.4 27.36 33.44 44.35l1 2.17a8 8 0 0 1-7.44 11.42C360 202 290 199.12 256 199.12s-104 2.95-137.28 3.85a8 8 0 0 1-7.44-11.42c.35-.74.72-1.49 1.05-2.24m11.93 79.63A427 427 0 0 1 72.42 272c-10.6 0-21.53-3-23.56-12.44c-1.39-6.35-1.24-9.92-.49-13.51C49 243 50 240.78 55 240c13-2 20.27.51 41.55 6.78c14.11 4.15 24.29 9.68 30.09 14.06c2.91 2.16 1.36 7.8-2.38 8.1m221.38 82c-13.16 1.5-39.48.95-89.34.95s-76.17.55-89.33-.95c-13.58-1.51-30.89-14.35-19.07-25.79c7.87-7.54 26.23-13.18 50.68-16.35s34.8-4.8 57.62-4.8s32.12 1 57.62 4.81s44.77 9.52 50.68 16.35c10.78 12.24-5.29 24.19-18.86 25.84Zm117.5-91.39c-2 9.48-13 12.44-23.56 12.44a456 456 0 0 1-52.84-3.06c-3.06-.29-4.48-5.66-1.38-8.1c5.71-4.49 16-9.91 30.09-14.06c21.28-6.27 33.55-8.78 44.09-6.69c2.57.51 3.93 3.27 4.09 5a40.6 40.6 0 0 1-.49 14.48Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M494.26 276.22c-3.6-40.41-9.53-48.28-11.77-51.24c-5.15-6.84-13.39-11.31-22.11-16a3.6 3.6 0 0 1-.91-5.68a15.93 15.93 0 0 0 4.53-12.53A16.27 16.27 0 0 0 447.65 176h-15.6a17 17 0 0 0-2 .13a8.5 8.5 0 0 0-1.41-.47c-9.24-19.53-21.89-46.27-48.11-59.32C341.64 97 270 96 256 96s-85.64 1-124.48 20.31c-26.22 13.05-38.87 39.79-48.11 59.32l-.08.16a6.5 6.5 0 0 0-1.35.34a17 17 0 0 0-2-.13H64.35A16.27 16.27 0 0 0 48 190.77a15.93 15.93 0 0 0 4.59 12.47a3.6 3.6 0 0 1-.91 5.68c-8.72 4.72-17 9.19-22.11 16c-2.24 3-8.16 10.83-11.77 51.24c-2 22.74-2.3 46.28-.73 61.44c3.29 31.5 9.46 50.54 9.72 51.33a16 16 0 0 0 13.2 10.87v.2a16 16 0 0 0 16 16h56a16 16 0 0 0 16-16c8.61 0 14.6-1.54 20.95-3.18a159 159 0 0 1 28-4.91C207.45 389 237.79 388 256 388c17.84 0 49.52 1 80.08 3.91a159 159 0 0 1 28.11 4.93c6.08 1.56 11.85 3 19.84 3.15a16 16 0 0 0 16 16h56a16 16 0 0 0 16-16v-.12A16 16 0 0 0 485.27 389c.26-.79 6.43-19.83 9.72-51.33c1.57-15.17 1.29-38.67-.73-61.45m-381.93-86.91c8-17 17.15-36.24 33.44-44.35c23.54-11.72 72.33-17 110.23-17s86.69 5.24 110.23 17c16.29 8.11 25.4 27.36 33.44 44.35l1 2.17a8 8 0 0 1-7.44 11.42C360 202 290 199.12 256 199.12s-104 2.95-137.28 3.85a8 8 0 0 1-7.44-11.42c.35-.74.72-1.49 1.05-2.24m11.93 79.63A427 427 0 0 1 72.42 272c-10.6 0-21.53-3-23.56-12.44c-1.39-6.35-1.24-9.92-.49-13.51C49 243 50 240.78 55 240c13-2 20.27.51 41.55 6.78c14.11 4.15 24.29 9.68 30.09 14.06c2.91 2.16 1.36 7.8-2.38 8.1m221.38 82c-13.16 1.5-39.48.95-89.34.95s-76.17.55-89.33-.95c-13.58-1.51-30.89-14.35-19.07-25.79c7.87-7.54 26.23-13.18 50.68-16.35s34.8-4.8 57.62-4.8s32.12 1 57.62 4.81s44.77 9.52 50.68 16.35c10.78 12.24-5.29 24.19-18.86 25.84Zm117.5-91.39c-2 9.48-13 12.44-23.56 12.44a456 456 0 0 1-52.84-3.06c-3.06-.29-4.48-5.66-1.38-8.1c5.71-4.49 16-9.91 30.09-14.06c21.28-6.27 33.55-8.78 44.09-6.69c2.57.51 3.93 3.27 4.09 5a40.6 40.6 0 0 1-.49 14.48Z"/></svg>
</template>

CSS

.icon-car-sport {
  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%22currentColor%22%20d%3D%22M494.26%20276.22c-3.6-40.41-9.53-48.28-11.77-51.24c-5.15-6.84-13.39-11.31-22.11-16a3.6%203.6%200%200%201-.91-5.68a15.93%2015.93%200%200%200%204.53-12.53A16.27%2016.27%200%200%200%20447.65%20176h-15.6a17%2017%200%200%200-2%20.13a8.5%208.5%200%200%200-1.41-.47c-9.24-19.53-21.89-46.27-48.11-59.32C341.64%2097%20270%2096%20256%2096s-85.64%201-124.48%2020.31c-26.22%2013.05-38.87%2039.79-48.11%2059.32l-.08.16a6.5%206.5%200%200%200-1.35.34a17%2017%200%200%200-2-.13H64.35A16.27%2016.27%200%200%200%2048%20190.77a15.93%2015.93%200%200%200%204.59%2012.47a3.6%203.6%200%200%201-.91%205.68c-8.72%204.72-17%209.19-22.11%2016c-2.24%203-8.16%2010.83-11.77%2051.24c-2%2022.74-2.3%2046.28-.73%2061.44c3.29%2031.5%209.46%2050.54%209.72%2051.33a16%2016%200%200%200%2013.2%2010.87v.2a16%2016%200%200%200%2016%2016h56a16%2016%200%200%200%2016-16c8.61%200%2014.6-1.54%2020.95-3.18a159%20159%200%200%201%2028-4.91C207.45%20389%20237.79%20388%20256%20388c17.84%200%2049.52%201%2080.08%203.91a159%20159%200%200%201%2028.11%204.93c6.08%201.56%2011.85%203%2019.84%203.15a16%2016%200%200%200%2016%2016h56a16%2016%200%200%200%2016-16v-.12A16%2016%200%200%200%20485.27%20389c.26-.79%206.43-19.83%209.72-51.33c1.57-15.17%201.29-38.67-.73-61.45m-381.93-86.91c8-17%2017.15-36.24%2033.44-44.35c23.54-11.72%2072.33-17%20110.23-17s86.69%205.24%20110.23%2017c16.29%208.11%2025.4%2027.36%2033.44%2044.35l1%202.17a8%208%200%200%201-7.44%2011.42C360%20202%20290%20199.12%20256%20199.12s-104%202.95-137.28%203.85a8%208%200%200%201-7.44-11.42c.35-.74.72-1.49%201.05-2.24m11.93%2079.63A427%20427%200%200%201%2072.42%20272c-10.6%200-21.53-3-23.56-12.44c-1.39-6.35-1.24-9.92-.49-13.51C49%20243%2050%20240.78%2055%20240c13-2%2020.27.51%2041.55%206.78c14.11%204.15%2024.29%209.68%2030.09%2014.06c2.91%202.16%201.36%207.8-2.38%208.1m221.38%2082c-13.16%201.5-39.48.95-89.34.95s-76.17.55-89.33-.95c-13.58-1.51-30.89-14.35-19.07-25.79c7.87-7.54%2026.23-13.18%2050.68-16.35s34.8-4.8%2057.62-4.8s32.12%201%2057.62%204.81s44.77%209.52%2050.68%2016.35c10.78%2012.24-5.29%2024.19-18.86%2025.84Zm117.5-91.39c-2%209.48-13%2012.44-23.56%2012.44a456%20456%200%200%201-52.84-3.06c-3.06-.29-4.48-5.66-1.38-8.1c5.71-4.49%2016-9.91%2030.09-14.06c21.28-6.27%2033.55-8.78%2044.09-6.69c2.57.51%203.93%203.27%204.09%205a40.6%2040.6%200%200%201-.49%2014.48Z%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%22currentColor%22%20d%3D%22M494.26%20276.22c-3.6-40.41-9.53-48.28-11.77-51.24c-5.15-6.84-13.39-11.31-22.11-16a3.6%203.6%200%200%201-.91-5.68a15.93%2015.93%200%200%200%204.53-12.53A16.27%2016.27%200%200%200%20447.65%20176h-15.6a17%2017%200%200%200-2%20.13a8.5%208.5%200%200%200-1.41-.47c-9.24-19.53-21.89-46.27-48.11-59.32C341.64%2097%20270%2096%20256%2096s-85.64%201-124.48%2020.31c-26.22%2013.05-38.87%2039.79-48.11%2059.32l-.08.16a6.5%206.5%200%200%200-1.35.34a17%2017%200%200%200-2-.13H64.35A16.27%2016.27%200%200%200%2048%20190.77a15.93%2015.93%200%200%200%204.59%2012.47a3.6%203.6%200%200%201-.91%205.68c-8.72%204.72-17%209.19-22.11%2016c-2.24%203-8.16%2010.83-11.77%2051.24c-2%2022.74-2.3%2046.28-.73%2061.44c3.29%2031.5%209.46%2050.54%209.72%2051.33a16%2016%200%200%200%2013.2%2010.87v.2a16%2016%200%200%200%2016%2016h56a16%2016%200%200%200%2016-16c8.61%200%2014.6-1.54%2020.95-3.18a159%20159%200%200%201%2028-4.91C207.45%20389%20237.79%20388%20256%20388c17.84%200%2049.52%201%2080.08%203.91a159%20159%200%200%201%2028.11%204.93c6.08%201.56%2011.85%203%2019.84%203.15a16%2016%200%200%200%2016%2016h56a16%2016%200%200%200%2016-16v-.12A16%2016%200%200%200%20485.27%20389c.26-.79%206.43-19.83%209.72-51.33c1.57-15.17%201.29-38.67-.73-61.45m-381.93-86.91c8-17%2017.15-36.24%2033.44-44.35c23.54-11.72%2072.33-17%20110.23-17s86.69%205.24%20110.23%2017c16.29%208.11%2025.4%2027.36%2033.44%2044.35l1%202.17a8%208%200%200%201-7.44%2011.42C360%20202%20290%20199.12%20256%20199.12s-104%202.95-137.28%203.85a8%208%200%200%201-7.44-11.42c.35-.74.72-1.49%201.05-2.24m11.93%2079.63A427%20427%200%200%201%2072.42%20272c-10.6%200-21.53-3-23.56-12.44c-1.39-6.35-1.24-9.92-.49-13.51C49%20243%2050%20240.78%2055%20240c13-2%2020.27.51%2041.55%206.78c14.11%204.15%2024.29%209.68%2030.09%2014.06c2.91%202.16%201.36%207.8-2.38%208.1m221.38%2082c-13.16%201.5-39.48.95-89.34.95s-76.17.55-89.33-.95c-13.58-1.51-30.89-14.35-19.07-25.79c7.87-7.54%2026.23-13.18%2050.68-16.35s34.8-4.8%2057.62-4.8s32.12%201%2057.62%204.81s44.77%209.52%2050.68%2016.35c10.78%2012.24-5.29%2024.19-18.86%2025.84Zm117.5-91.39c-2%209.48-13%2012.44-23.56%2012.44a456%20456%200%200%201-52.84-3.06c-3.06-.29-4.48-5.66-1.38-8.1c5.71-4.49%2016-9.91%2030.09-14.06c21.28-6.27%2033.55-8.78%2044.09-6.69c2.57.51%203.93%203.27%204.09%205a40.6%2040.6%200%200%201-.49%2014.48Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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