keep-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
keep-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the keep icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 5v7l1.7 1.7q.15.15.225.338t.075.387V15q0 .425-.288.712T17 16h-4v5.85q0 .425-.288.713T12 22.85t-.712-.288T11 21.85V16H7q-.425 0-.712-.288T6 15v-.575q0-.2.075-.387T6.3 13.7L8 12V5q-.425 0-.712-.288T7 4t.288-.712T8 3h8q.425 0 .713.288T17 4t-.288.713T16 5m-7.15 9h6.3L14 12.85V5h-4v7.85zM12 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeepOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 5v7l1.7 1.7q.15.15.225.338t.075.387V15q0 .425-.288.712T17 16h-4v5.85q0 .425-.288.713T12 22.85t-.712-.288T11 21.85V16H7q-.425 0-.712-.288T6 15v-.575q0-.2.075-.387T6.3 13.7L8 12V5q-.425 0-.712-.288T7 4t.288-.712T8 3h8q.425 0 .713.288T17 4t-.288.713T16 5m-7.15 9h6.3L14 12.85V5h-4v7.85zM12 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 5v7l1.7 1.7q.15.15.225.338t.075.387V15q0 .425-.288.712T17 16h-4v5.85q0 .425-.288.713T12 22.85t-.712-.288T11 21.85V16H7q-.425 0-.712-.288T6 15v-.575q0-.2.075-.387T6.3 13.7L8 12V5q-.425 0-.712-.288T7 4t.288-.712T8 3h8q.425 0 .713.288T17 4t-.288.713T16 5m-7.15 9h6.3L14 12.85V5h-4v7.85zM12 14"/></svg>
</template>

CSS

.icon-keep-outline-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205v7l1.7%201.7q.15.15.225.338t.075.387V15q0%20.425-.288.712T17%2016h-4v5.85q0%20.425-.288.713T12%2022.85t-.712-.288T11%2021.85V16H7q-.425%200-.712-.288T6%2015v-.575q0-.2.075-.387T6.3%2013.7L8%2012V5q-.425%200-.712-.288T7%204t.288-.712T8%203h8q.425%200%20.713.288T17%204t-.288.713T16%205m-7.15%209h6.3L14%2012.85V5h-4v7.85zM12%2014%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205v7l1.7%201.7q.15.15.225.338t.075.387V15q0%20.425-.288.712T17%2016h-4v5.85q0%20.425-.288.713T12%2022.85t-.712-.288T11%2021.85V16H7q-.425%200-.712-.288T6%2015v-.575q0-.2.075-.387T6.3%2013.7L8%2012V5q-.425%200-.712-.288T7%204t.288-.712T8%203h8q.425%200%20.713.288T17%204t-.288.713T16%205m-7.15%209h6.3L14%2012.85V5h-4v7.85zM12%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/keep-outline-rounded.svg?color=%231a73e8&size=48