car-lock-outline-sharp from Material Symbols by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
car-lock-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the car lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 16q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M3 21v-9l2.45-7H14v2H6.85L5.8 10H14v2H5v5h14v-5h2v9h-3v-2H6v2zm2-9v5zm11-2V5h1V4q0-.825.588-1.412T19 2t1.413.588T21 4v1h1v5zm2-5h2V4q0-.425-.288-.712T19 3t-.712.288T18 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCarLockOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 16q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M3 21v-9l2.45-7H14v2H6.85L5.8 10H14v2H5v5h14v-5h2v9h-3v-2H6v2zm2-9v5zm11-2V5h1V4q0-.825.588-1.412T19 2t1.413.588T21 4v1h1v5zm2-5h2V4q0-.425-.288-.712T19 3t-.712.288T18 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 16q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M3 21v-9l2.45-7H14v2H6.85L5.8 10H14v2H5v5h14v-5h2v9h-3v-2H6v2zm2-9v5zm11-2V5h1V4q0-.825.588-1.412T19 2t1.413.588T21 4v1h1v5zm2-5h2V4q0-.425-.288-.712T19 3t-.712.288T18 4z"/></svg>
</template>

CSS

.icon-car-lock-outline-sharp {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2016q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016m9%200q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016M3%2021v-9l2.45-7H14v2H6.85L5.8%2010H14v2H5v5h14v-5h2v9h-3v-2H6v2zm2-9v5zm11-2V5h1V4q0-.825.588-1.412T19%202t1.413.588T21%204v1h1v5zm2-5h2V4q0-.425-.288-.712T19%203t-.712.288T18%204z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2016q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016m9%200q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016M3%2021v-9l2.45-7H14v2H6.85L5.8%2010H14v2H5v5h14v-5h2v9h-3v-2H6v2zm2-9v5zm11-2V5h1V4q0-.825.588-1.412T19%202t1.413.588T21%204v1h1v5zm2-5h2V4q0-.425-.288-.712T19%203t-.712.288T18%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/car-lock-outline-sharp.svg?color=%231a73e8&size=48