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

Name
cached-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
cached-outline-rounded

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-.9.9Q2.825 13 2.4 13t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V12q0 2.5 1.763 4.25T12.05 18q.4 0 .788-.05t.762-.175q.425-.125.8.025t.575.525q.2.4.038.787t-.588.513q-.575.2-1.175.288t-1.2.087m-.1-14q-.4 0-.787.05t-.763.175q-.425.125-.812-.025T9 5.675t-.038-.762t.563-.513q.6-.2 1.2-.3T11.95 4q3.35 0 5.7 2.325T20 12v.175l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V12q0-2.5-1.763-4.25T11.95 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCachedRounded(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-.9.9Q2.825 13 2.4 13t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V12q0 2.5 1.763 4.25T12.05 18q.4 0 .788-.05t.762-.175q.425-.125.8.025t.575.525q.2.4.038.787t-.588.513q-.575.2-1.175.288t-1.2.087m-.1-14q-.4 0-.787.05t-.763.175q-.425.125-.812-.025T9 5.675t-.038-.762t.563-.513q.6-.2 1.2-.3T11.95 4q3.35 0 5.7 2.325T20 12v.175l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V12q0-2.5-1.763-4.25T11.95 6"/></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-.9.9Q2.825 13 2.4 13t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V12q0 2.5 1.763 4.25T12.05 18q.4 0 .788-.05t.762-.175q.425-.125.8.025t.575.525q.2.4.038.787t-.588.513q-.575.2-1.175.288t-1.2.087m-.1-14q-.4 0-.787.05t-.763.175q-.425.125-.812-.025T9 5.675t-.038-.762t.563-.513q.6-.2 1.2-.3T11.95 4q3.35 0 5.7 2.325T20 12v.175l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V12q0-2.5-1.763-4.25T11.95 6"/></svg>
</template>

CSS

.icon-cached-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%22M12.05%2020q-3.35%200-5.7-2.325T4%2012v-.175l-.9.9Q2.825%2013%202.4%2013t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V12q0%202.5%201.763%204.25T12.05%2018q.4%200%20.788-.05t.762-.175q.425-.125.8.025t.575.525q.2.4.038.787t-.588.513q-.575.2-1.175.288t-1.2.087m-.1-14q-.4%200-.787.05t-.763.175q-.425.125-.812-.025T9%205.675t-.038-.762t.563-.513q.6-.2%201.2-.3T11.95%204q3.35%200%205.7%202.325T20%2012v.175l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V12q0-2.5-1.763-4.25T11.95%206%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-.9.9Q2.825%2013%202.4%2013t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V12q0%202.5%201.763%204.25T12.05%2018q.4%200%20.788-.05t.762-.175q.425-.125.8.025t.575.525q.2.4.038.787t-.588.513q-.575.2-1.175.288t-1.2.087m-.1-14q-.4%200-.787.05t-.763.175q-.425.125-.812-.025T9%205.675t-.038-.762t.563-.513q.6-.2%201.2-.3T11.95%204q3.35%200%205.7%202.325T20%2012v.175l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9V12q0-2.5-1.763-4.25T11.95%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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