shield-refresh from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
shield-refresh
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the shield refresh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12c1 0 2 .2 2.9.7c.1-.6.1-1.1.1-1.7V5l-9-4l-9 4v6c0 5.5 3.8 10.7 9 12c.4-.1.7-.2 1-.3c-1-1.2-1.5-2.7-1.5-4.2c0-3.6 2.9-6.5 6.5-6.5m0 2.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5c-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg>

React

import type { SVGProps } from "react";

export function MdiShieldRefresh(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="M18 12c1 0 2 .2 2.9.7c.1-.6.1-1.1.1-1.7V5l-9-4l-9 4v6c0 5.5 3.8 10.7 9 12c.4-.1.7-.2 1-.3c-1-1.2-1.5-2.7-1.5-4.2c0-3.6 2.9-6.5 6.5-6.5m0 2.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5c-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12c1 0 2 .2 2.9.7c.1-.6.1-1.1.1-1.7V5l-9-4l-9 4v6c0 5.5 3.8 10.7 9 12c.4-.1.7-.2 1-.3c-1-1.2-1.5-2.7-1.5-4.2c0-3.6 2.9-6.5 6.5-6.5m0 2.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5c-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg>
</template>

CSS

.icon-shield-refresh {
  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%22M18%2012c1%200%202%20.2%202.9.7c.1-.6.1-1.1.1-1.7V5l-9-4l-9%204v6c0%205.5%203.8%2010.7%209%2012c.4-.1.7-.2%201-.3c-1-1.2-1.5-2.7-1.5-4.2c0-3.6%202.9-6.5%206.5-6.5m0%202.5c1.1%200%202.1.4%202.8%201.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4%200-2.5%201.1-2.5%202.5S16.6%2021%2018%2021c.8%200%201.5-.4%202-1h1.7c-.6%201.5-2%202.5-3.7%202.5c-2.2%200-4-1.8-4-4s1.8-4%204-4%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%22M18%2012c1%200%202%20.2%202.9.7c.1-.6.1-1.1.1-1.7V5l-9-4l-9%204v6c0%205.5%203.8%2010.7%209%2012c.4-.1.7-.2%201-.3c-1-1.2-1.5-2.7-1.5-4.2c0-3.6%202.9-6.5%206.5-6.5m0%202.5c1.1%200%202.1.4%202.8%201.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4%200-2.5%201.1-2.5%202.5S16.6%2021%2018%2021c.8%200%201.5-.4%202-1h1.7c-.6%201.5-2%202.5-3.7%202.5c-2.2%200-4-1.8-4-4s1.8-4%204-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shield-refresh.svg?color=%231a73e8&size=48