car-crash from Line Awesome by Icons8 · Line · Automotive · Apache-2.0 Free for personal and commercial use.

Name
car-crash
Set
Line Awesome
Style
Line
Category
Automotive
Viewbox
32×32
License
Apache 2.0
Aliases
car-crash-solid

The same icon in other sets

More automotive icons from Line Awesome

Use the car crash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 6c-1.32 0-2.496.86-2.875 2.125L5.25 12.719l-1.938-.656l-.624 1.874l1.968.657l-.625 2.125A1 1 0 0 0 4 17v8c0 .55.45 1 1 1h3l.656-2h5.25l9.938 1.531L24 26h3.031c.242 0 .477-.09.657-.25l.03-.031c.012-.012.024-.02.032-.032a1 1 0 0 0 .25-.625v-.093a1 1 0 0 0 0-.125L27.156 19H29v-2h-2.375L24.5 12.656l.875-2.937a1 1 0 0 0-.344-1.094l-1.937-1.438a1 1 0 0 0-.5-.187L9.562 6zm0 2l12.625.969l1.125.844l-.781 2.624a1 1 0 0 0 .062.75l1.5 3.063l-6.125-2.125l-.125-.063h-.125L7.22 13.095l1.31-4.376c.13-.43.524-.719.969-.719zm-2.875 7.063l10.781 1h.063l7.625 2.687l.718 5.031L14.22 22a1 1 0 0 0-.156 0h-1.157l.438-1l4.312.625L20.25 22L19 20l-7-1l-1.25 3H6v-4.813zM8.5 16a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m12.375 2.75a1.808 1.808 0 1 0 3.406 1.219z"/></svg>

React

import type { SVGProps } from "react";

export function LaCarCrash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 6c-1.32 0-2.496.86-2.875 2.125L5.25 12.719l-1.938-.656l-.624 1.874l1.968.657l-.625 2.125A1 1 0 0 0 4 17v8c0 .55.45 1 1 1h3l.656-2h5.25l9.938 1.531L24 26h3.031c.242 0 .477-.09.657-.25l.03-.031c.012-.012.024-.02.032-.032a1 1 0 0 0 .25-.625v-.093a1 1 0 0 0 0-.125L27.156 19H29v-2h-2.375L24.5 12.656l.875-2.937a1 1 0 0 0-.344-1.094l-1.937-1.438a1 1 0 0 0-.5-.187L9.562 6zm0 2l12.625.969l1.125.844l-.781 2.624a1 1 0 0 0 .062.75l1.5 3.063l-6.125-2.125l-.125-.063h-.125L7.22 13.095l1.31-4.376c.13-.43.524-.719.969-.719zm-2.875 7.063l10.781 1h.063l7.625 2.687l.718 5.031L14.22 22a1 1 0 0 0-.156 0h-1.157l.438-1l4.312.625L20.25 22L19 20l-7-1l-1.25 3H6v-4.813zM8.5 16a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m12.375 2.75a1.808 1.808 0 1 0 3.406 1.219z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 6c-1.32 0-2.496.86-2.875 2.125L5.25 12.719l-1.938-.656l-.624 1.874l1.968.657l-.625 2.125A1 1 0 0 0 4 17v8c0 .55.45 1 1 1h3l.656-2h5.25l9.938 1.531L24 26h3.031c.242 0 .477-.09.657-.25l.03-.031c.012-.012.024-.02.032-.032a1 1 0 0 0 .25-.625v-.093a1 1 0 0 0 0-.125L27.156 19H29v-2h-2.375L24.5 12.656l.875-2.937a1 1 0 0 0-.344-1.094l-1.937-1.438a1 1 0 0 0-.5-.187L9.562 6zm0 2l12.625.969l1.125.844l-.781 2.624a1 1 0 0 0 .062.75l1.5 3.063l-6.125-2.125l-.125-.063h-.125L7.22 13.095l1.31-4.376c.13-.43.524-.719.969-.719zm-2.875 7.063l10.781 1h.063l7.625 2.687l.718 5.031L14.22 22a1 1 0 0 0-.156 0h-1.157l.438-1l4.312.625L20.25 22L19 20l-7-1l-1.25 3H6v-4.813zM8.5 16a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m12.375 2.75a1.808 1.808 0 1 0 3.406 1.219z"/></svg>
</template>

CSS

.icon-car-crash {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%206c-1.32%200-2.496.86-2.875%202.125L5.25%2012.719l-1.938-.656l-.624%201.874l1.968.657l-.625%202.125A1%201%200%200%200%204%2017v8c0%20.55.45%201%201%201h3l.656-2h5.25l9.938%201.531L24%2026h3.031c.242%200%20.477-.09.657-.25l.03-.031c.012-.012.024-.02.032-.032a1%201%200%200%200%20.25-.625v-.093a1%201%200%200%200%200-.125L27.156%2019H29v-2h-2.375L24.5%2012.656l.875-2.937a1%201%200%200%200-.344-1.094l-1.937-1.438a1%201%200%200%200-.5-.187L9.562%206zm0%202l12.625.969l1.125.844l-.781%202.624a1%201%200%200%200%20.062.75l1.5%203.063l-6.125-2.125l-.125-.063h-.125L7.22%2013.095l1.31-4.376c.13-.43.524-.719.969-.719zm-2.875%207.063l10.781%201h.063l7.625%202.687l.718%205.031L14.22%2022a1%201%200%200%200-.156%200h-1.157l.438-1l4.312.625L20.25%2022L19%2020l-7-1l-1.25%203H6v-4.813zM8.5%2016a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m12.375%202.75a1.808%201.808%200%201%200%203.406%201.219z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%206c-1.32%200-2.496.86-2.875%202.125L5.25%2012.719l-1.938-.656l-.624%201.874l1.968.657l-.625%202.125A1%201%200%200%200%204%2017v8c0%20.55.45%201%201%201h3l.656-2h5.25l9.938%201.531L24%2026h3.031c.242%200%20.477-.09.657-.25l.03-.031c.012-.012.024-.02.032-.032a1%201%200%200%200%20.25-.625v-.093a1%201%200%200%200%200-.125L27.156%2019H29v-2h-2.375L24.5%2012.656l.875-2.937a1%201%200%200%200-.344-1.094l-1.937-1.438a1%201%200%200%200-.5-.187L9.562%206zm0%202l12.625.969l1.125.844l-.781%202.624a1%201%200%200%200%20.062.75l1.5%203.063l-6.125-2.125l-.125-.063h-.125L7.22%2013.095l1.31-4.376c.13-.43.524-.719.969-.719zm-2.875%207.063l10.781%201h.063l7.625%202.687l.718%205.031L14.22%2022a1%201%200%200%200-.156%200h-1.157l.438-1l4.312.625L20.25%2022L19%2020l-7-1l-1.25%203H6v-4.813zM8.5%2016a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m12.375%202.75a1.808%201.808%200%201%200%203.406%201.219z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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