round browser updated icon

round-browser-updated from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
round-browser-updated
Set
Google Material Icons
Style
Baseline
Category
Hardware
Viewbox
24×24
License
Apache 2.0

More hardware icons from Google Material Icons

Use the round browser updated icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 3c.55 0 1 .45 1 1v6h1.59c.89 0 1.34 1.08.71 1.71l-2.59 2.59a.996.996 0 0 1-1.41 0l-2.59-2.59c-.63-.63-.19-1.71.7-1.71H14V4c0-.55.45-1 1-1M6 19.59c0 .78.63 1.41 1.41 1.41h9.17c.78 0 1.41-.63 1.41-1.41c0-.72-.44-1.03-1-1.59h3c1.1 0 2-.9 2-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H4V5h7c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3c-.55.55-1 .87-1 1.59"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBrowserUpdated(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="M15 3c.55 0 1 .45 1 1v6h1.59c.89 0 1.34 1.08.71 1.71l-2.59 2.59a.996.996 0 0 1-1.41 0l-2.59-2.59c-.63-.63-.19-1.71.7-1.71H14V4c0-.55.45-1 1-1M6 19.59c0 .78.63 1.41 1.41 1.41h9.17c.78 0 1.41-.63 1.41-1.41c0-.72-.44-1.03-1-1.59h3c1.1 0 2-.9 2-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H4V5h7c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3c-.55.55-1 .87-1 1.59"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 3c.55 0 1 .45 1 1v6h1.59c.89 0 1.34 1.08.71 1.71l-2.59 2.59a.996.996 0 0 1-1.41 0l-2.59-2.59c-.63-.63-.19-1.71.7-1.71H14V4c0-.55.45-1 1-1M6 19.59c0 .78.63 1.41 1.41 1.41h9.17c.78 0 1.41-.63 1.41-1.41c0-.72-.44-1.03-1-1.59h3c1.1 0 2-.9 2-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H4V5h7c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3c-.55.55-1 .87-1 1.59"/></svg>
</template>

CSS

.icon-round-browser-updated {
  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%22M15%203c.55%200%201%20.45%201%201v6h1.59c.89%200%201.34%201.08.71%201.71l-2.59%202.59a.996.996%200%200%201-1.41%200l-2.59-2.59c-.63-.63-.19-1.71.7-1.71H14V4c0-.55.45-1%201-1M6%2019.59c0%20.78.63%201.41%201.41%201.41h9.17c.78%200%201.41-.63%201.41-1.41c0-.72-.44-1.03-1-1.59h3c1.1%200%202-.9%202-2v-2c0-.55-.45-1-1-1s-1%20.45-1%201v2H4V5h7c.55%200%201-.45%201-1s-.45-1-1-1H4c-1.1%200-2%20.9-2%202v11c0%201.1.9%202%202%202h3c-.55.55-1%20.87-1%201.59%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%22M15%203c.55%200%201%20.45%201%201v6h1.59c.89%200%201.34%201.08.71%201.71l-2.59%202.59a.996.996%200%200%201-1.41%200l-2.59-2.59c-.63-.63-.19-1.71.7-1.71H14V4c0-.55.45-1%201-1M6%2019.59c0%20.78.63%201.41%201.41%201.41h9.17c.78%200%201.41-.63%201.41-1.41c0-.72-.44-1.03-1-1.59h3c1.1%200%202-.9%202-2v-2c0-.55-.45-1-1-1s-1%20.45-1%201v2H4V5h7c.55%200%201-.45%201-1s-.45-1-1-1H4c-1.1%200-2%20.9-2%202v11c0%201.1.9%202%202%202h3c-.55.55-1%20.87-1%201.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-browser-updated.svg?color=%231a73e8&size=48