key generator fob icon

key-generator-fob from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
key-generator-fob
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the key generator fob icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.377 10h-.754c-1.5 0-2.25 0-2.792-.424c-.543-.423-.725-1.15-1.088-2.606l-.69-2.757A1.78 1.78 0 0 1 4.781 2h6.438a1.78 1.78 0 0 1 1.728 2.213l-.69 2.757c-.363 1.455-.545 2.183-1.088 2.606C10.627 10 9.877 10 8.377 10M7 6h2m-3 4v9.586c0 .409 0 .613.076.797s.22.328.51.617c.666.667 1 1 1.414 1s.748-.333 1.414-1c.29-.289.434-.433.51-.617s.076-.389.076-.797V19l-1.5-1.5L10 16v-6m3-5c1.87 0 2.804 0 3.5.402A3 3 0 0 1 17.598 6.5C18 7.196 18 8.13 18 10m3 9v-6c0-1.218 0-1.826-.297-2.26a1.7 1.7 0 0 0-.442-.443C19.826 10 19.218 10 18 10s-1.826 0-2.26.297a1.7 1.7 0 0 0-.443.442C15 11.174 15 11.782 15 13v6c0 1.218 0 1.826.297 2.26a1.7 1.7 0 0 0 .442.442C16.174 22 16.782 22 18 22s1.826 0 2.26-.297a1.7 1.7 0 0 0 .442-.442C21 20.826 21 20.218 21 19m-6-3h6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKeyGeneratorFob(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.377 10h-.754c-1.5 0-2.25 0-2.792-.424c-.543-.423-.725-1.15-1.088-2.606l-.69-2.757A1.78 1.78 0 0 1 4.781 2h6.438a1.78 1.78 0 0 1 1.728 2.213l-.69 2.757c-.363 1.455-.545 2.183-1.088 2.606C10.627 10 9.877 10 8.377 10M7 6h2m-3 4v9.586c0 .409 0 .613.076.797s.22.328.51.617c.666.667 1 1 1.414 1s.748-.333 1.414-1c.29-.289.434-.433.51-.617s.076-.389.076-.797V19l-1.5-1.5L10 16v-6m3-5c1.87 0 2.804 0 3.5.402A3 3 0 0 1 17.598 6.5C18 7.196 18 8.13 18 10m3 9v-6c0-1.218 0-1.826-.297-2.26a1.7 1.7 0 0 0-.442-.443C19.826 10 19.218 10 18 10s-1.826 0-2.26.297a1.7 1.7 0 0 0-.443.442C15 11.174 15 11.782 15 13v6c0 1.218 0 1.826.297 2.26a1.7 1.7 0 0 0 .442.442C16.174 22 16.782 22 18 22s1.826 0 2.26-.297a1.7 1.7 0 0 0 .442-.442C21 20.826 21 20.218 21 19m-6-3h6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.377 10h-.754c-1.5 0-2.25 0-2.792-.424c-.543-.423-.725-1.15-1.088-2.606l-.69-2.757A1.78 1.78 0 0 1 4.781 2h6.438a1.78 1.78 0 0 1 1.728 2.213l-.69 2.757c-.363 1.455-.545 2.183-1.088 2.606C10.627 10 9.877 10 8.377 10M7 6h2m-3 4v9.586c0 .409 0 .613.076.797s.22.328.51.617c.666.667 1 1 1.414 1s.748-.333 1.414-1c.29-.289.434-.433.51-.617s.076-.389.076-.797V19l-1.5-1.5L10 16v-6m3-5c1.87 0 2.804 0 3.5.402A3 3 0 0 1 17.598 6.5C18 7.196 18 8.13 18 10m3 9v-6c0-1.218 0-1.826-.297-2.26a1.7 1.7 0 0 0-.442-.443C19.826 10 19.218 10 18 10s-1.826 0-2.26.297a1.7 1.7 0 0 0-.443.442C15 11.174 15 11.782 15 13v6c0 1.218 0 1.826.297 2.26a1.7 1.7 0 0 0 .442.442C16.174 22 16.782 22 18 22s1.826 0 2.26-.297a1.7 1.7 0 0 0 .442-.442C21 20.826 21 20.218 21 19m-6-3h6"/></svg>
</template>

CSS

.icon-key-generator-fob {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.377%2010h-.754c-1.5%200-2.25%200-2.792-.424c-.543-.423-.725-1.15-1.088-2.606l-.69-2.757A1.78%201.78%200%200%201%204.781%202h6.438a1.78%201.78%200%200%201%201.728%202.213l-.69%202.757c-.363%201.455-.545%202.183-1.088%202.606C10.627%2010%209.877%2010%208.377%2010M7%206h2m-3%204v9.586c0%20.409%200%20.613.076.797s.22.328.51.617c.666.667%201%201%201.414%201s.748-.333%201.414-1c.29-.289.434-.433.51-.617s.076-.389.076-.797V19l-1.5-1.5L10%2016v-6m3-5c1.87%200%202.804%200%203.5.402A3%203%200%200%201%2017.598%206.5C18%207.196%2018%208.13%2018%2010m3%209v-6c0-1.218%200-1.826-.297-2.26a1.7%201.7%200%200%200-.442-.443C19.826%2010%2019.218%2010%2018%2010s-1.826%200-2.26.297a1.7%201.7%200%200%200-.443.442C15%2011.174%2015%2011.782%2015%2013v6c0%201.218%200%201.826.297%202.26a1.7%201.7%200%200%200%20.442.442C16.174%2022%2016.782%2022%2018%2022s1.826%200%202.26-.297a1.7%201.7%200%200%200%20.442-.442C21%2020.826%2021%2020.218%2021%2019m-6-3h6%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.377%2010h-.754c-1.5%200-2.25%200-2.792-.424c-.543-.423-.725-1.15-1.088-2.606l-.69-2.757A1.78%201.78%200%200%201%204.781%202h6.438a1.78%201.78%200%200%201%201.728%202.213l-.69%202.757c-.363%201.455-.545%202.183-1.088%202.606C10.627%2010%209.877%2010%208.377%2010M7%206h2m-3%204v9.586c0%20.409%200%20.613.076.797s.22.328.51.617c.666.667%201%201%201.414%201s.748-.333%201.414-1c.29-.289.434-.433.51-.617s.076-.389.076-.797V19l-1.5-1.5L10%2016v-6m3-5c1.87%200%202.804%200%203.5.402A3%203%200%200%201%2017.598%206.5C18%207.196%2018%208.13%2018%2010m3%209v-6c0-1.218%200-1.826-.297-2.26a1.7%201.7%200%200%200-.442-.443C19.826%2010%2019.218%2010%2018%2010s-1.826%200-2.26.297a1.7%201.7%200%200%200-.443.442C15%2011.174%2015%2011.782%2015%2013v6c0%201.218%200%201.826.297%202.26a1.7%201.7%200%200%200%20.442.442C16.174%2022%2016.782%2022%2018%2022s1.826%200%202.26-.297a1.7%201.7%200%200%200%20.442-.442C21%2020.826%2021%2020.218%2021%2019m-6-3h6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/key-generator-fob.svg?color=%231a73e8&size=48