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

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

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the recenter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 18.825V22q0 .425-.288.713T12 23t-.712-.288T11 22v-3.175l-.4.4q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.7t.275-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1 2.1q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263zM5.175 13H2q-.425 0-.712-.288T1 12t.288-.712T2 11h3.175l-.4-.4q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.687.287T4.8 14.8q-.275-.275-.287-.687t.262-.713zm13.65 0l.4.4q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.1-2.1q-.3-.3-.3-.7t.3-.7l2.1-2.1q.275-.275.688-.287t.712.287q.275.275.288.688t-.263.712l-.4.4H22q.425 0 .713.288T23 12t-.288.713T22 13zM12 13.5q-.625 0-1.062-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5m-1-8.325V2q0-.425.288-.712T12 1t.713.288T13 2v3.175l.4-.4q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.1 2.1q-.3.3-.7.3t-.7-.3L9.2 6.2q-.275-.275-.287-.687T9.2 4.8q.275-.275.688-.287t.712.262z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRecenterRounded(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="M13 18.825V22q0 .425-.288.713T12 23t-.712-.288T11 22v-3.175l-.4.4q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.7t.275-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1 2.1q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263zM5.175 13H2q-.425 0-.712-.288T1 12t.288-.712T2 11h3.175l-.4-.4q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.687.287T4.8 14.8q-.275-.275-.287-.687t.262-.713zm13.65 0l.4.4q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.1-2.1q-.3-.3-.3-.7t.3-.7l2.1-2.1q.275-.275.688-.287t.712.287q.275.275.288.688t-.263.712l-.4.4H22q.425 0 .713.288T23 12t-.288.713T22 13zM12 13.5q-.625 0-1.062-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5m-1-8.325V2q0-.425.288-.712T12 1t.713.288T13 2v3.175l.4-.4q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.1 2.1q-.3.3-.7.3t-.7-.3L9.2 6.2q-.275-.275-.287-.687T9.2 4.8q.275-.275.688-.287t.712.262z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 18.825V22q0 .425-.288.713T12 23t-.712-.288T11 22v-3.175l-.4.4q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.7t.275-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1 2.1q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263zM5.175 13H2q-.425 0-.712-.288T1 12t.288-.712T2 11h3.175l-.4-.4q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.687.287T4.8 14.8q-.275-.275-.287-.687t.262-.713zm13.65 0l.4.4q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.1-2.1q-.3-.3-.3-.7t.3-.7l2.1-2.1q.275-.275.688-.287t.712.287q.275.275.288.688t-.263.712l-.4.4H22q.425 0 .713.288T23 12t-.288.713T22 13zM12 13.5q-.625 0-1.062-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5m-1-8.325V2q0-.425.288-.712T12 1t.713.288T13 2v3.175l.4-.4q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.1 2.1q-.3.3-.7.3t-.7-.3L9.2 6.2q-.275-.275-.287-.687T9.2 4.8q.275-.275.688-.287t.712.262z"/></svg>
</template>

CSS

.icon-recenter-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%22M13%2018.825V22q0%20.425-.288.713T12%2023t-.712-.288T11%2022v-3.175l-.4.4q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.7t.275-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1%202.1q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263zM5.175%2013H2q-.425%200-.712-.288T1%2012t.288-.712T2%2011h3.175l-.4-.4q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.687.287T4.8%2014.8q-.275-.275-.287-.687t.262-.713zm13.65%200l.4.4q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.1-2.1q-.3-.3-.3-.7t.3-.7l2.1-2.1q.275-.275.688-.287t.712.287q.275.275.288.688t-.263.712l-.4.4H22q.425%200%20.713.288T23%2012t-.288.713T22%2013zM12%2013.5q-.625%200-1.062-.437T10.5%2012t.438-1.062T12%2010.5t1.063.438T13.5%2012t-.437%201.063T12%2013.5m-1-8.325V2q0-.425.288-.712T12%201t.713.288T13%202v3.175l.4-.4q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.1%202.1q-.3.3-.7.3t-.7-.3L9.2%206.2q-.275-.275-.287-.687T9.2%204.8q.275-.275.688-.287t.712.262z%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%22M13%2018.825V22q0%20.425-.288.713T12%2023t-.712-.288T11%2022v-3.175l-.4.4q-.275.275-.687.275t-.713-.3q-.275-.275-.275-.7t.275-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1%202.1q.275.275.287.688t-.287.712q-.275.275-.687.288t-.713-.263zM5.175%2013H2q-.425%200-.712-.288T1%2012t.288-.712T2%2011h3.175l-.4-.4q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.687.287T4.8%2014.8q-.275-.275-.287-.687t.262-.713zm13.65%200l.4.4q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.1-2.1q-.3-.3-.3-.7t.3-.7l2.1-2.1q.275-.275.688-.287t.712.287q.275.275.288.688t-.263.712l-.4.4H22q.425%200%20.713.288T23%2012t-.288.713T22%2013zM12%2013.5q-.625%200-1.062-.437T10.5%2012t.438-1.062T12%2010.5t1.063.438T13.5%2012t-.437%201.063T12%2013.5m-1-8.325V2q0-.425.288-.712T12%201t.713.288T13%202v3.175l.4-.4q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.1%202.1q-.3.3-.7.3t-.7-.3L9.2%206.2q-.275-.275-.287-.687T9.2%204.8q.275-.275.688-.287t.712.262z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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