shield-settings-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
shield-settings-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shield settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.07 6.746a2 2 0 0 0 2.91.001l.324-.344c.297.14.577.316.835.519l-.126.422a2 2 0 0 0 1.456 2.518l.348.083a4.7 4.7 0 0 1 .011 1.017l-.46.117a2 2 0 0 0-1.431 2.479l.156.556q-.383.294-.822.497l-.337-.357a2 2 0 0 0-2.91-.002l-.325.345a4.3 4.3 0 0 1-.835-.519l.126-.423a2 2 0 0 0-1.456-2.518l-.35-.083a4.7 4.7 0 0 1-.01-1.016l.462-.118a2 2 0 0 0 1.43-2.478l-.156-.557q.383-.294.822-.497zm-1.423-4.6a.5.5 0 0 1 .707 0C9.594 3.39 10.97 4 12.5 4a.5.5 0 0 1 .5.5v1.1a5.5 5.5 0 0 0-1-.392v-.227c-1.48-.112-2.815-.725-4-1.792c-1.186 1.066-2.52 1.68-4 1.792v2.52c0 1.432.362 2.561 1.019 3.44c.052.661.221 1.29.487 1.864C3.846 11.59 3 9.81 3 7.5v-3a.5.5 0 0 1 .5-.5c1.53 0 2.904-.61 4.147-1.854M10.501 9.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldSettings16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.07 6.746a2 2 0 0 0 2.91.001l.324-.344c.297.14.577.316.835.519l-.126.422a2 2 0 0 0 1.456 2.518l.348.083a4.7 4.7 0 0 1 .011 1.017l-.46.117a2 2 0 0 0-1.431 2.479l.156.556q-.383.294-.822.497l-.337-.357a2 2 0 0 0-2.91-.002l-.325.345a4.3 4.3 0 0 1-.835-.519l.126-.423a2 2 0 0 0-1.456-2.518l-.35-.083a4.7 4.7 0 0 1-.01-1.016l.462-.118a2 2 0 0 0 1.43-2.478l-.156-.557q.383-.294.822-.497zm-1.423-4.6a.5.5 0 0 1 .707 0C9.594 3.39 10.97 4 12.5 4a.5.5 0 0 1 .5.5v1.1a5.5 5.5 0 0 0-1-.392v-.227c-1.48-.112-2.815-.725-4-1.792c-1.186 1.066-2.52 1.68-4 1.792v2.52c0 1.432.362 2.561 1.019 3.44c.052.661.221 1.29.487 1.864C3.846 11.59 3 9.81 3 7.5v-3a.5.5 0 0 1 .5-.5c1.53 0 2.904-.61 4.147-1.854M10.501 9.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.07 6.746a2 2 0 0 0 2.91.001l.324-.344c.297.14.577.316.835.519l-.126.422a2 2 0 0 0 1.456 2.518l.348.083a4.7 4.7 0 0 1 .011 1.017l-.46.117a2 2 0 0 0-1.431 2.479l.156.556q-.383.294-.822.497l-.337-.357a2 2 0 0 0-2.91-.002l-.325.345a4.3 4.3 0 0 1-.835-.519l.126-.423a2 2 0 0 0-1.456-2.518l-.35-.083a4.7 4.7 0 0 1-.01-1.016l.462-.118a2 2 0 0 0 1.43-2.478l-.156-.557q.383-.294.822-.497zm-1.423-4.6a.5.5 0 0 1 .707 0C9.594 3.39 10.97 4 12.5 4a.5.5 0 0 1 .5.5v1.1a5.5 5.5 0 0 0-1-.392v-.227c-1.48-.112-2.815-.725-4-1.792c-1.186 1.066-2.52 1.68-4 1.792v2.52c0 1.432.362 2.561 1.019 3.44c.052.661.221 1.29.487 1.864C3.846 11.59 3 9.81 3 7.5v-3a.5.5 0 0 1 .5-.5c1.53 0 2.904-.61 4.147-1.854M10.501 9.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-shield-settings-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.07%206.746a2%202%200%200%200%202.91.001l.324-.344c.297.14.577.316.835.519l-.126.422a2%202%200%200%200%201.456%202.518l.348.083a4.7%204.7%200%200%201%20.011%201.017l-.46.117a2%202%200%200%200-1.431%202.479l.156.556q-.383.294-.822.497l-.337-.357a2%202%200%200%200-2.91-.002l-.325.345a4.3%204.3%200%200%201-.835-.519l.126-.423a2%202%200%200%200-1.456-2.518l-.35-.083a4.7%204.7%200%200%201-.01-1.016l.462-.118a2%202%200%200%200%201.43-2.478l-.156-.557q.383-.294.822-.497zm-1.423-4.6a.5.5%200%200%201%20.707%200C9.594%203.39%2010.97%204%2012.5%204a.5.5%200%200%201%20.5.5v1.1a5.5%205.5%200%200%200-1-.392v-.227c-1.48-.112-2.815-.725-4-1.792c-1.186%201.066-2.52%201.68-4%201.792v2.52c0%201.432.362%202.561%201.019%203.44c.052.661.221%201.29.487%201.864C3.846%2011.59%203%209.81%203%207.5v-3a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.61%204.147-1.854M10.501%209.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.07%206.746a2%202%200%200%200%202.91.001l.324-.344c.297.14.577.316.835.519l-.126.422a2%202%200%200%200%201.456%202.518l.348.083a4.7%204.7%200%200%201%20.011%201.017l-.46.117a2%202%200%200%200-1.431%202.479l.156.556q-.383.294-.822.497l-.337-.357a2%202%200%200%200-2.91-.002l-.325.345a4.3%204.3%200%200%201-.835-.519l.126-.423a2%202%200%200%200-1.456-2.518l-.35-.083a4.7%204.7%200%200%201-.01-1.016l.462-.118a2%202%200%200%200%201.43-2.478l-.156-.557q.383-.294.822-.497zm-1.423-4.6a.5.5%200%200%201%20.707%200C9.594%203.39%2010.97%204%2012.5%204a.5.5%200%200%201%20.5.5v1.1a5.5%205.5%200%200%200-1-.392v-.227c-1.48-.112-2.815-.725-4-1.792c-1.186%201.066-2.52%201.68-4%201.792v2.52c0%201.432.362%202.561%201.019%203.44c.052.661.221%201.29.487%201.864C3.846%2011.59%203%209.81%203%207.5v-3a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.61%204.147-1.854M10.501%209.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Shield Settings 16 regular icon — Fluent UI System Icons · IconsDB