ios unlocked icon
ios-unlocked from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-unlocked
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
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 unlocked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 304c-8.822 0-16 7.178-16 16s7.178 16 16 16 16-7.178 16-16-7.178-16-16-16z" fill="currentColor"/><path d="M168 224v-72c0-48.523 39.484-88 88.016-88C304.531 64 344 103.477 344 152v8h16v-8c0-57.43-46.562-104-103.984-104C198.562 48 152 94.57 152 152v72H96v240h320V224H168zm96 126.992V384h-16v-33.008c-13.802-3.553-24-16.082-24-30.992 0-17.673 14.327-32 32-32s32 14.327 32 32c0 14.91-10.198 27.439-24 30.992z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosUnlocked(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 304c-8.822 0-16 7.178-16 16s7.178 16 16 16 16-7.178 16-16-7.178-16-16-16z" fill="currentColor"/><path d="M168 224v-72c0-48.523 39.484-88 88.016-88C304.531 64 344 103.477 344 152v8h16v-8c0-57.43-46.562-104-103.984-104C198.562 48 152 94.57 152 152v72H96v240h320V224H168zm96 126.992V384h-16v-33.008c-13.802-3.553-24-16.082-24-30.992 0-17.673 14.327-32 32-32s32 14.327 32 32c0 14.91-10.198 27.439-24 30.992z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 304c-8.822 0-16 7.178-16 16s7.178 16 16 16 16-7.178 16-16-7.178-16-16-16z" fill="currentColor"/><path d="M168 224v-72c0-48.523 39.484-88 88.016-88C304.531 64 344 103.477 344 152v8h16v-8c0-57.43-46.562-104-103.984-104C198.562 48 152 94.57 152 152v72H96v240h320V224H168zm96 126.992V384h-16v-33.008c-13.802-3.553-24-16.082-24-30.992 0-17.673 14.327-32 32-32s32 14.327 32 32c0 14.91-10.198 27.439-24 30.992z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-unlocked {
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%22M256%20304c-8.822%200-16%207.178-16%2016s7.178%2016%2016%2016%2016-7.178%2016-16-7.178-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M168%20224v-72c0-48.523%2039.484-88%2088.016-88C304.531%2064%20344%20103.477%20344%20152v8h16v-8c0-57.43-46.562-104-103.984-104C198.562%2048%20152%2094.57%20152%20152v72H96v240h320V224H168zm96%20126.992V384h-16v-33.008c-13.802-3.553-24-16.082-24-30.992%200-17.673%2014.327-32%2032-32s32%2014.327%2032%2032c0%2014.91-10.198%2027.439-24%2030.992z%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%22M256%20304c-8.822%200-16%207.178-16%2016s7.178%2016%2016%2016%2016-7.178%2016-16-7.178-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M168%20224v-72c0-48.523%2039.484-88%2088.016-88C304.531%2064%20344%20103.477%20344%20152v8h16v-8c0-57.43-46.562-104-103.984-104C198.562%2048%20152%2094.57%20152%20152v72H96v240h320V224H168zm96%20126.992V384h-16v-33.008c-13.802-3.553-24-16.082-24-30.992%200-17.673%2014.327-32%2032-32s32%2014.327%2032%2032c0%2014.91-10.198%2027.439-24%2030.992z%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-unlocked.svg?color=%231a73e8&size=48