Remember Me icon

Remember Me is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

remember_me_outlined_fill0_wght400.svg

Remember Me icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=remember_me" />

<span class="material-symbols-outlined">remember_me</span>

Remember Me icon in React

// With the font from the HTML tab:
export function RememberMeIcon() {
  return (
    <span className="material-symbols-outlined">
      remember_me
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import RememberMeIcon from "@material-symbols/svg-400/outlined/remember_me.svg?react";

Remember Me icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">remember_me</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import RememberMeIcon from "@material-symbols/svg-400/outlined/remember_me.svg?component"; -->

Remember Me icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">remember_me</mat-icon>

Remember Me icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.remember_me, fill: 0, weight: 400)

Remember Me icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/remember_me.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.5 23q-.619 0-1.059-.441Q5 22.119 5 21.5v-19q0-.619 .441-1.059Q5.881 1 6.5 1h11q.619 0 1.06 .441Q19 1.881 19 2.5v19q0 .619-.44 1.059Q18.119 23 17.5 23H6.5Zm0-2.25v.75h11v-.75H6.5Zm0-17.5h11v-.75H6.5v.75Zm5.5 13.25q-1.488 0-2.894 .45T6.5 18.125v1.125h11v-1.125q-1.2-.725-2.606-1.175-1.405-.45-2.894-.45Zm0-1.5q1.5 0 2.888 .388T17.5 16.45v-11.7H6.5v11.7q1.25-.675 2.625-1.062T12 15Zm2.075-2.419q.85-.844 .85-2.05Q14.925 9.325 14.081 8.475q-.844-.85-2.05-.85Q10.825 7.625 9.975 8.469q-.85 .844-.85 2.05Q9.125 11.725 9.969 12.575q.844 .85 2.05 .85Q13.225 13.425 14.075 12.581ZM11.038 11.513Q10.625 11.1 10.625 10.525t.413-.987Q11.45 9.125 12.025 9.125t.988 .413Q13.425 9.95 13.425 10.525t-.412 .988Q12.6 11.925 12.025 11.925t-.987-.412ZM12 19.25h5.5-11 5.5Zm.025-8.725Zm-.025-7.275Zm0 17.5Z" />
</vector>

Remember Me icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/remember_me.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/remember_me.svg" width="24" height="24" alt="Remember Me">

Remember Me icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameRemember Me
Ligatureremember_me
Code pointU+F051
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/remember_me.svg, remember_me-fill.svg
FlutterSymbols.remember_me
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaremobilesettingshumanpersonphonepeopleselectprofileusertoggleaccount

Related icons