car lock icon
car-lock from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-lock
- Set
- Material Symbols
- Style
- Regular
- 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
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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="M4 21q-.425 0-.712-.288T3 20v-8l2.1-6q.15-.45.538-.725T6.5 5H14v2H6.85L5.8 10H14q0 .825.588 1.413T16 12h5v8q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm3.5-5q.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 16m.35-6q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17V4q0-.825.588-1.412T19 2t1.413.588T21 4v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 5h2V4q0-.425-.288-.712T19 3t-.712.288T18 4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarLock(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="M4 21q-.425 0-.712-.288T3 20v-8l2.1-6q.15-.45.538-.725T6.5 5H14v2H6.85L5.8 10H14q0 .825.588 1.413T16 12h5v8q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm3.5-5q.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 16m.35-6q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17V4q0-.825.588-1.412T19 2t1.413.588T21 4v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 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="M4 21q-.425 0-.712-.288T3 20v-8l2.1-6q.15-.45.538-.725T6.5 5H14v2H6.85L5.8 10H14q0 .825.588 1.413T16 12h5v8q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm3.5-5q.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 16m.35-6q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17V4q0-.825.588-1.412T19 2t1.413.588T21 4v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 5h2V4q0-.425-.288-.712T19 3t-.712.288T18 4z"/></svg> </template>
CSS
.icon-car-lock {
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%22M4%2021q-.425%200-.712-.288T3%2020v-8l2.1-6q.15-.45.538-.725T6.5%205H14v2H6.85L5.8%2010H14q0%20.825.588%201.413T16%2012h5v8q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021zm3.5-5q.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%2016m.35-6q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17V4q0-.825.588-1.412T19%202t1.413.588T21%204v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM18%205h2V4q0-.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%22M4%2021q-.425%200-.712-.288T3%2020v-8l2.1-6q.15-.45.538-.725T6.5%205H14v2H6.85L5.8%2010H14q0%20.825.588%201.413T16%2012h5v8q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021zm3.5-5q.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%2016m.35-6q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17V4q0-.825.588-1.412T19%202t1.413.588T21%204v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM18%205h2V4q0-.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.svg?color=%231a73e8&size=48