plane lock icon
plane-lock from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- plane-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 plane lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2c-3.8 11.1-5.8 23.1-5.8 35.5v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5c-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-70.9l-171.6 49c-10.2 3-20.4-4.7-20.4-15.3v-65.5c0-5.7 3.1-11 8.1-13.9L192 178.3zM528 240c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPlaneLock(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="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2c-3.8 11.1-5.8 23.1-5.8 35.5v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5c-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-70.9l-171.6 49c-10.2 3-20.4-4.7-20.4-15.3v-65.5c0-5.7 3.1-11 8.1-13.9L192 178.3zM528 240c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2c-3.8 11.1-5.8 23.1-5.8 35.5v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5c-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-70.9l-171.6 49c-10.2 3-20.4-4.7-20.4-15.3v-65.5c0-5.7 3.1-11 8.1-13.9L192 178.3zM528 240c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg> </template>
CSS
.icon-plane-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%22M192%2093.7C192%2059.5%20221%200%20256%200c36%200%2064%2059.5%2064%2093.7v84.6l101.8%2058.2c-3.8%2011.1-5.8%2023.1-5.8%2035.5v24.6c-17.9%2010.4-30.3%2029.1-31.8%2050.9L320%20329.1V400l57.6%2043.2c4%203%206.4%207.8%206.4%2012.8v42c0%207.8-6.3%2014-14%2014c-1.3%200-2.6-.2-3.9-.5L256%20480l-110.1%2031.5c-1.3.4-2.6.5-3.9.5c-7.8%200-14-6.3-14-14v-42c0-5%202.4-9.8%206.4-12.8L192%20400v-70.9l-171.6%2049c-10.2%203-20.4-4.7-20.4-15.3v-65.5c0-5.7%203.1-11%208.1-13.9L192%20178.3zM528%20240c-17.7%200-32%2014.3-32%2032v48h64v-48c0-17.7-14.3-32-32-32m-80%2032c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080v48c17.7%200%2032%2014.3%2032%2032v128c0%2017.7-14.3%2032-32%2032H448c-17.7%200-32-14.3-32-32V352c0-17.7%2014.3-32%2032-32z%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%22M192%2093.7C192%2059.5%20221%200%20256%200c36%200%2064%2059.5%2064%2093.7v84.6l101.8%2058.2c-3.8%2011.1-5.8%2023.1-5.8%2035.5v24.6c-17.9%2010.4-30.3%2029.1-31.8%2050.9L320%20329.1V400l57.6%2043.2c4%203%206.4%207.8%206.4%2012.8v42c0%207.8-6.3%2014-14%2014c-1.3%200-2.6-.2-3.9-.5L256%20480l-110.1%2031.5c-1.3.4-2.6.5-3.9.5c-7.8%200-14-6.3-14-14v-42c0-5%202.4-9.8%206.4-12.8L192%20400v-70.9l-171.6%2049c-10.2%203-20.4-4.7-20.4-15.3v-65.5c0-5.7%203.1-11%208.1-13.9L192%20178.3zM528%20240c-17.7%200-32%2014.3-32%2032v48h64v-48c0-17.7-14.3-32-32-32m-80%2032c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080v48c17.7%200%2032%2014.3%2032%2032v128c0%2017.7-14.3%2032-32%2032H448c-17.7%200-32-14.3-32-32V352c0-17.7%2014.3-32%2032-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/plane-lock.svg?color=%231a73e8&size=48