key icon
key from IconPark by ByteDance · Color · Safe · Apache-2.0 Free for personal and commercial use.
- Name
- key
- Set
- IconPark
- Style
- Color
- Category
- Safe
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
keyAkar Iconskey-outlinedAnt Design IconskeyBootstrap IconskeyBoxIcons v2keyBoxIcons v2 SolidkeyCarbonkeyCatppuccin IconskeyCodiconskeyEmoji One (Colored)keyElement PluskeyFont Awesome 6 SolidkeyFont Awesome SolidkeyFeather Iconskey-16-filledFluent UI System IconskeyFluent EmojikeyFluent Emoji FlatkeyFluent Emoji High ContrastkeyFirefox OS Emojikeycss.ggkeyHeroIconskeyHumbleiconskeyIconPark OutlinekeyIconPark SolidkeyIconPark TwoTone
More safe icons from IconPark
Use the key icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M22.8682 24.2982C25.4105 26.7935 26.4138 30.4526 25.4971 33.8863C24.5805 37.32 21.8844 40.0019 18.4325 40.9137C14.9806 41.8256 11.3022 40.8276 8.79375 38.2986C5.02208 34.4141 5.07602 28.2394 8.91499 24.4206C12.754 20.6019 18.9613 20.5482 22.8664 24.3L22.8682 24.2982Z"/><path stroke-linecap="round" d="M23 24L40 7"/><path fill="#2F88FF" d="M30.3052 16.9001L35.7337 22.3001L42.0671 16.0001L36.6385 10.6001L30.3052 16.9001Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkKey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M22.8682 24.2982C25.4105 26.7935 26.4138 30.4526 25.4971 33.8863C24.5805 37.32 21.8844 40.0019 18.4325 40.9137C14.9806 41.8256 11.3022 40.8276 8.79375 38.2986C5.02208 34.4141 5.07602 28.2394 8.91499 24.4206C12.754 20.6019 18.9613 20.5482 22.8664 24.3L22.8682 24.2982Z"/><path strokeLinecap="round" d="M23 24L40 7"/><path fill="#2F88FF" d="M30.3052 16.9001L35.7337 22.3001L42.0671 16.0001L36.6385 10.6001L30.3052 16.9001Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M22.8682 24.2982C25.4105 26.7935 26.4138 30.4526 25.4971 33.8863C24.5805 37.32 21.8844 40.0019 18.4325 40.9137C14.9806 41.8256 11.3022 40.8276 8.79375 38.2986C5.02208 34.4141 5.07602 28.2394 8.91499 24.4206C12.754 20.6019 18.9613 20.5482 22.8664 24.3L22.8682 24.2982Z"/><path stroke-linecap="round" d="M23 24L40 7"/><path fill="#2F88FF" d="M30.3052 16.9001L35.7337 22.3001L42.0671 16.0001L36.6385 10.6001L30.3052 16.9001Z"/></g></svg> </template>
CSS
.icon-key {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M22.8682%2024.2982C25.4105%2026.7935%2026.4138%2030.4526%2025.4971%2033.8863C24.5805%2037.32%2021.8844%2040.0019%2018.4325%2040.9137C14.9806%2041.8256%2011.3022%2040.8276%208.79375%2038.2986C5.02208%2034.4141%205.07602%2028.2394%208.91499%2024.4206C12.754%2020.6019%2018.9613%2020.5482%2022.8664%2024.3L22.8682%2024.2982Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23%2024L40%207%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30.3052%2016.9001L35.7337%2022.3001L42.0671%2016.0001L36.6385%2010.6001L30.3052%2016.9001Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M22.8682%2024.2982C25.4105%2026.7935%2026.4138%2030.4526%2025.4971%2033.8863C24.5805%2037.32%2021.8844%2040.0019%2018.4325%2040.9137C14.9806%2041.8256%2011.3022%2040.8276%208.79375%2038.2986C5.02208%2034.4141%205.07602%2028.2394%208.91499%2024.4206C12.754%2020.6019%2018.9613%2020.5482%2022.8664%2024.3L22.8682%2024.2982Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23%2024L40%207%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30.3052%2016.9001L35.7337%2022.3001L42.0671%2016.0001L36.6385%2010.6001L30.3052%2016.9001Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/key.svg?color=%231a73e8&size=48