shield-card-outline-rounded from Material Symbols Light by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.

Name
shield-card-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the shield card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 21q-.69 0-1.153-.462t-.462-1.153V15q0-.69.462-1.153T13 13.385h7.385q.69 0 1.153.462T22 15v4.385q0 .69-.462 1.152T20.385 21zm0-1h7.385q.269 0 .442-.173t.173-.442v-2.193h-8.615v2.193q0 .269.173.442T13 20m-.615-3.808H21V15q0-.27-.173-.442q-.173-.173-.442-.173H13q-.27 0-.442.173q-.173.173-.173.442zM8.317 18.82q-1.59-1.496-2.454-3.516Q5 13.283 5 11.1V6.817q0-.51.295-.923t.755-.6l5.596-2.08q.162-.056.354-.056t.354.055l5.596 2.081q.46.187.755.6t.295.923V10.5q0 .214-.143.357T18.5 11t-.357-.143T18 10.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.025.813 3.863T9 18.1q.146.14.159.344t-.128.35t-.354.156t-.36-.13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShieldCardOutlineRounded(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="M13 21q-.69 0-1.153-.462t-.462-1.153V15q0-.69.462-1.153T13 13.385h7.385q.69 0 1.153.462T22 15v4.385q0 .69-.462 1.152T20.385 21zm0-1h7.385q.269 0 .442-.173t.173-.442v-2.193h-8.615v2.193q0 .269.173.442T13 20m-.615-3.808H21V15q0-.27-.173-.442q-.173-.173-.442-.173H13q-.27 0-.442.173q-.173.173-.173.442zM8.317 18.82q-1.59-1.496-2.454-3.516Q5 13.283 5 11.1V6.817q0-.51.295-.923t.755-.6l5.596-2.08q.162-.056.354-.056t.354.055l5.596 2.081q.46.187.755.6t.295.923V10.5q0 .214-.143.357T18.5 11t-.357-.143T18 10.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.025.813 3.863T9 18.1q.146.14.159.344t-.128.35t-.354.156t-.36-.13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 21q-.69 0-1.153-.462t-.462-1.153V15q0-.69.462-1.153T13 13.385h7.385q.69 0 1.153.462T22 15v4.385q0 .69-.462 1.152T20.385 21zm0-1h7.385q.269 0 .442-.173t.173-.442v-2.193h-8.615v2.193q0 .269.173.442T13 20m-.615-3.808H21V15q0-.27-.173-.442q-.173-.173-.442-.173H13q-.27 0-.442.173q-.173.173-.173.442zM8.317 18.82q-1.59-1.496-2.454-3.516Q5 13.283 5 11.1V6.817q0-.51.295-.923t.755-.6l5.596-2.08q.162-.056.354-.056t.354.055l5.596 2.081q.46.187.755.6t.295.923V10.5q0 .214-.143.357T18.5 11t-.357-.143T18 10.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 2.025.813 3.863T9 18.1q.146.14.159.344t-.128.35t-.354.156t-.36-.13"/></svg>
</template>

CSS

.icon-shield-card-outline-rounded {
  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%22M13%2021q-.69%200-1.153-.462t-.462-1.153V15q0-.69.462-1.153T13%2013.385h7.385q.69%200%201.153.462T22%2015v4.385q0%20.69-.462%201.152T20.385%2021zm0-1h7.385q.269%200%20.442-.173t.173-.442v-2.193h-8.615v2.193q0%20.269.173.442T13%2020m-.615-3.808H21V15q0-.27-.173-.442q-.173-.173-.442-.173H13q-.27%200-.442.173q-.173.173-.173.442zM8.317%2018.82q-1.59-1.496-2.454-3.516Q5%2013.283%205%2011.1V6.817q0-.51.295-.923t.755-.6l5.596-2.08q.162-.056.354-.056t.354.055l5.596%202.081q.46.187.755.6t.295.923V10.5q0%20.214-.143.357T18.5%2011t-.357-.143T18%2010.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%202.025.813%203.863T9%2018.1q.146.14.159.344t-.128.35t-.354.156t-.36-.13%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%22M13%2021q-.69%200-1.153-.462t-.462-1.153V15q0-.69.462-1.153T13%2013.385h7.385q.69%200%201.153.462T22%2015v4.385q0%20.69-.462%201.152T20.385%2021zm0-1h7.385q.269%200%20.442-.173t.173-.442v-2.193h-8.615v2.193q0%20.269.173.442T13%2020m-.615-3.808H21V15q0-.27-.173-.442q-.173-.173-.442-.173H13q-.27%200-.442.173q-.173.173-.173.442zM8.317%2018.82q-1.59-1.496-2.454-3.516Q5%2013.283%205%2011.1V6.817q0-.51.295-.923t.755-.6l5.596-2.08q.162-.056.354-.056t.354.055l5.596%202.081q.46.187.755.6t.295.923V10.5q0%20.214-.143.357T18.5%2011t-.357-.143T18%2010.5V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%202.025.813%203.863T9%2018.1q.146.14.159.344t-.128.35t-.354.156t-.36-.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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