shield-edit-outline from Material Design Icons by Pictogrammers · Outline · Edit / Modify · Apache-2.0 Free for personal and commercial use.

Name
shield-edit-outline
Set
Material Design Icons
Style
Outline
Category
Edit / Modify
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More edit / modify icons from Material Design Icons

Use the shield edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.7 13.6l-1.3-1.3c-.1-.1-.2-.2-.4-.2c-.1 0-.3.1-.4.2l-1 1l2 2l1-1c.3-.2.3-.5.1-.7M12 19.9V22h2.1l6.1-6.1l-2-2.1zm-2 2.4c-4.1-2-7-6.5-7-11.3V5l9-4l9 4v3.1l-2 2V6.3l-7-3.1l-7 3.1v4.9c0 3.5 2.2 7.1 5 8.9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiShieldEditOutline(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="m21.7 13.6l-1.3-1.3c-.1-.1-.2-.2-.4-.2c-.1 0-.3.1-.4.2l-1 1l2 2l1-1c.3-.2.3-.5.1-.7M12 19.9V22h2.1l6.1-6.1l-2-2.1zm-2 2.4c-4.1-2-7-6.5-7-11.3V5l9-4l9 4v3.1l-2 2V6.3l-7-3.1l-7 3.1v4.9c0 3.5 2.2 7.1 5 8.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.7 13.6l-1.3-1.3c-.1-.1-.2-.2-.4-.2c-.1 0-.3.1-.4.2l-1 1l2 2l1-1c.3-.2.3-.5.1-.7M12 19.9V22h2.1l6.1-6.1l-2-2.1zm-2 2.4c-4.1-2-7-6.5-7-11.3V5l9-4l9 4v3.1l-2 2V6.3l-7-3.1l-7 3.1v4.9c0 3.5 2.2 7.1 5 8.9z"/></svg>
</template>

CSS

.icon-shield-edit-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%22m21.7%2013.6l-1.3-1.3c-.1-.1-.2-.2-.4-.2c-.1%200-.3.1-.4.2l-1%201l2%202l1-1c.3-.2.3-.5.1-.7M12%2019.9V22h2.1l6.1-6.1l-2-2.1zm-2%202.4c-4.1-2-7-6.5-7-11.3V5l9-4l9%204v3.1l-2%202V6.3l-7-3.1l-7%203.1v4.9c0%203.5%202.2%207.1%205%208.9z%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%22m21.7%2013.6l-1.3-1.3c-.1-.1-.2-.2-.4-.2c-.1%200-.3.1-.4.2l-1%201l2%202l1-1c.3-.2.3-.5.1-.7M12%2019.9V22h2.1l6.1-6.1l-2-2.1zm-2%202.4c-4.1-2-7-6.5-7-11.3V5l9-4l9%204v3.1l-2%202V6.3l-7-3.1l-7%203.1v4.9c0%203.5%202.2%207.1%205%208.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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