Add icons to this collection by clicking the heart icon.
Padlock icon - also known as security, open, padlock, unlock, ui, unsecure, and unsafe. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        y2="242"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fd5900" />
        <stop offset="1" stop-color="#ffde00" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="452"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffe59a" />
        <stop offset="1" stop-color="#ffffd5" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M406 272H196l-29.554-30L136 272h-30c-8.291 0-15 6.709-15 15v60c0 90.981 74.033 165 165 165s165-74.019 165-165v-60c0-8.291-6.709-15-15-15z"
    />
    <path
        fill="url(#b)"
        d="M256 0c-65.924 0-120 53.46-120 120v152h60V120c0-33.091 26.924-60 60-60 32.781 0 60 26.699 60 60v77c0 8.284 6.716 15 15 15h30c8.284 0 15-6.716 15-15v-77C376 53.833 322.182 0 256 0zm0 332c-24.814 0-45 20.186-45 45 0 19.53 12.578 36.024 30 42.237V437c0 8.291 6.709 15 15 15s15-6.709 15-15v-17.763c17.422-6.213 30-22.707 30-42.237 0-24.814-20.186-45-45-45z"
    />
</svg>
More icons in the same style and category