reset-focus-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
reset-focus-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the reset focus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.885 12.885v1.98q0 .192-.125.318q-.125.125-.317.125t-.317-.125t-.126-.317v-2.058q0-.339.235-.573q.234-.235.573-.235h2.058q.191 0 .317.125q.125.125.125.317t-.125.317t-.317.125zm0 7.23h1.98q.192 0 .318.126q.125.125.125.316t-.125.317t-.317.126h-2.058q-.339 0-.573-.234Q12 20.53 12 20.192v-2.057q0-.192.125-.317q.125-.126.317-.126t.317.126t.125.317zm7.23-7.23h-1.98q-.192 0-.317-.126q-.126-.125-.126-.316t.126-.317t.317-.126h2.057q.339 0 .574.235t.234.573v2.058q0 .191-.125.317q-.125.125-.316.125t-.318-.125t-.125-.317zm0 7.23v-1.98q0-.192.126-.317q.125-.126.316-.126t.317.126t.126.317v2.057q0 .339-.234.574t-.574.234h-2.057q-.192 0-.317-.125q-.126-.125-.126-.316t.126-.318t.317-.125zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.144-.356T9.501 15t.356.144t.143.356v3.692q0 .344-.232.576T9.192 20H5.5q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.665.626-3.119T6.34 6.34t2.54-1.714T12 4q2.562 0 4.56 1.418t2.886 3.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightResetFocusRounded(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.885 12.885v1.98q0 .192-.125.318q-.125.125-.317.125t-.317-.125t-.126-.317v-2.058q0-.339.235-.573q.234-.235.573-.235h2.058q.191 0 .317.125q.125.125.125.317t-.125.317t-.317.125zm0 7.23h1.98q.192 0 .318.126q.125.125.125.316t-.125.317t-.317.126h-2.058q-.339 0-.573-.234Q12 20.53 12 20.192v-2.057q0-.192.125-.317q.125-.126.317-.126t.317.126t.125.317zm7.23-7.23h-1.98q-.192 0-.317-.126q-.126-.125-.126-.316t.126-.317t.317-.126h2.057q.339 0 .574.235t.234.573v2.058q0 .191-.125.317q-.125.125-.316.125t-.318-.125t-.125-.317zm0 7.23v-1.98q0-.192.126-.317q.125-.126.316-.126t.317.126t.126.317v2.057q0 .339-.234.574t-.574.234h-2.057q-.192 0-.317-.125q-.126-.125-.126-.316t.126-.318t.317-.125zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.144-.356T9.501 15t.356.144t.143.356v3.692q0 .344-.232.576T9.192 20H5.5q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.665.626-3.119T6.34 6.34t2.54-1.714T12 4q2.562 0 4.56 1.418t2.886 3.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12 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.885 12.885v1.98q0 .192-.125.318q-.125.125-.317.125t-.317-.125t-.126-.317v-2.058q0-.339.235-.573q.234-.235.573-.235h2.058q.191 0 .317.125q.125.125.125.317t-.125.317t-.317.125zm0 7.23h1.98q.192 0 .318.126q.125.125.125.316t-.125.317t-.317.126h-2.058q-.339 0-.573-.234Q12 20.53 12 20.192v-2.057q0-.192.125-.317q.125-.126.317-.126t.317.126t.125.317zm7.23-7.23h-1.98q-.192 0-.317-.126q-.126-.125-.126-.316t.126-.317t.317-.126h2.057q.339 0 .574.235t.234.573v2.058q0 .191-.125.317q-.125.125-.316.125t-.318-.125t-.125-.317zm0 7.23v-1.98q0-.192.126-.317q.125-.126.316-.126t.317.126t.126.317v2.057q0 .339-.234.574t-.574.234h-2.057q-.192 0-.317-.125q-.126-.125-.126-.316t.126-.318t.317-.125zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.144-.356T9.501 15t.356.144t.143.356v3.692q0 .344-.232.576T9.192 20H5.5q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.665.626-3.119T6.34 6.34t2.54-1.714T12 4q2.562 0 4.56 1.418t2.886 3.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12 5"/></svg>
</template>

CSS

.icon-reset-focus-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.885%2012.885v1.98q0%20.192-.125.318q-.125.125-.317.125t-.317-.125t-.126-.317v-2.058q0-.339.235-.573q.234-.235.573-.235h2.058q.191%200%20.317.125q.125.125.125.317t-.125.317t-.317.125zm0%207.23h1.98q.192%200%20.318.126q.125.125.125.316t-.125.317t-.317.126h-2.058q-.339%200-.573-.234Q12%2020.53%2012%2020.192v-2.057q0-.192.125-.317q.125-.126.317-.126t.317.126t.125.317zm7.23-7.23h-1.98q-.192%200-.317-.126q-.126-.125-.126-.316t.126-.317t.317-.126h2.057q.339%200%20.574.235t.234.573v2.058q0%20.191-.125.317q-.125.125-.316.125t-.318-.125t-.125-.317zm0%207.23v-1.98q0-.192.126-.317q.125-.126.316-.126t.317.126t.126.317v2.057q0%20.339-.234.574t-.574.234h-2.057q-.192%200-.317-.125q-.126-.125-.126-.316t.126-.318t.317-.125zM12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15.5q0-.213.144-.356T9.501%2015t.356.144t.143.356v3.692q0%20.344-.232.576T9.192%2020H5.5q-.213%200-.356-.144T5%2019.499t.144-.356T5.5%2019h2.812q-1.916-1-3.114-2.851T4%2012q0-1.665.626-3.119T6.34%206.34t2.54-1.714T12%204q2.562%200%204.56%201.418t2.886%203.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12%205%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.885%2012.885v1.98q0%20.192-.125.318q-.125.125-.317.125t-.317-.125t-.126-.317v-2.058q0-.339.235-.573q.234-.235.573-.235h2.058q.191%200%20.317.125q.125.125.125.317t-.125.317t-.317.125zm0%207.23h1.98q.192%200%20.318.126q.125.125.125.316t-.125.317t-.317.126h-2.058q-.339%200-.573-.234Q12%2020.53%2012%2020.192v-2.057q0-.192.125-.317q.125-.126.317-.126t.317.126t.125.317zm7.23-7.23h-1.98q-.192%200-.317-.126q-.126-.125-.126-.316t.126-.317t.317-.126h2.057q.339%200%20.574.235t.234.573v2.058q0%20.191-.125.317q-.125.125-.316.125t-.318-.125t-.125-.317zm0%207.23v-1.98q0-.192.126-.317q.125-.126.316-.126t.317.126t.126.317v2.057q0%20.339-.234.574t-.574.234h-2.057q-.192%200-.317-.125q-.126-.125-.126-.316t.126-.318t.317-.125zM12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15.5q0-.213.144-.356T9.501%2015t.356.144t.143.356v3.692q0%20.344-.232.576T9.192%2020H5.5q-.213%200-.356-.144T5%2019.499t.144-.356T5.5%2019h2.812q-1.916-1-3.114-2.851T4%2012q0-1.665.626-3.119T6.34%206.34t2.54-1.714T12%204q2.562%200%204.56%201.418t2.886%203.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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