locked from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
locked
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the locked emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e2a610" d="M103.65 62.7h-.01c-.12-2.45-2.72-4.74-7.21-6.09c-9.61-2.89-20.27-4.58-32.43-4.68c-12.15.1-22.81 1.79-32.43 4.68c-4.49 1.35-7.07 3.64-7.2 6.09h-.02v50.08c-.11 2.8 3.02 5.8 10.26 7.85c7.48 2.12 17.6 3.49 29.38 3.49s21.9-1.37 29.38-3.49c7.59-2.15 10.66-5.34 10.22-8.25h.04V62.7zm-79.3.73h79.3"/><path fill="#4e342e" d="m71.9 108.24l-4.49-10.58a7.66 7.66 0 0 0 4.33-6.9c0-4.24-3.44-7.67-7.67-7.67s-7.67 3.44-7.67 7.67c0 2.85 1.56 5.34 3.87 6.66l-4.18 10.89c-.53 1.38.49 2.85 1.96 2.85h11.92c1.5 0 2.51-1.54 1.93-2.92"/><path fill="#9e740b" d="M71.47 107.26H56.48l-.4 1.05c-.53 1.38.49 2.85 1.96 2.85h11.92c1.51 0 2.52-1.54 1.93-2.92zM60.95 95.4c.18-.52-.01-1.08-.45-1.4c-.6-.44-1.41-1.22-1.92-2.46c-1.86-4.48.35-6.47.35-6.47a7.62 7.62 0 0 0-2.54 5.69c0 2.85 1.56 5.34 3.87 6.66zm8.51-10.1s2.2 4.42-.32 7.25c-.86.96-1.59 1.47-2.13 1.72c-.53.25-.77.88-.52 1.41l.93 1.96a7.66 7.66 0 0 0 4.33-6.9c-.02-3.25-2.29-5.44-2.29-5.44"/><path fill="#fdd835" d="M94.74 55.95C85.63 53.3 75.52 51.76 64 51.66c-11.52.09-21.63 1.64-30.74 4.28c-9.13 2.65-10.04 9.26 2.89 12.8c7.09 1.94 16.69 3.19 27.85 3.19s20.76-1.25 27.85-3.19c12.93-3.53 12.02-10.15 2.89-12.79"/><path fill="#84b0c1" stroke="#84b0c1" stroke-miterlimit="10" stroke-width="1.958" d="M92.15 62.21s-.37 1.72-5.22 1.72s-5.88-1.72-5.88-1.72V40.16C81.05 30.14 73.4 22 63.99 22s-17.06 8.15-17.06 18.16v22.06s-2.11 1.72-5.95 1.72s-5.14-1.72-5.14-1.72V40.16c0-16.14 12.63-29.26 28.15-29.26s28.15 13.13 28.15 29.26v22.05z"/><path fill="#b9e4ea" d="M51.31 21.56c-5.14 3.06-5.93 5.13-7.36 6.08c-1.06.7-2.47.14-1.55-2.29c.79-2.08 2.69-6.02 7.43-9.05c8.16-5.22 15.2-4.98 14.82-.99c-.32 3.53-7.86 2.99-13.34 6.25"/></svg>

React

import type { SVGProps } from "react";

