shield sync icon
shield-sync from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- shield-sync
- 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
shield-accountshield-account-variantshield-airplaneshield-alertshield-bugshield-carshield-checkshield-crossshield-crownshield-editshield-halfshield-half-fullshield-homeshield-keyshield-link-variantshield-lockshield-lock-openshield-moonshield-offshield-plusshield-refreshshield-removeshield-searchshield-star
Use the shield sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12a6.4 6.4 0 0 1 2.87.67A12 12 0 0 0 21 11V5l-9-4l-9 4v6c0 5.55 3.84 10.74 9 12c.35-.09.7-.2 1-.32a6.42 6.42 0 0 1-1.5-4.18A6.5 6.5 0 0 1 18 12m0 2.5V13l-2.25 2.25L18 17.5V16a2.5 2.5 0 0 1 2.24 3.62l1.09 1.09A4 4 0 0 0 18 14.5m0 6.5a2.5 2.5 0 0 1-2.24-3.62l-1.09-1.09A4 4 0 0 0 18 22.5V24l2.25-2.25L18 19.5Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiShieldSync(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 12a6.4 6.4 0 0 1 2.87.67A12 12 0 0 0 21 11V5l-9-4l-9 4v6c0 5.55 3.84 10.74 9 12c.35-.09.7-.2 1-.32a6.42 6.42 0 0 1-1.5-4.18A6.5 6.5 0 0 1 18 12m0 2.5V13l-2.25 2.25L18 17.5V16a2.5 2.5 0 0 1 2.24 3.62l1.09 1.09A4 4 0 0 0 18 14.5m0 6.5a2.5 2.5 0 0 1-2.24-3.62l-1.09-1.09A4 4 0 0 0 18 22.5V24l2.25-2.25L18 19.5Z"/></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 12a6.4 6.4 0 0 1 2.87.67A12 12 0 0 0 21 11V5l-9-4l-9 4v6c0 5.55 3.84 10.74 9 12c.35-.09.7-.2 1-.32a6.42 6.42 0 0 1-1.5-4.18A6.5 6.5 0 0 1 18 12m0 2.5V13l-2.25 2.25L18 17.5V16a2.5 2.5 0 0 1 2.24 3.62l1.09 1.09A4 4 0 0 0 18 14.5m0 6.5a2.5 2.5 0 0 1-2.24-3.62l-1.09-1.09A4 4 0 0 0 18 22.5V24l2.25-2.25L18 19.5Z"/></svg> </template>
CSS
.icon-shield-sync {
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%2012a6.4%206.4%200%200%201%202.87.67A12%2012%200%200%200%2021%2011V5l-9-4l-9%204v6c0%205.55%203.84%2010.74%209%2012c.35-.09.7-.2%201-.32a6.42%206.42%200%200%201-1.5-4.18A6.5%206.5%200%200%201%2018%2012m0%202.5V13l-2.25%202.25L18%2017.5V16a2.5%202.5%200%200%201%202.24%203.62l1.09%201.09A4%204%200%200%200%2018%2014.5m0%206.5a2.5%202.5%200%200%201-2.24-3.62l-1.09-1.09A4%204%200%200%200%2018%2022.5V24l2.25-2.25L18%2019.5Z%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%2012a6.4%206.4%200%200%201%202.87.67A12%2012%200%200%200%2021%2011V5l-9-4l-9%204v6c0%205.55%203.84%2010.74%209%2012c.35-.09.7-.2%201-.32a6.42%206.42%200%200%201-1.5-4.18A6.5%206.5%200%200%201%2018%2012m0%202.5V13l-2.25%202.25L18%2017.5V16a2.5%202.5%200%200%201%202.24%203.62l1.09%201.09A4%204%200%200%200%2018%2014.5m0%206.5a2.5%202.5%200%200%201-2.24-3.62l-1.09-1.09A4%204%200%200%200%2018%2022.5V24l2.25-2.25L18%2019.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shield-sync.svg?color=%231a73e8&size=48