shield sync icon
shield-sync-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- shield-sync-outline
- Set
- Material Design Icons
- Style
- Outline
- 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="M12 21c-3.75-1-7-5.46-7-9.78V6.3l7-3.12l7 3.12v5.77a6.5 6.5 0 0 1 1.91.6A12 12 0 0 0 21 11V5l-9-4l-9 4v6c0 5.55 3.84 10.74 9 12c.35-.09.7-.2 1-.32A6.3 6.3 0 0 1 12 21m6-6.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 MdiShieldSyncOutline(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 21c-3.75-1-7-5.46-7-9.78V6.3l7-3.12l7 3.12v5.77a6.5 6.5 0 0 1 1.91.6A12 12 0 0 0 21 11V5l-9-4l-9 4v6c0 5.55 3.84 10.74 9 12c.35-.09.7-.2 1-.32A6.3 6.3 0 0 1 12 21m6-6.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="M12 21c-3.75-1-7-5.46-7-9.78V6.3l7-3.12l7 3.12v5.77a6.5 6.5 0 0 1 1.91.6A12 12 0 0 0 21 11V5l-9-4l-9 4v6c0 5.55 3.84 10.74 9 12c.35-.09.7-.2 1-.32A6.3 6.3 0 0 1 12 21m6-6.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-outline {
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%2021c-3.75-1-7-5.46-7-9.78V6.3l7-3.12l7%203.12v5.77a6.5%206.5%200%200%201%201.91.6A12%2012%200%200%200%2021%2011V5l-9-4l-9%204v6c0%205.55%203.84%2010.74%209%2012c.35-.09.7-.2%201-.32A6.3%206.3%200%200%201%2012%2021m6-6.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%22M12%2021c-3.75-1-7-5.46-7-9.78V6.3l7-3.12l7%203.12v5.77a6.5%206.5%200%200%201%201.91.6A12%2012%200%200%200%2021%2011V5l-9-4l-9%204v6c0%205.55%203.84%2010.74%209%2012c.35-.09.7-.2%201-.32A6.3%206.3%200%200%201%2012%2021m6-6.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-outline.svg?color=%231a73e8&size=48