car signal icon

car-signal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
car-signal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the car signal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21 17.922V20.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C18 21.199 18 20.966 18 20.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C17.199 19 16.966 19 16.5 19h-10c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 19.801 5 20.034 5 20.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 22 3.966 22 3.5 22s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 21.199 2 20.966 2 20.5v-2.578c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 12.5l.901-1.983c.777-1.708 1.165-2.562 1.907-3.04C7.549 7 8.488 7 10.364 7h2.272c1.877 0 2.815 0 3.556.478c.742.477 1.13 1.331 1.907 3.04L19 12.5l.656.985c.667 1 1 1.5 1.172 2.067S21 16.72 21 17.922"/><path d="m2 11l2 1.5l1.761.44q.24.06.485.06h10.508q.245 0 .485-.06L19 12.5l2-1.5m-2-4a2 2 0 0 0-2-2m5 2a5 5 0 0 0-5-5M6.125 16H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m10.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCarSignal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M21 17.922V20.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C18 21.199 18 20.966 18 20.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C17.199 19 16.966 19 16.5 19h-10c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 19.801 5 20.034 5 20.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 22 3.966 22 3.5 22s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 21.199 2 20.966 2 20.5v-2.578c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 12.5l.901-1.983c.777-1.708 1.165-2.562 1.907-3.04C7.549 7 8.488 7 10.364 7h2.272c1.877 0 2.815 0 3.556.478c.742.477 1.13 1.331 1.907 3.04L19 12.5l.656.985c.667 1 1 1.5 1.172 2.067S21 16.72 21 17.922"/><path d="m2 11l2 1.5l1.761.44q.24.06.485.06h10.508q.245 0 .485-.06L19 12.5l2-1.5m-2-4a2 2 0 0 0-2-2m5 2a5 5 0 0 0-5-5M6.125 16H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m10.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21 17.922V20.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C18 21.199 18 20.966 18 20.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C17.199 19 16.966 19 16.5 19h-10c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 19.801 5 20.034 5 20.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 22 3.966 22 3.5 22s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 21.199 2 20.966 2 20.5v-2.578c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 12.5l.901-1.983c.777-1.708 1.165-2.562 1.907-3.04C7.549 7 8.488 7 10.364 7h2.272c1.877 0 2.815 0 3.556.478c.742.477 1.13 1.331 1.907 3.04L19 12.5l.656.985c.667 1 1 1.5 1.172 2.067S21 16.72 21 17.922"/><path d="m2 11l2 1.5l1.761.44q.24.06.485.06h10.508q.245 0 .485-.06L19 12.5l2-1.5m-2-4a2 2 0 0 0-2-2m5 2a5 5 0 0 0-5-5M6.125 16H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m10.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-car-signal {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2017.922V20.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C18%2021.199%2018%2020.966%2018%2020.5s0-.699-.076-.883a1%201%200%200%200-.541-.54C17.199%2019%2016.966%2019%2016.5%2019h-10c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%2019.801%205%2020.034%205%2020.5s0%20.699-.076.883a1%201%200%200%201-.541.54C4.199%2022%203.966%2022%203.5%2022s-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2021.199%202%2020.966%202%2020.5v-2.578c0-1.202%200-1.803.172-2.37s.505-1.067%201.172-2.067L4%2012.5l.901-1.983c.777-1.708%201.165-2.562%201.907-3.04C7.549%207%208.488%207%2010.364%207h2.272c1.877%200%202.815%200%203.556.478c.742.477%201.13%201.331%201.907%203.04L19%2012.5l.656.985c.667%201%201%201.5%201.172%202.067S21%2016.72%2021%2017.922%22%2F%3E%3Cpath%20d%3D%22m2%2011l2%201.5l1.761.44q.24.06.485.06h10.508q.245%200%20.485-.06L19%2012.5l2-1.5m-2-4a2%202%200%200%200-2-2m5%202a5%205%200%200%200-5-5M6.125%2016H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m10.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2017.922V20.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C18%2021.199%2018%2020.966%2018%2020.5s0-.699-.076-.883a1%201%200%200%200-.541-.54C17.199%2019%2016.966%2019%2016.5%2019h-10c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%2019.801%205%2020.034%205%2020.5s0%20.699-.076.883a1%201%200%200%201-.541.54C4.199%2022%203.966%2022%203.5%2022s-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2021.199%202%2020.966%202%2020.5v-2.578c0-1.202%200-1.803.172-2.37s.505-1.067%201.172-2.067L4%2012.5l.901-1.983c.777-1.708%201.165-2.562%201.907-3.04C7.549%207%208.488%207%2010.364%207h2.272c1.877%200%202.815%200%203.556.478c.742.477%201.13%201.331%201.907%203.04L19%2012.5l.656.985c.667%201%201%201.5%201.172%202.067S21%2016.72%2021%2017.922%22%2F%3E%3Cpath%20d%3D%22m2%2011l2%201.5l1.761.44q.24.06.485.06h10.508q.245%200%20.485-.06L19%2012.5l2-1.5m-2-4a2%202%200%200%200-2-2m5%202a5%205%200%200%200-5-5M6.125%2016H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m10.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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