shield settings icon
shield-settings-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- shield-settings-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
shield-add-16-filledshield-arrow-right-16-filledshield-badge-20-filledshield-checkmark-16-filledshield-dismiss-16-filledshield-dismiss-shield-20-filledshield-error-16-filledshield-globe-16-filledshield-keyhole-16-filledshield-lock-16-filledshield-person-20-filledshield-person-add-20-filledshield-prohibited-20-filledshield-question-16-filledshield-task-16-filled
Use the shield settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.06 12.902a2 2 0 0 0 2.9 0l.493-.519a5.3 5.3 0 0 1 1.485.922l-.187.631a2 2 0 0 0 1.45 2.51l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.145a2 2 0 0 0-1.44 2.496l.197.686c-.44.383-.939.693-1.483.913l-.498-.525a2 2 0 0 0-2.899 0l-.493.519a5.3 5.3 0 0 1-1.484-.922l.186-.631a2 2 0 0 0-1.45-2.51l-.54-.13a5.7 5.7 0 0 1-.006-1.807l.584-.145a2 2 0 0 0 1.441-2.496l-.198-.687a5.3 5.3 0 0 1 1.483-.913zM11.55 2.15a.75.75 0 0 1 .9 0C14.992 4.056 17.587 5 20.25 5a.75.75 0 0 1 .75.75V11q0 .507-.042.997a6.5 6.5 0 0 0-1.464-.684q.005-.156.006-.312V6.478c-2.577-.152-5.08-1.09-7.5-2.8c-2.42 1.71-4.923 2.648-7.5 2.8v4.523c0 4.148 2.332 7.22 7.125 9.283a6.5 6.5 0 0 0 1.005 1.518q-.177.074-.356.146a.75.75 0 0 1-.548 0C5.958 19.676 3 16 3 11V5.75A.75.75 0 0 1 3.75 5c2.663 0 5.258-.945 7.8-2.851M17.499 16c-.8 0-1.45.672-1.45 1.5c.001.829.65 1.5 1.45 1.5s1.45-.671 1.45-1.5c0-.828-.65-1.5-1.45-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldSettings24Regular(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="M16.06 12.902a2 2 0 0 0 2.9 0l.493-.519a5.3 5.3 0 0 1 1.485.922l-.187.631a2 2 0 0 0 1.45 2.51l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.145a2 2 0 0 0-1.44 2.496l.197.686c-.44.383-.939.693-1.483.913l-.498-.525a2 2 0 0 0-2.899 0l-.493.519a5.3 5.3 0 0 1-1.484-.922l.186-.631a2 2 0 0 0-1.45-2.51l-.54-.13a5.7 5.7 0 0 1-.006-1.807l.584-.145a2 2 0 0 0 1.441-2.496l-.198-.687a5.3 5.3 0 0 1 1.483-.913zM11.55 2.15a.75.75 0 0 1 .9 0C14.992 4.056 17.587 5 20.25 5a.75.75 0 0 1 .75.75V11q0 .507-.042.997a6.5 6.5 0 0 0-1.464-.684q.005-.156.006-.312V6.478c-2.577-.152-5.08-1.09-7.5-2.8c-2.42 1.71-4.923 2.648-7.5 2.8v4.523c0 4.148 2.332 7.22 7.125 9.283a6.5 6.5 0 0 0 1.005 1.518q-.177.074-.356.146a.75.75 0 0 1-.548 0C5.958 19.676 3 16 3 11V5.75A.75.75 0 0 1 3.75 5c2.663 0 5.258-.945 7.8-2.851M17.499 16c-.8 0-1.45.672-1.45 1.5c.001.829.65 1.5 1.45 1.5s1.45-.671 1.45-1.5c0-.828-.65-1.5-1.45-1.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="M16.06 12.902a2 2 0 0 0 2.9 0l.493-.519a5.3 5.3 0 0 1 1.485.922l-.187.631a2 2 0 0 0 1.45 2.51l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.145a2 2 0 0 0-1.44 2.496l.197.686c-.44.383-.939.693-1.483.913l-.498-.525a2 2 0 0 0-2.899 0l-.493.519a5.3 5.3 0 0 1-1.484-.922l.186-.631a2 2 0 0 0-1.45-2.51l-.54-.13a5.7 5.7 0 0 1-.006-1.807l.584-.145a2 2 0 0 0 1.441-2.496l-.198-.687a5.3 5.3 0 0 1 1.483-.913zM11.55 2.15a.75.75 0 0 1 .9 0C14.992 4.056 17.587 5 20.25 5a.75.75 0 0 1 .75.75V11q0 .507-.042.997a6.5 6.5 0 0 0-1.464-.684q.005-.156.006-.312V6.478c-2.577-.152-5.08-1.09-7.5-2.8c-2.42 1.71-4.923 2.648-7.5 2.8v4.523c0 4.148 2.332 7.22 7.125 9.283a6.5 6.5 0 0 0 1.005 1.518q-.177.074-.356.146a.75.75 0 0 1-.548 0C5.958 19.676 3 16 3 11V5.75A.75.75 0 0 1 3.75 5c2.663 0 5.258-.945 7.8-2.851M17.499 16c-.8 0-1.45.672-1.45 1.5c.001.829.65 1.5 1.45 1.5s1.45-.671 1.45-1.5c0-.828-.65-1.5-1.45-1.5"/></svg> </template>
CSS
.icon-shield-settings-24-regular {
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%22M16.06%2012.902a2%202%200%200%200%202.9%200l.493-.519a5.3%205.3%200%200%201%201.485.922l-.187.631a2%202%200%200%200%201.45%202.51l.54.13a5.7%205.7%200%200%201%20.005%201.807l-.584.145a2%202%200%200%200-1.44%202.496l.197.686c-.44.383-.939.693-1.483.913l-.498-.525a2%202%200%200%200-2.899%200l-.493.519a5.3%205.3%200%200%201-1.484-.922l.186-.631a2%202%200%200%200-1.45-2.51l-.54-.13a5.7%205.7%200%200%201-.006-1.807l.584-.145a2%202%200%200%200%201.441-2.496l-.198-.687a5.3%205.3%200%200%201%201.483-.913zM11.55%202.15a.75.75%200%200%201%20.9%200C14.992%204.056%2017.587%205%2020.25%205a.75.75%200%200%201%20.75.75V11q0%20.507-.042.997a6.5%206.5%200%200%200-1.464-.684q.005-.156.006-.312V6.478c-2.577-.152-5.08-1.09-7.5-2.8c-2.42%201.71-4.923%202.648-7.5%202.8v4.523c0%204.148%202.332%207.22%207.125%209.283a6.5%206.5%200%200%200%201.005%201.518q-.177.074-.356.146a.75.75%200%200%201-.548%200C5.958%2019.676%203%2016%203%2011V5.75A.75.75%200%200%201%203.75%205c2.663%200%205.258-.945%207.8-2.851M17.499%2016c-.8%200-1.45.672-1.45%201.5c.001.829.65%201.5%201.45%201.5s1.45-.671%201.45-1.5c0-.828-.65-1.5-1.45-1.5%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%22M16.06%2012.902a2%202%200%200%200%202.9%200l.493-.519a5.3%205.3%200%200%201%201.485.922l-.187.631a2%202%200%200%200%201.45%202.51l.54.13a5.7%205.7%200%200%201%20.005%201.807l-.584.145a2%202%200%200%200-1.44%202.496l.197.686c-.44.383-.939.693-1.483.913l-.498-.525a2%202%200%200%200-2.899%200l-.493.519a5.3%205.3%200%200%201-1.484-.922l.186-.631a2%202%200%200%200-1.45-2.51l-.54-.13a5.7%205.7%200%200%201-.006-1.807l.584-.145a2%202%200%200%200%201.441-2.496l-.198-.687a5.3%205.3%200%200%201%201.483-.913zM11.55%202.15a.75.75%200%200%201%20.9%200C14.992%204.056%2017.587%205%2020.25%205a.75.75%200%200%201%20.75.75V11q0%20.507-.042.997a6.5%206.5%200%200%200-1.464-.684q.005-.156.006-.312V6.478c-2.577-.152-5.08-1.09-7.5-2.8c-2.42%201.71-4.923%202.648-7.5%202.8v4.523c0%204.148%202.332%207.22%207.125%209.283a6.5%206.5%200%200%200%201.005%201.518q-.177.074-.356.146a.75.75%200%200%201-.548%200C5.958%2019.676%203%2016%203%2011V5.75A.75.75%200%200%201%203.75%205c2.663%200%205.258-.945%207.8-2.851M17.499%2016c-.8%200-1.45.672-1.45%201.5c.001.829.65%201.5%201.45%201.5s1.45-.671%201.45-1.5c0-.828-.65-1.5-1.45-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-settings-24-regular.svg?color=%231a73e8&size=48