car lock icon
car-lock-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-lock-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="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 16M4 21q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5H13q.425 0 .713.288T14 6t-.288.713T13 7H6.85L5.8 10H13q.425 0 .713.288T14 11t-.288.713T13 12H5v5h14v-4q0-.425.288-.712T20 12t.713.288T21 13v7q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm1-9v5zm11.85-2q-.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 MaterialSymbolsCarLockOutlineRounded(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 16M4 21q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5H13q.425 0 .713.288T14 6t-.288.713T13 7H6.85L5.8 10H13q.425 0 .713.288T14 11t-.288.713T13 12H5v5h14v-4q0-.425.288-.712T20 12t.713.288T21 13v7q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm1-9v5zm11.85-2q-.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="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 16M4 21q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5H13q.425 0 .713.288T14 6t-.288.713T13 7H6.85L5.8 10H13q.425 0 .713.288T14 11t-.288.713T13 12H5v5h14v-4q0-.425.288-.712T20 12t.713.288T21 13v7q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm1-9v5zm11.85-2q-.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-outline-rounded {
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%2016M4%2021q-.425%200-.712-.288T3%2020v-7.65q0-.175.025-.35t.075-.325L5.1%206q.15-.45.538-.725T6.5%205H13q.425%200%20.713.288T14%206t-.288.713T13%207H6.85L5.8%2010H13q.425%200%20.713.288T14%2011t-.288.713T13%2012H5v5h14v-4q0-.425.288-.712T20%2012t.713.288T21%2013v7q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021zm1-9v5zm11.85-2q-.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%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%2016M4%2021q-.425%200-.712-.288T3%2020v-7.65q0-.175.025-.35t.075-.325L5.1%206q.15-.45.538-.725T6.5%205H13q.425%200%20.713.288T14%206t-.288.713T13%207H6.85L5.8%2010H13q.425%200%20.713.288T14%2011t-.288.713T13%2012H5v5h14v-4q0-.425.288-.712T20%2012t.713.288T21%2013v7q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021zm1-9v5zm11.85-2q-.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-outline-rounded.svg?color=%231a73e8&size=48