frame-reload-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
frame-reload-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
frame-reload-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the frame reload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17q-1.425 0-2.6-.712t-1.825-1.913q-.175-.3-.062-.638t.437-.462q.275-.125.55 0t.425.4Q9.375 14.5 10.2 15t1.8.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5q-.7 0-1.325.25T9.55 9.5h.7q.325 0 .538.213t.212.537t-.213.538t-.537.212H8q-.425 0-.712-.288T7 10V7.75q0-.325.213-.537T7.75 7t.538.213t.212.537v.675q.725-.675 1.625-1.05T12 7q2.075 0 3.538 1.463T17 12t-1.463 3.538T12 17m-7 4q-.825 0-1.412-.587T3 19v-3q0-.425.288-.712T4 15t.713.288T5 16v3h3q.425 0 .713.288T9 20t-.288.713T8 21zm14 0h-3q-.425 0-.712-.288T15 20t.288-.712T16 19h3v-3q0-.425.288-.712T20 15t.713.288T21 16v3q0 .825-.587 1.413T19 21M3 8V5q0-.825.588-1.412T5 3h3q.425 0 .713.288T9 4t-.288.713T8 5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8m16 0V5h-3q-.425 0-.712-.288T15 4t.288-.712T16 3h3q.825 0 1.413.588T21 5v3q0 .425-.288.713T20 9t-.712-.288T19 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFrameReloadRounded(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 17q-1.425 0-2.6-.712t-1.825-1.913q-.175-.3-.062-.638t.437-.462q.275-.125.55 0t.425.4Q9.375 14.5 10.2 15t1.8.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5q-.7 0-1.325.25T9.55 9.5h.7q.325 0 .538.213t.212.537t-.213.538t-.537.212H8q-.425 0-.712-.288T7 10V7.75q0-.325.213-.537T7.75 7t.538.213t.212.537v.675q.725-.675 1.625-1.05T12 7q2.075 0 3.538 1.463T17 12t-1.463 3.538T12 17m-7 4q-.825 0-1.412-.587T3 19v-3q0-.425.288-.712T4 15t.713.288T5 16v3h3q.425 0 .713.288T9 20t-.288.713T8 21zm14 0h-3q-.425 0-.712-.288T15 20t.288-.712T16 19h3v-3q0-.425.288-.712T20 15t.713.288T21 16v3q0 .825-.587 1.413T19 21M3 8V5q0-.825.588-1.412T5 3h3q.425 0 .713.288T9 4t-.288.713T8 5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8m16 0V5h-3q-.425 0-.712-.288T15 4t.288-.712T16 3h3q.825 0 1.413.588T21 5v3q0 .425-.288.713T20 9t-.712-.288T19 8"/></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 17q-1.425 0-2.6-.712t-1.825-1.913q-.175-.3-.062-.638t.437-.462q.275-.125.55 0t.425.4Q9.375 14.5 10.2 15t1.8.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5q-.7 0-1.325.25T9.55 9.5h.7q.325 0 .538.213t.212.537t-.213.538t-.537.212H8q-.425 0-.712-.288T7 10V7.75q0-.325.213-.537T7.75 7t.538.213t.212.537v.675q.725-.675 1.625-1.05T12 7q2.075 0 3.538 1.463T17 12t-1.463 3.538T12 17m-7 4q-.825 0-1.412-.587T3 19v-3q0-.425.288-.712T4 15t.713.288T5 16v3h3q.425 0 .713.288T9 20t-.288.713T8 21zm14 0h-3q-.425 0-.712-.288T15 20t.288-.712T16 19h3v-3q0-.425.288-.712T20 15t.713.288T21 16v3q0 .825-.587 1.413T19 21M3 8V5q0-.825.588-1.412T5 3h3q.425 0 .713.288T9 4t-.288.713T8 5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8m16 0V5h-3q-.425 0-.712-.288T15 4t.288-.712T16 3h3q.825 0 1.413.588T21 5v3q0 .425-.288.713T20 9t-.712-.288T19 8"/></svg>
</template>

CSS

.icon-frame-reload-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%2017q-1.425%200-2.6-.712t-1.825-1.913q-.175-.3-.062-.638t.437-.462q.275-.125.55%200t.425.4Q9.375%2014.5%2010.2%2015t1.8.5q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5q-.7%200-1.325.25T9.55%209.5h.7q.325%200%20.538.213t.212.537t-.213.538t-.537.212H8q-.425%200-.712-.288T7%2010V7.75q0-.325.213-.537T7.75%207t.538.213t.212.537v.675q.725-.675%201.625-1.05T12%207q2.075%200%203.538%201.463T17%2012t-1.463%203.538T12%2017m-7%204q-.825%200-1.412-.587T3%2019v-3q0-.425.288-.712T4%2015t.713.288T5%2016v3h3q.425%200%20.713.288T9%2020t-.288.713T8%2021zm14%200h-3q-.425%200-.712-.288T15%2020t.288-.712T16%2019h3v-3q0-.425.288-.712T20%2015t.713.288T21%2016v3q0%20.825-.587%201.413T19%2021M3%208V5q0-.825.588-1.412T5%203h3q.425%200%20.713.288T9%204t-.288.713T8%205H5v3q0%20.425-.288.713T4%209t-.712-.288T3%208m16%200V5h-3q-.425%200-.712-.288T15%204t.288-.712T16%203h3q.825%200%201.413.588T21%205v3q0%20.425-.288.713T20%209t-.712-.288T19%208%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%2017q-1.425%200-2.6-.712t-1.825-1.913q-.175-.3-.062-.638t.437-.462q.275-.125.55%200t.425.4Q9.375%2014.5%2010.2%2015t1.8.5q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5q-.7%200-1.325.25T9.55%209.5h.7q.325%200%20.538.213t.212.537t-.213.538t-.537.212H8q-.425%200-.712-.288T7%2010V7.75q0-.325.213-.537T7.75%207t.538.213t.212.537v.675q.725-.675%201.625-1.05T12%207q2.075%200%203.538%201.463T17%2012t-1.463%203.538T12%2017m-7%204q-.825%200-1.412-.587T3%2019v-3q0-.425.288-.712T4%2015t.713.288T5%2016v3h3q.425%200%20.713.288T9%2020t-.288.713T8%2021zm14%200h-3q-.425%200-.712-.288T15%2020t.288-.712T16%2019h3v-3q0-.425.288-.712T20%2015t.713.288T21%2016v3q0%20.825-.587%201.413T19%2021M3%208V5q0-.825.588-1.412T5%203h3q.425%200%20.713.288T9%204t-.288.713T8%205H5v3q0%20.425-.288.713T4%209t-.712-.288T3%208m16%200V5h-3q-.425%200-.712-.288T15%204t.288-.712T16%203h3q.825%200%201.413.588T21%205v3q0%20.425-.288.713T20%209t-.712-.288T19%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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