export function NotoLocked(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e2a610" d="M103.65 62.7h-.01c-.12-2.45-2.72-4.74-7.21-6.09c-9.61-2.89-20.27-4.58-32.43-4.68c-12.15.1-22.81 1.79-32.43 4.68c-4.49 1.35-7.07 3.64-7.2 6.09h-.02v50.08c-.11 2.8 3.02 5.8 10.26 7.85c7.48 2.12 17.6 3.49 29.38 3.49s21.9-1.37 29.38-3.49c7.59-2.15 10.66-5.34 10.22-8.25h.04V62.7zm-79.3.73h79.3"/><path fill="#4e342e" d="m71.9 108.24l-4.49-10.58a7.66 7.66 0 0 0 4.33-6.9c0-4.24-3.44-7.67-7.67-7.67s-7.67 3.44-7.67 7.67c0 2.85 1.56 5.34 3.87 6.66l-4.18 10.89c-.53 1.38.49 2.85 1.96 2.85h11.92c1.5 0 2.51-1.54 1.93-2.92"/><path fill="#9e740b" d="M71.47 107.26H56.48l-.4 1.05c-.53 1.38.49 2.85 1.96 2.85h11.92c1.51 0 2.52-1.54 1.93-2.92zM60.95 95.4c.18-.52-.01-1.08-.45-1.4c-.6-.44-1.41-1.22-1.92-2.46c-1.86-4.48.35-6.47.35-6.47a7.62 7.62 0 0 0-2.54 5.69c0 2.85 1.56 5.34 3.87 6.66zm8.51-10.1s2.2 4.42-.32 7.25c-.86.96-1.59 1.47-2.13 1.72c-.53.25-.77.88-.52 1.41l.93 1.96a7.66 7.66 0 0 0 4.33-6.9c-.02-3.25-2.29-5.44-2.29-5.44"/><path fill="#fdd835" d="M94.74 55.95C85.63 53.3 75.52 51.76 64 51.66c-11.52.09-21.63 1.64-30.74 4.28c-9.13 2.65-10.04 9.26 2.89 12.8c7.09 1.94 16.69 3.19 27.85 3.19s20.76-1.25 27.85-3.19c12.93-3.53 12.02-10.15 2.89-12.79"/><path fill="#84b0c1" stroke="#84b0c1" strokeMiterlimit="10" strokeWidth="1.958" d="M92.15 62.21s-.37 1.72-5.22 1.72s-5.88-1.72-5.88-1.72V40.16C81.05 30.14 73.4 22 63.99 22s-17.06 8.15-17.06 18.16v22.06s-2.11 1.72-5.95 1.72s-5.14-1.72-5.14-1.72V40.16c0-16.14 12.63-29.26 28.15-29.26s28.15 13.13 28.15 29.26v22.05z"/><path fill="#b9e4ea" d="M51.31 21.56c-5.14 3.06-5.93 5.13-7.36 6.08c-1.06.7-2.47.14-1.55-2.29c.79-2.08 2.69-6.02 7.43-9.05c8.16-5.22 15.2-4.98 14.82-.99c-.32 3.53-7.86 2.99-13.34 6.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e2a610" d="M103.65 62.7h-.01c-.12-2.45-2.72-4.74-7.21-6.09c-9.61-2.89-20.27-4.58-32.43-4.68c-12.15.1-22.81 1.79-32.43 4.68c-4.49 1.35-7.07 3.64-7.2 6.09h-.02v50.08c-.11 2.8 3.02 5.8 10.26 7.85c7.48 2.12 17.6 3.49 29.38 3.49s21.9-1.37 29.38-3.49c7.59-2.15 10.66-5.34 10.22-8.25h.04V62.7zm-79.3.73h79.3"/><path fill="#4e342e" d="m71.9 108.24l-4.49-10.58a7.66 7.66 0 0 0 4.33-6.9c0-4.24-3.44-7.67-7.67-7.67s-7.67 3.44-7.67 7.67c0 2.85 1.56 5.34 3.87 6.66l-4.18 10.89c-.53 1.38.49 2.85 1.96 2.85h11.92c1.5 0 2.51-1.54 1.93-2.92"/><path fill="#9e740b" d="M71.47 107.26H56.48l-.4 1.05c-.53 1.38.49 2.85 1.96 2.85h11.92c1.51 0 2.52-1.54 1.93-2.92zM60.95 95.4c.18-.52-.01-1.08-.45-1.4c-.6-.44-1.41-1.22-1.92-2.46c-1.86-4.48.35-6.47.35-6.47a7.62 7.62 0 0 0-2.54 5.69c0 2.85 1.56 5.34 3.87 6.66zm8.51-10.1s2.2 4.42-.32 7.25c-.86.96-1.59 1.47-2.13 1.72c-.53.25-.77.88-.52 1.41l.93 1.96a7.66 7.66 0 0 0 4.33-6.9c-.02-3.25-2.29-5.44-2.29-5.44"/><path fill="#fdd835" d="M94.74 55.95C85.63 53.3 75.52 51.76 64 51.66c-11.52.09-21.63 1.64-30.74 4.28c-9.13 2.65-10.04 9.26 2.89 12.8c7.09 1.94 16.69 3.19 27.85 3.19s20.76-1.25 27.85-3.19c12.93-3.53 12.02-10.15 2.89-12.79"/><path fill="#84b0c1" stroke="#84b0c1" stroke-miterlimit="10" stroke-width="1.958" d="M92.15 62.21s-.37 1.72-5.22 1.72s-5.88-1.72-5.88-1.72V40.16C81.05 30.14 73.4 22 63.99 22s-17.06 8.15-17.06 18.16v22.06s-2.11 1.72-5.95 1.72s-5.14-1.72-5.14-1.72V40.16c0-16.14 12.63-29.26 28.15-29.26s28.15 13.13 28.15 29.26v22.05z"/><path fill="#b9e4ea" d="M51.31 21.56c-5.14 3.06-5.93 5.13-7.36 6.08c-1.06.7-2.47.14-1.55-2.29c.79-2.08 2.69-6.02 7.43-9.05c8.16-5.22 15.2-4.98 14.82-.99c-.32 3.53-7.86 2.99-13.34 6.25"/></svg>
</template>

CSS

.icon-locked {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M103.65%2062.7h-.01c-.12-2.45-2.72-4.74-7.21-6.09c-9.61-2.89-20.27-4.58-32.43-4.68c-12.15.1-22.81%201.79-32.43%204.68c-4.49%201.35-7.07%203.64-7.2%206.09h-.02v50.08c-.11%202.8%203.02%205.8%2010.26%207.85c7.48%202.12%2017.6%203.49%2029.38%203.49s21.9-1.37%2029.38-3.49c7.59-2.15%2010.66-5.34%2010.22-8.25h.04V62.7zm-79.3.73h79.3%22%2F%3E%3Cpath%20fill%3D%22%234e342e%22%20d%3D%22m71.9%20108.24l-4.49-10.58a7.66%207.66%200%200%200%204.33-6.9c0-4.24-3.44-7.67-7.67-7.67s-7.67%203.44-7.67%207.67c0%202.85%201.56%205.34%203.87%206.66l-4.18%2010.89c-.53%201.38.49%202.85%201.96%202.85h11.92c1.5%200%202.51-1.54%201.93-2.92%22%2F%3E%3Cpath%20fill%3D%22%239e740b%22%20d%3D%22M71.47%20107.26H56.48l-.4%201.05c-.53%201.38.49%202.85%201.96%202.85h11.92c1.51%200%202.52-1.54%201.93-2.92zM60.95%2095.4c.18-.52-.01-1.08-.45-1.4c-.6-.44-1.41-1.22-1.92-2.46c-1.86-4.48.35-6.47.35-6.47a7.62%207.62%200%200%200-2.54%205.69c0%202.85%201.56%205.34%203.87%206.66zm8.51-10.1s2.2%204.42-.32%207.25c-.86.96-1.59%201.47-2.13%201.72c-.53.25-.77.88-.52%201.41l.93%201.96a7.66%207.66%200%200%200%204.33-6.9c-.02-3.25-2.29-5.44-2.29-5.44%22%2F%3E%3Cpath%20fill%3D%22%23fdd835%22%20d%3D%22M94.74%2055.95C85.63%2053.3%2075.52%2051.76%2064%2051.66c-11.52.09-21.63%201.64-30.74%204.28c-9.13%202.65-10.04%209.26%202.89%2012.8c7.09%201.94%2016.69%203.19%2027.85%203.19s20.76-1.25%2027.85-3.19c12.93-3.53%2012.02-10.15%202.89-12.79%22%2F%3E%3Cpath%20fill%3D%22%2384b0c1%22%20stroke%3D%22%2384b0c1%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.958%22%20d%3D%22M92.15%2062.21s-.37%201.72-5.22%201.72s-5.88-1.72-5.88-1.72V40.16C81.05%2030.14%2073.4%2022%2063.99%2022s-17.06%208.15-17.06%2018.16v22.06s-2.11%201.72-5.95%201.72s-5.14-1.72-5.14-1.72V40.16c0-16.14%2012.63-29.26%2028.15-29.26s28.15%2013.13%2028.15%2029.26v22.05z%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M51.31%2021.56c-5.14%203.06-5.93%205.13-7.36%206.08c-1.06.7-2.47.14-1.55-2.29c.79-2.08%202.69-6.02%207.43-9.05c8.16-5.22%2015.2-4.98%2014.82-.99c-.32%203.53-7.86%202.99-13.34%206.25%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M103.65%2062.7h-.01c-.12-2.45-2.72-4.74-7.21-6.09c-9.61-2.89-20.27-4.58-32.43-4.68c-12.15.1-22.81%201.79-32.43%204.68c-4.49%201.35-7.07%203.64-7.2%206.09h-.02v50.08c-.11%202.8%203.02%205.8%2010.26%207.85c7.48%202.12%2017.6%203.49%2029.38%203.49s21.9-1.37%2029.38-3.49c7.59-2.15%2010.66-5.34%2010.22-8.25h.04V62.7zm-79.3.73h79.3%22%2F%3E%3Cpath%20fill%3D%22%234e342e%22%20d%3D%22m71.9%20108.24l-4.49-10.58a7.66%207.66%200%200%200%204.33-6.9c0-4.24-3.44-7.67-7.67-7.67s-7.67%203.44-7.67%207.67c0%202.85%201.56%205.34%203.87%206.66l-4.18%2010.89c-.53%201.38.49%202.85%201.96%202.85h11.92c1.5%200%202.51-1.54%201.93-2.92%22%2F%3E%3Cpath%20fill%3D%22%239e740b%22%20d%3D%22M71.47%20107.26H56.48l-.4%201.05c-.53%201.38.49%202.85%201.96%202.85h11.92c1.51%200%202.52-1.54%201.93-2.92zM60.95%2095.4c.18-.52-.01-1.08-.45-1.4c-.6-.44-1.41-1.22-1.92-2.46c-1.86-4.48.35-6.47.35-6.47a7.62%207.62%200%200%200-2.54%205.69c0%202.85%201.56%205.34%203.87%206.66zm8.51-10.1s2.2%204.42-.32%207.25c-.86.96-1.59%201.47-2.13%201.72c-.53.25-.77.88-.52%201.41l.93%201.96a7.66%207.66%200%200%200%204.33-6.9c-.02-3.25-2.29-5.44-2.29-5.44%22%2F%3E%3Cpath%20fill%3D%22%23fdd835%22%20d%3D%22M94.74%2055.95C85.63%2053.3%2075.52%2051.76%2064%2051.66c-11.52.09-21.63%201.64-30.74%204.28c-9.13%202.65-10.04%209.26%202.89%2012.8c7.09%201.94%2016.69%203.19%2027.85%203.19s20.76-1.25%2027.85-3.19c12.93-3.53%2012.02-10.15%202.89-12.79%22%2F%3E%3Cpath%20fill%3D%22%2384b0c1%22%20stroke%3D%22%2384b0c1%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.958%22%20d%3D%22M92.15%2062.21s-.37%201.72-5.22%201.72s-5.88-1.72-5.88-1.72V40.16C81.05%2030.14%2073.4%2022%2063.99%2022s-17.06%208.15-17.06%2018.16v22.06s-2.11%201.72-5.95%201.72s-5.14-1.72-5.14-1.72V40.16c0-16.14%2012.63-29.26%2028.15-29.26s28.15%2013.13%2028.15%2029.26v22.05z%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M51.31%2021.56c-5.14%203.06-5.93%205.13-7.36%206.08c-1.06.7-2.47.14-1.55-2.29c.79-2.08%202.69-6.02%207.43-9.05c8.16-5.22%2015.2-4.98%2014.82-.99c-.32%203.53-7.86%202.99-13.34%206.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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