cached from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
cached
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
cached-outline, cached-outline-sharp, cached-sharp

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the cached icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.05 20q-3.35 0-5.7-2.325T4 12v-.175l-1.6 1.6l-1.4-1.4l4-4l4 4l-1.4 1.4l-1.6-1.6V12q0 2.5 1.763 4.25T12.05 18q.65 0 1.275-.15t1.225-.45l1.5 1.5q-.95.55-1.95.825T12.05 20M19 15.975l-4-4l1.4-1.4l1.6 1.6V12q0-2.5-1.763-4.25T11.95 6q-.65 0-1.275.15T9.45 6.6l-1.5-1.5q.95-.55 1.95-.825T11.95 4q3.35 0 5.7 2.325T20 12v.175l1.6-1.6l1.4 1.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCached(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="M12.05 20q-3.35 0-5.7-2.325T4 12v-.175l-1.6 1.6l-1.4-1.4l4-4l4 4l-1.4 1.4l-1.6-1.6V12q0 2.5 1.763 4.25T12.05 18q.65 0 1.275-.15t1.225-.45l1.5 1.5q-.95.55-1.95.825T12.05 20M19 15.975l-4-4l1.4-1.4l1.6 1.6V12q0-2.5-1.763-4.25T11.95 6q-.65 0-1.275.15T9.45 6.6l-1.5-1.5q.95-.55 1.95-.825T11.95 4q3.35 0 5.7 2.325T20 12v.175l1.6-1.6l1.4 1.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.05 20q-3.35 0-5.7-2.325T4 12v-.175l-1.6 1.6l-1.4-1.4l4-4l4 4l-1.4 1.4l-1.6-1.6V12q0 2.5 1.763 4.25T12.05 18q.65 0 1.275-.15t1.225-.45l1.5 1.5q-.95.55-1.95.825T12.05 20M19 15.975l-4-4l1.4-1.4l1.6 1.6V12q0-2.5-1.763-4.25T11.95 6q-.65 0-1.275.15T9.45 6.6l-1.5-1.5q.95-.55 1.95-.825T11.95 4q3.35 0 5.7 2.325T20 12v.175l1.6-1.6l1.4 1.4z"/></svg>
</template>

CSS

.icon-cached {
  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%22M12.05%2020q-3.35%200-5.7-2.325T4%2012v-.175l-1.6%201.6l-1.4-1.4l4-4l4%204l-1.4%201.4l-1.6-1.6V12q0%202.5%201.763%204.25T12.05%2018q.65%200%201.275-.15t1.225-.45l1.5%201.5q-.95.55-1.95.825T12.05%2020M19%2015.975l-4-4l1.4-1.4l1.6%201.6V12q0-2.5-1.763-4.25T11.95%206q-.65%200-1.275.15T9.45%206.6l-1.5-1.5q.95-.55%201.95-.825T11.95%204q3.35%200%205.7%202.325T20%2012v.175l1.6-1.6l1.4%201.4z%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%22M12.05%2020q-3.35%200-5.7-2.325T4%2012v-.175l-1.6%201.6l-1.4-1.4l4-4l4%204l-1.4%201.4l-1.6-1.6V12q0%202.5%201.763%204.25T12.05%2018q.65%200%201.275-.15t1.225-.45l1.5%201.5q-.95.55-1.95.825T12.05%2020M19%2015.975l-4-4l1.4-1.4l1.6%201.6V12q0-2.5-1.763-4.25T11.95%206q-.65%200-1.275.15T9.45%206.6l-1.5-1.5q.95-.55%201.95-.825T11.95%204q3.35%200%205.7%202.325T20%2012v.175l1.6-1.6l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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