ios unlock icon
ios-unlock from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-unlock
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios unlock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376 192H188v-48c0-18.1 7.1-35.1 20-48s29.9-20 48-20 35.1 7.1 48 20 20 29.9 20 48c0 7.7 6.3 14 14 14s14-6.3 14-14c0-53.2-43.9-96.7-97.3-96-52.7.7-94.7 44.5-94.7 97.3V192h-24c-22 0-40 18-40 40v192c0 22 18 40 40 40h240c22 0 40-18 40-40V232c0-22-18-40-40-40zM270 316.8v68.8c0 7.5-5.8 14-13.3 14.4-8 .4-14.7-6-14.7-14v-69.2c-11.5-5.6-19.1-17.8-17.9-31.7 1.4-15.5 14.1-27.9 29.6-29 18.7-1.3 34.3 13.5 34.3 31.9 0 12.7-7.3 23.6-18 28.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosUnlock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376 192H188v-48c0-18.1 7.1-35.1 20-48s29.9-20 48-20 35.1 7.1 48 20 20 29.9 20 48c0 7.7 6.3 14 14 14s14-6.3 14-14c0-53.2-43.9-96.7-97.3-96-52.7.7-94.7 44.5-94.7 97.3V192h-24c-22 0-40 18-40 40v192c0 22 18 40 40 40h240c22 0 40-18 40-40V232c0-22-18-40-40-40zM270 316.8v68.8c0 7.5-5.8 14-13.3 14.4-8 .4-14.7-6-14.7-14v-69.2c-11.5-5.6-19.1-17.8-17.9-31.7 1.4-15.5 14.1-27.9 29.6-29 18.7-1.3 34.3 13.5 34.3 31.9 0 12.7-7.3 23.6-18 28.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376 192H188v-48c0-18.1 7.1-35.1 20-48s29.9-20 48-20 35.1 7.1 48 20 20 29.9 20 48c0 7.7 6.3 14 14 14s14-6.3 14-14c0-53.2-43.9-96.7-97.3-96-52.7.7-94.7 44.5-94.7 97.3V192h-24c-22 0-40 18-40 40v192c0 22 18 40 40 40h240c22 0 40-18 40-40V232c0-22-18-40-40-40zM270 316.8v68.8c0 7.5-5.8 14-13.3 14.4-8 .4-14.7-6-14.7-14v-69.2c-11.5-5.6-19.1-17.8-17.9-31.7 1.4-15.5 14.1-27.9 29.6-29 18.7-1.3 34.3 13.5 34.3 31.9 0 12.7-7.3 23.6-18 28.8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-unlock {
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%20512%20512%22%3E%3Cpath%20d%3D%22M376%20192H188v-48c0-18.1%207.1-35.1%2020-48s29.9-20%2048-20%2035.1%207.1%2048%2020%2020%2029.9%2020%2048c0%207.7%206.3%2014%2014%2014s14-6.3%2014-14c0-53.2-43.9-96.7-97.3-96-52.7.7-94.7%2044.5-94.7%2097.3V192h-24c-22%200-40%2018-40%2040v192c0%2022%2018%2040%2040%2040h240c22%200%2040-18%2040-40V232c0-22-18-40-40-40zM270%20316.8v68.8c0%207.5-5.8%2014-13.3%2014.4-8%20.4-14.7-6-14.7-14v-69.2c-11.5-5.6-19.1-17.8-17.9-31.7%201.4-15.5%2014.1-27.9%2029.6-29%2018.7-1.3%2034.3%2013.5%2034.3%2031.9%200%2012.7-7.3%2023.6-18%2028.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M376%20192H188v-48c0-18.1%207.1-35.1%2020-48s29.9-20%2048-20%2035.1%207.1%2048%2020%2020%2029.9%2020%2048c0%207.7%206.3%2014%2014%2014s14-6.3%2014-14c0-53.2-43.9-96.7-97.3-96-52.7.7-94.7%2044.5-94.7%2097.3V192h-24c-22%200-40%2018-40%2040v192c0%2022%2018%2040%2040%2040h240c22%200%2040-18%2040-40V232c0-22-18-40-40-40zM270%20316.8v68.8c0%207.5-5.8%2014-13.3%2014.4-8%20.4-14.7-6-14.7-14v-69.2c-11.5-5.6-19.1-17.8-17.9-31.7%201.4-15.5%2014.1-27.9%2029.6-29%2018.7-1.3%2034.3%2013.5%2034.3%2031.9%200%2012.7-7.3%2023.6-18%2028.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-unlock.svg?color=%231a73e8&size=48