dashboard car icon

dashboard-car from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.

Name
dashboard-car
Set
IconPark
Style
Color
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark

Use the dashboard car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M6.57198 37.428C3.70527 33.7128 2 29.0556 2 24C2 11.8497 11.8497 2 24 2C36.1503 2 46 11.8497 46 24C46 29.0556 44.2947 33.7128 41.428 37.428"/><path d="M12.3035 31.6965C10.8474 29.4881 10 26.843 10 24C10 16.268 16.268 10 24 10C31.732 10 38 16.268 38 24C38 26.843 37.1526 29.4881 35.6965 31.6965"/><path fill="#2F88FF" fill-rule="evenodd" d="M24 30L40 46H8L24 30Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDashboardCar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M6.57198 37.428C3.70527 33.7128 2 29.0556 2 24C2 11.8497 11.8497 2 24 2C36.1503 2 46 11.8497 46 24C46 29.0556 44.2947 33.7128 41.428 37.428"/><path d="M12.3035 31.6965C10.8474 29.4881 10 26.843 10 24C10 16.268 16.268 10 24 10C31.732 10 38 16.268 38 24C38 26.843 37.1526 29.4881 35.6965 31.6965"/><path fill="#2F88FF" fillRule="evenodd" d="M24 30L40 46H8L24 30Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M6.57198 37.428C3.70527 33.7128 2 29.0556 2 24C2 11.8497 11.8497 2 24 2C36.1503 2 46 11.8497 46 24C46 29.0556 44.2947 33.7128 41.428 37.428"/><path d="M12.3035 31.6965C10.8474 29.4881 10 26.843 10 24C10 16.268 16.268 10 24 10C31.732 10 38 16.268 38 24C38 26.843 37.1526 29.4881 35.6965 31.6965"/><path fill="#2F88FF" fill-rule="evenodd" d="M24 30L40 46H8L24 30Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-dashboard-car {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M6.57198%2037.428C3.70527%2033.7128%202%2029.0556%202%2024C2%2011.8497%2011.8497%202%2024%202C36.1503%202%2046%2011.8497%2046%2024C46%2029.0556%2044.2947%2033.7128%2041.428%2037.428%22%2F%3E%3Cpath%20d%3D%22M12.3035%2031.6965C10.8474%2029.4881%2010%2026.843%2010%2024C10%2016.268%2016.268%2010%2024%2010C31.732%2010%2038%2016.268%2038%2024C38%2026.843%2037.1526%2029.4881%2035.6965%2031.6965%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2030L40%2046H8L24%2030Z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M6.57198%2037.428C3.70527%2033.7128%202%2029.0556%202%2024C2%2011.8497%2011.8497%202%2024%202C36.1503%202%2046%2011.8497%2046%2024C46%2029.0556%2044.2947%2033.7128%2041.428%2037.428%22%2F%3E%3Cpath%20d%3D%22M12.3035%2031.6965C10.8474%2029.4881%2010%2026.843%2010%2024C10%2016.268%2016.268%2010%2024%2010C31.732%2010%2038%2016.268%2038%2024C38%2026.843%2037.1526%2029.4881%2035.6965%2031.6965%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2030L40%2046H8L24%2030Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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