road-lock from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
road-lock
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the road lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M288 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2c0 30.1 24.5 54.6 54.6 54.6H288v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5l-30.4-85.9C478 49.1 453.9 32 426.8 32H352v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32m176 16c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidRoadLock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M288 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2c0 30.1 24.5 54.6 54.6 54.6H288v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5l-30.4-85.9C478 49.1 453.9 32 426.8 32H352v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32m176 16c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M288 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2c0 30.1 24.5 54.6 54.6 54.6H288v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5l-30.4-85.9C478 49.1 453.9 32 426.8 32H352v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32m176 16c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg>
</template>

CSS

.icon-road-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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032h-74.8c-27.1%200-51.3%2017.1-60.3%2042.6L35.1%20407.2c-2.1%205.9-3.1%2012-3.1%2018.2c0%2030.1%2024.5%2054.6%2054.6%2054.6H288v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v64h32V352c0-23.7%2012.9-44.4%2032-55.4V272c0-58.3%2044.6-106.2%20101.5-111.5l-30.4-85.9C478%2049.1%20453.9%2032%20426.8%2032H352v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032m176%2016c17.7%200%2032%2014.3%2032%2032v48h-64v-48c0-17.7%2014.3-32%2032-32m-80%2032v48c-17.7%200-32%2014.3-32%2032v128c0%2017.7%2014.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80%2035.8-80%2080%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032h-74.8c-27.1%200-51.3%2017.1-60.3%2042.6L35.1%20407.2c-2.1%205.9-3.1%2012-3.1%2018.2c0%2030.1%2024.5%2054.6%2054.6%2054.6H288v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v64h32V352c0-23.7%2012.9-44.4%2032-55.4V272c0-58.3%2044.6-106.2%20101.5-111.5l-30.4-85.9C478%2049.1%20453.9%2032%20426.8%2032H352v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032m176%2016c17.7%200%2032%2014.3%2032%2032v48h-64v-48c0-17.7%2014.3-32%2032-32m-80%2032v48c-17.7%200-32%2014.3-32%2032v128c0%2017.7%2014.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80%2035.8-80%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/road-lock.svg?color=%231a73e8&size=48