lock-shield-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
lock-shield-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the lock shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 51.297c.375 0 .961-.14 1.57-.445C42.66 43.469 47.185 40.375 47.185 31.96V14.289c0-2.414-1.055-3.187-3-4.008c-2.743-1.125-11.532-4.289-14.25-5.25c-.633-.187-1.266-.328-1.946-.328c-.656 0-1.289.14-1.922.328c-2.718.985-11.507 4.149-14.25 5.25c-1.945.797-3 1.594-3 4.008v17.672c0 8.414 4.547 11.484 17.625 18.89c.61.305 1.172.446 1.547.446m-8.226-15.563v-9.093c0-1.524.586-2.32 1.828-2.508V21.32c0-4.312 2.601-7.218 6.398-7.218c3.82 0 6.399 2.906 6.399 7.218v2.79c1.265.187 1.851.984 1.851 2.53v9.094c0 1.758-.773 2.578-2.414 2.578H22.152c-1.617 0-2.39-.82-2.39-2.578m4.289-11.648l7.898-.023v-3c0-2.766-1.57-4.594-3.96-4.594c-2.368 0-3.938 1.828-3.938 4.593Z"/></svg>

React

import type { SVGProps } from "react";

export function F7LockShieldFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 51.297c.375 0 .961-.14 1.57-.445C42.66 43.469 47.185 40.375 47.185 31.96V14.289c0-2.414-1.055-3.187-3-4.008c-2.743-1.125-11.532-4.289-14.25-5.25c-.633-.187-1.266-.328-1.946-.328c-.656 0-1.289.14-1.922.328c-2.718.985-11.507 4.149-14.25 5.25c-1.945.797-3 1.594-3 4.008v17.672c0 8.414 4.547 11.484 17.625 18.89c.61.305 1.172.446 1.547.446m-8.226-15.563v-9.093c0-1.524.586-2.32 1.828-2.508V21.32c0-4.312 2.601-7.218 6.398-7.218c3.82 0 6.399 2.906 6.399 7.218v2.79c1.265.187 1.851.984 1.851 2.53v9.094c0 1.758-.773 2.578-2.414 2.578H22.152c-1.617 0-2.39-.82-2.39-2.578m4.289-11.648l7.898-.023v-3c0-2.766-1.57-4.594-3.96-4.594c-2.368 0-3.938 1.828-3.938 4.593Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 51.297c.375 0 .961-.14 1.57-.445C42.66 43.469 47.185 40.375 47.185 31.96V14.289c0-2.414-1.055-3.187-3-4.008c-2.743-1.125-11.532-4.289-14.25-5.25c-.633-.187-1.266-.328-1.946-.328c-.656 0-1.289.14-1.922.328c-2.718.985-11.507 4.149-14.25 5.25c-1.945.797-3 1.594-3 4.008v17.672c0 8.414 4.547 11.484 17.625 18.89c.61.305 1.172.446 1.547.446m-8.226-15.563v-9.093c0-1.524.586-2.32 1.828-2.508V21.32c0-4.312 2.601-7.218 6.398-7.218c3.82 0 6.399 2.906 6.399 7.218v2.79c1.265.187 1.851.984 1.851 2.53v9.094c0 1.758-.773 2.578-2.414 2.578H22.152c-1.617 0-2.39-.82-2.39-2.578m4.289-11.648l7.898-.023v-3c0-2.766-1.57-4.594-3.96-4.594c-2.368 0-3.938 1.828-3.938 4.593Z"/></svg>
</template>

CSS

.icon-lock-shield-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.988%2051.297c.375%200%20.961-.14%201.57-.445C42.66%2043.469%2047.185%2040.375%2047.185%2031.96V14.289c0-2.414-1.055-3.187-3-4.008c-2.743-1.125-11.532-4.289-14.25-5.25c-.633-.187-1.266-.328-1.946-.328c-.656%200-1.289.14-1.922.328c-2.718.985-11.507%204.149-14.25%205.25c-1.945.797-3%201.594-3%204.008v17.672c0%208.414%204.547%2011.484%2017.625%2018.89c.61.305%201.172.446%201.547.446m-8.226-15.563v-9.093c0-1.524.586-2.32%201.828-2.508V21.32c0-4.312%202.601-7.218%206.398-7.218c3.82%200%206.399%202.906%206.399%207.218v2.79c1.265.187%201.851.984%201.851%202.53v9.094c0%201.758-.773%202.578-2.414%202.578H22.152c-1.617%200-2.39-.82-2.39-2.578m4.289-11.648l7.898-.023v-3c0-2.766-1.57-4.594-3.96-4.594c-2.368%200-3.938%201.828-3.938%204.593Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.988%2051.297c.375%200%20.961-.14%201.57-.445C42.66%2043.469%2047.185%2040.375%2047.185%2031.96V14.289c0-2.414-1.055-3.187-3-4.008c-2.743-1.125-11.532-4.289-14.25-5.25c-.633-.187-1.266-.328-1.946-.328c-.656%200-1.289.14-1.922.328c-2.718.985-11.507%204.149-14.25%205.25c-1.945.797-3%201.594-3%204.008v17.672c0%208.414%204.547%2011.484%2017.625%2018.89c.61.305%201.172.446%201.547.446m-8.226-15.563v-9.093c0-1.524.586-2.32%201.828-2.508V21.32c0-4.312%202.601-7.218%206.398-7.218c3.82%200%206.399%202.906%206.399%207.218v2.79c1.265.187%201.851.984%201.851%202.53v9.094c0%201.758-.773%202.578-2.414%202.578H22.152c-1.617%200-2.39-.82-2.39-2.578m4.289-11.648l7.898-.023v-3c0-2.766-1.57-4.594-3.96-4.594c-2.368%200-3.938%201.828-3.938%204.593Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/lock-shield-fill.svg?color=%231a73e8&size=48

Lock Shield fill icon — Framework7 Icons · IconsDB