pin-code from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pin-code
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the pin code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 5h-3.686c-1.635 0-2.453 0-3.188.304c-.735.305-1.313.883-2.47 2.04l-2.949 2.949a2.414 2.414 0 0 0 0 3.414l2.95 2.95c1.156 1.156 1.734 1.734 2.47 2.038C8.86 19 9.678 19 11.313 19H15c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C22 16.213 22 14.81 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C19.213 5 17.81 5 15 5"/><path d="M9.125 12H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPinCode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15 5h-3.686c-1.635 0-2.453 0-3.188.304c-.735.305-1.313.883-2.47 2.04l-2.949 2.949a2.414 2.414 0 0 0 0 3.414l2.95 2.95c1.156 1.156 1.734 1.734 2.47 2.038C8.86 19 9.678 19 11.313 19H15c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C22 16.213 22 14.81 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C19.213 5 17.81 5 15 5"/><path d="M9.125 12H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 5h-3.686c-1.635 0-2.453 0-3.188.304c-.735.305-1.313.883-2.47 2.04l-2.949 2.949a2.414 2.414 0 0 0 0 3.414l2.95 2.95c1.156 1.156 1.734 1.734 2.47 2.038C8.86 19 9.678 19 11.313 19H15c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C22 16.213 22 14.81 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C19.213 5 17.81 5 15 5"/><path d="M9.125 12H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-pin-code {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%205h-3.686c-1.635%200-2.453%200-3.188.304c-.735.305-1.313.883-2.47%202.04l-2.949%202.949a2.414%202.414%200%200%200%200%203.414l2.95%202.95c1.156%201.156%201.734%201.734%202.47%202.038C8.86%2019%209.678%2019%2011.313%2019H15c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C22%2016.213%2022%2014.81%2022%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104C19.213%205%2017.81%205%2015%205%22%2F%3E%3Cpath%20d%3D%22M9.125%2012H9m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3.875%200H13m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%205h-3.686c-1.635%200-2.453%200-3.188.304c-.735.305-1.313.883-2.47%202.04l-2.949%202.949a2.414%202.414%200%200%200%200%203.414l2.95%202.95c1.156%201.156%201.734%201.734%202.47%202.038C8.86%2019%209.678%2019%2011.313%2019H15c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C22%2016.213%2022%2014.81%2022%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104C19.213%205%2017.81%205%2015%205%22%2F%3E%3Cpath%20d%3D%22M9.125%2012H9m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3.875%200H13m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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