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

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

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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 19.5q-3.139 0-5.344-2.19T4.5 12v-1.386l-1.746 1.745q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.389-2.388Q4.677 9.02 5 9.02t.566.242l2.388 2.389q.14.14.15.344t-.15.364t-.354.16t-.354-.16L5.5 10.614V12q0 2.712 1.907 4.606T12.05 18.5q.477 0 .96-.07q.484-.068.956-.232q.213-.067.405.016q.192.082.277.265q.085.188-.001.383q-.085.196-.299.263q-.556.2-1.136.287t-1.162.088m-.1-14q-.477 0-.96.07q-.484.068-.955.232q-.214.067-.409-.015t-.28-.266q-.084-.182-.008-.378t.283-.262q.562-.2 1.152-.29q.59-.091 1.177-.091q3.139 0 5.344 2.19T19.5 12v1.387l1.746-1.747q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-2.389 2.388q-.242.243-.565.243t-.565-.242l-2.389-2.389q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.746 1.747V12q0-2.711-1.907-4.606T11.95 5.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCachedRounded(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 19.5q-3.139 0-5.344-2.19T4.5 12v-1.386l-1.746 1.745q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.389-2.388Q4.677 9.02 5 9.02t.566.242l2.388 2.389q.14.14.15.344t-.15.364t-.354.16t-.354-.16L5.5 10.614V12q0 2.712 1.907 4.606T12.05 18.5q.477 0 .96-.07q.484-.068.956-.232q.213-.067.405.016q.192.082.277.265q.085.188-.001.383q-.085.196-.299.263q-.556.2-1.136.287t-1.162.088m-.1-14q-.477 0-.96.07q-.484.068-.955.232q-.214.067-.409-.015t-.28-.266q-.084-.182-.008-.378t.283-.262q.562-.2 1.152-.29q.59-.091 1.177-.091q3.139 0 5.344 2.19T19.5 12v1.387l1.746-1.747q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-2.389 2.388q-.242.243-.565.243t-.565-.242l-2.389-2.389q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.746 1.747V12q0-2.711-1.907-4.606T11.95 5.5"/></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 19.5q-3.139 0-5.344-2.19T4.5 12v-1.386l-1.746 1.745q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.389-2.388Q4.677 9.02 5 9.02t.566.242l2.388 2.389q.14.14.15.344t-.15.364t-.354.16t-.354-.16L5.5 10.614V12q0 2.712 1.907 4.606T12.05 18.5q.477 0 .96-.07q.484-.068.956-.232q.213-.067.405.016q.192.082.277.265q.085.188-.001.383q-.085.196-.299.263q-.556.2-1.136.287t-1.162.088m-.1-14q-.477 0-.96.07q-.484.068-.955.232q-.214.067-.409-.015t-.28-.266q-.084-.182-.008-.378t.283-.262q.562-.2 1.152-.29q.59-.091 1.177-.091q3.139 0 5.344 2.19T19.5 12v1.387l1.746-1.747q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-2.389 2.388q-.242.243-.565.243t-.565-.242l-2.389-2.389q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.746 1.747V12q0-2.711-1.907-4.606T11.95 5.5"/></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%2019.5q-3.139%200-5.344-2.19T4.5%2012v-1.386l-1.746%201.745q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.389-2.388Q4.677%209.02%205%209.02t.566.242l2.388%202.389q.14.14.15.344t-.15.364t-.354.16t-.354-.16L5.5%2010.614V12q0%202.712%201.907%204.606T12.05%2018.5q.477%200%20.96-.07q.484-.068.956-.232q.213-.067.405.016q.192.082.277.265q.085.188-.001.383q-.085.196-.299.263q-.556.2-1.136.287t-1.162.088m-.1-14q-.477%200-.96.07q-.484.068-.955.232q-.214.067-.409-.015t-.28-.266q-.084-.182-.008-.378t.283-.262q.562-.2%201.152-.29q.59-.091%201.177-.091q3.139%200%205.344%202.19T19.5%2012v1.387l1.746-1.747q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-2.389%202.388q-.242.243-.565.243t-.565-.242l-2.389-2.389q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.746%201.747V12q0-2.711-1.907-4.606T11.95%205.5%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%2019.5q-3.139%200-5.344-2.19T4.5%2012v-1.386l-1.746%201.745q-.14.141-.344.15t-.364-.15t-.16-.353t.16-.354l2.389-2.388Q4.677%209.02%205%209.02t.566.242l2.388%202.389q.14.14.15.344t-.15.364t-.354.16t-.354-.16L5.5%2010.614V12q0%202.712%201.907%204.606T12.05%2018.5q.477%200%20.96-.07q.484-.068.956-.232q.213-.067.405.016q.192.082.277.265q.085.188-.001.383q-.085.196-.299.263q-.556.2-1.136.287t-1.162.088m-.1-14q-.477%200-.96.07q-.484.068-.955.232q-.214.067-.409-.015t-.28-.266q-.084-.182-.008-.378t.283-.262q.562-.2%201.152-.29q.59-.091%201.177-.091q3.139%200%205.344%202.19T19.5%2012v1.387l1.746-1.747q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-2.389%202.388q-.242.243-.565.243t-.565-.242l-2.389-2.389q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l1.746%201.747V12q0-2.711-1.907-4.606T11.95%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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