license pin icon

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

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

Related icons in Huge Icons

Use the license pin 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="M7 7h8m-8 5h5.5M7 17h4m8.5-6v-1c0-3.771 0-5.657-1.172-6.828S15.271 2 11.5 2h-1C6.73 2 4.843 2 3.672 3.172S2.5 6.229 2.5 10v4c0 3.771 0 5.657 1.172 6.828S6.729 22 10.5 22H14"/><path d="M18.5 19h-1.425c-.904 0-1.356 0-1.522-.254c-.166-.253.067-.589.532-1.26l.453-.655c.114-.163.17-.245.189-.337s-.003-.186-.047-.373l-.213-.925c-.128-.553-.192-.83-.018-1.013c.173-.183.498-.183 1.15-.183h1.802c.651 0 .977 0 1.15.183c.174.183.11.46-.018 1.013l-.213.925c-.044.187-.065.28-.047.373s.075.174.189.337l.453.654c.465.672.698 1.008.532 1.261c-.166.254-.618.254-1.522.254zm0 0v3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLicensePin(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="M7 7h8m-8 5h5.5M7 17h4m8.5-6v-1c0-3.771 0-5.657-1.172-6.828S15.271 2 11.5 2h-1C6.73 2 4.843 2 3.672 3.172S2.5 6.229 2.5 10v4c0 3.771 0 5.657 1.172 6.828S6.729 22 10.5 22H14"/><path d="M18.5 19h-1.425c-.904 0-1.356 0-1.522-.254c-.166-.253.067-.589.532-1.26l.453-.655c.114-.163.17-.245.189-.337s-.003-.186-.047-.373l-.213-.925c-.128-.553-.192-.83-.018-1.013c.173-.183.498-.183 1.15-.183h1.802c.651 0 .977 0 1.15.183c.174.183.11.46-.018 1.013l-.213.925c-.044.187-.065.28-.047.373s.075.174.189.337l.453.654c.465.672.698 1.008.532 1.261c-.166.254-.618.254-1.522.254zm0 0v3"/></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="M7 7h8m-8 5h5.5M7 17h4m8.5-6v-1c0-3.771 0-5.657-1.172-6.828S15.271 2 11.5 2h-1C6.73 2 4.843 2 3.672 3.172S2.5 6.229 2.5 10v4c0 3.771 0 5.657 1.172 6.828S6.729 22 10.5 22H14"/><path d="M18.5 19h-1.425c-.904 0-1.356 0-1.522-.254c-.166-.253.067-.589.532-1.26l.453-.655c.114-.163.17-.245.189-.337s-.003-.186-.047-.373l-.213-.925c-.128-.553-.192-.83-.018-1.013c.173-.183.498-.183 1.15-.183h1.802c.651 0 .977 0 1.15.183c.174.183.11.46-.018 1.013l-.213.925c-.044.187-.065.28-.047.373s.075.174.189.337l.453.654c.465.672.698 1.008.532 1.261c-.166.254-.618.254-1.522.254zm0 0v3"/></g></svg>
</template>

CSS

.icon-license-pin {
  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%22M7%207h8m-8%205h5.5M7%2017h4m8.5-6v-1c0-3.771%200-5.657-1.172-6.828S15.271%202%2011.5%202h-1C6.73%202%204.843%202%203.672%203.172S2.5%206.229%202.5%2010v4c0%203.771%200%205.657%201.172%206.828S6.729%2022%2010.5%2022H14%22%2F%3E%3Cpath%20d%3D%22M18.5%2019h-1.425c-.904%200-1.356%200-1.522-.254c-.166-.253.067-.589.532-1.26l.453-.655c.114-.163.17-.245.189-.337s-.003-.186-.047-.373l-.213-.925c-.128-.553-.192-.83-.018-1.013c.173-.183.498-.183%201.15-.183h1.802c.651%200%20.977%200%201.15.183c.174.183.11.46-.018%201.013l-.213.925c-.044.187-.065.28-.047.373s.075.174.189.337l.453.654c.465.672.698%201.008.532%201.261c-.166.254-.618.254-1.522.254zm0%200v3%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%22M7%207h8m-8%205h5.5M7%2017h4m8.5-6v-1c0-3.771%200-5.657-1.172-6.828S15.271%202%2011.5%202h-1C6.73%202%204.843%202%203.672%203.172S2.5%206.229%202.5%2010v4c0%203.771%200%205.657%201.172%206.828S6.729%2022%2010.5%2022H14%22%2F%3E%3Cpath%20d%3D%22M18.5%2019h-1.425c-.904%200-1.356%200-1.522-.254c-.166-.253.067-.589.532-1.26l.453-.655c.114-.163.17-.245.189-.337s-.003-.186-.047-.373l-.213-.925c-.128-.553-.192-.83-.018-1.013c.173-.183.498-.183%201.15-.183h1.802c.651%200%20.977%200%201.15.183c.174.183.11.46-.018%201.013l-.213.925c-.044.187-.065.28-.047.373s.075.174.189.337l.453.654c.465.672.698%201.008.532%201.261c-.166.254-.618.254-1.522.254zm0%200v3%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/license-pin.svg?color=%231a73e8&size=48