locked emoji
locked from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- locked
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the locked emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21.375 31.175c-.35-8.771 6.45-18.54 14.387-18.78c8.005-.242 16.541 10.97 14.333 19.052h-4.04s1.563-7.922-2.216-11.253c-1.85-1.63-5.255-4.771-8.64-4.292c-2.282.323-6.867 3.451-7.926 5.42c-2.065 3.837-1.725 9.817-1.725 9.817z"/><path fill="#fcea2b" d="M53 32.297h1.875v26.875h-38V32.297h1.875z"/><path fill="#f1b31c" d="M54.43 32.493L35.66 58.994h19.308z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M53 32.25h1.875v26.875h-38V32.25h1.875zm-31.625-3.335c0-8.379 6.415-16.275 14.319-16.523c7.97-.251 15.41 7.284 14.741 16.523"/><path d="M25.548 28.915c0-6.336 4.575-12.306 10.212-12.494c5.684-.19 10.99 5.508 10.514 12.494"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLocked(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M21.375 31.175c-.35-8.771 6.45-18.54 14.387-18.78c8.005-.242 16.541 10.97 14.333 19.052h-4.04s1.563-7.922-2.216-11.253c-1.85-1.63-5.255-4.771-8.64-4.292c-2.282.323-6.867 3.451-7.926 5.42c-2.065 3.837-1.725 9.817-1.725 9.817z"/><path fill="#fcea2b" d="M53 32.297h1.875v26.875h-38V32.297h1.875z"/><path fill="#f1b31c" d="M54.43 32.493L35.66 58.994h19.308z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M53 32.25h1.875v26.875h-38V32.25h1.875zm-31.625-3.335c0-8.379 6.415-16.275 14.319-16.523c7.97-.251 15.41 7.284 14.741 16.523"/><path d="M25.548 28.915c0-6.336 4.575-12.306 10.212-12.494c5.684-.19 10.99 5.508 10.514 12.494"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21.375 31.175c-.35-8.771 6.45-18.54 14.387-18.78c8.005-.242 16.541 10.97 14.333 19.052h-4.04s1.563-7.922-2.216-11.253c-1.85-1.63-5.255-4.771-8.64-4.292c-2.282.323-6.867 3.451-7.926 5.42c-2.065 3.837-1.725 9.817-1.725 9.817z"/><path fill="#fcea2b" d="M53 32.297h1.875v26.875h-38V32.297h1.875z"/><path fill="#f1b31c" d="M54.43 32.493L35.66 58.994h19.308z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M53 32.25h1.875v26.875h-38V32.25h1.875zm-31.625-3.335c0-8.379 6.415-16.275 14.319-16.523c7.97-.251 15.41 7.284 14.741 16.523"/><path d="M25.548 28.915c0-6.336 4.575-12.306 10.212-12.494c5.684-.19 10.99 5.508 10.514 12.494"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21.375%2031.175c-.35-8.771%206.45-18.54%2014.387-18.78c8.005-.242%2016.541%2010.97%2014.333%2019.052h-4.04s1.563-7.922-2.216-11.253c-1.85-1.63-5.255-4.771-8.64-4.292c-2.282.323-6.867%203.451-7.926%205.42c-2.065%203.837-1.725%209.817-1.725%209.817z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M53%2032.297h1.875v26.875h-38V32.297h1.875z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M54.43%2032.493L35.66%2058.994h19.308z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53%2032.25h1.875v26.875h-38V32.25h1.875zm-31.625-3.335c0-8.379%206.415-16.275%2014.319-16.523c7.97-.251%2015.41%207.284%2014.741%2016.523%22%2F%3E%3Cpath%20d%3D%22M25.548%2028.915c0-6.336%204.575-12.306%2010.212-12.494c5.684-.19%2010.99%205.508%2010.514%2012.494%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21.375%2031.175c-.35-8.771%206.45-18.54%2014.387-18.78c8.005-.242%2016.541%2010.97%2014.333%2019.052h-4.04s1.563-7.922-2.216-11.253c-1.85-1.63-5.255-4.771-8.64-4.292c-2.282.323-6.867%203.451-7.926%205.42c-2.065%203.837-1.725%209.817-1.725%209.817z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M53%2032.297h1.875v26.875h-38V32.297h1.875z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M54.43%2032.493L35.66%2058.994h19.308z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53%2032.25h1.875v26.875h-38V32.25h1.875zm-31.625-3.335c0-8.379%206.415-16.275%2014.319-16.523c7.97-.251%2015.41%207.284%2014.741%2016.523%22%2F%3E%3Cpath%20d%3D%22M25.548%2028.915c0-6.336%204.575-12.306%2010.212-12.494c5.684-.19%2010.99%205.508%2010.514%2012.494%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/locked.svg?color=%231a73e8&size=48