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

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

5 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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 22q-.825 0-1.412-.587T11 20v-5q0-.825.588-1.412T13 13h8q.825 0 1.413.588T23 15v5q0 .825-.587 1.413T21 22zm0-2h8v-2h-8zm0-4h8v-1h-8zm-5.375 3.55Q5.9 17.9 4.95 15.687T4 11.1V6.375q0-.625.363-1.125t.937-.725l6.25-2.35q.2-.075.45-.075t.45.075l6.25 2.35q.575.225.938.725T20 6.375V10q0 .425-.288.713T19 11t-.712-.288T18 10V6.375l-6-2.25l-6 2.25V11.1q0 2.025.813 3.863T9 18.1q.3.275.313.7t-.263.725t-.7.3t-.725-.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShieldCardOutlineRounded(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 22q-.825 0-1.412-.587T11 20v-5q0-.825.588-1.412T13 13h8q.825 0 1.413.588T23 15v5q0 .825-.587 1.413T21 22zm0-2h8v-2h-8zm0-4h8v-1h-8zm-5.375 3.55Q5.9 17.9 4.95 15.687T4 11.1V6.375q0-.625.363-1.125t.937-.725l6.25-2.35q.2-.075.45-.075t.45.075l6.25 2.35q.575.225.938.725T20 6.375V10q0 .425-.288.713T19 11t-.712-.288T18 10V6.375l-6-2.25l-6 2.25V11.1q0 2.025.813 3.863T9 18.1q.3.275.313.7t-.263.725t-.7.3t-.725-.275"/></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 22q-.825 0-1.412-.587T11 20v-5q0-.825.588-1.412T13 13h8q.825 0 1.413.588T23 15v5q0 .825-.587 1.413T21 22zm0-2h8v-2h-8zm0-4h8v-1h-8zm-5.375 3.55Q5.9 17.9 4.95 15.687T4 11.1V6.375q0-.625.363-1.125t.937-.725l6.25-2.35q.2-.075.45-.075t.45.075l6.25 2.35q.575.225.938.725T20 6.375V10q0 .425-.288.713T19 11t-.712-.288T18 10V6.375l-6-2.25l-6 2.25V11.1q0 2.025.813 3.863T9 18.1q.3.275.313.7t-.263.725t-.7.3t-.725-.275"/></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%2022q-.825%200-1.412-.587T11%2020v-5q0-.825.588-1.412T13%2013h8q.825%200%201.413.588T23%2015v5q0%20.825-.587%201.413T21%2022zm0-2h8v-2h-8zm0-4h8v-1h-8zm-5.375%203.55Q5.9%2017.9%204.95%2015.687T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6.25-2.35q.2-.075.45-.075t.45.075l6.25%202.35q.575.225.938.725T20%206.375V10q0%20.425-.288.713T19%2011t-.712-.288T18%2010V6.375l-6-2.25l-6%202.25V11.1q0%202.025.813%203.863T9%2018.1q.3.275.313.7t-.263.725t-.7.3t-.725-.275%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%2022q-.825%200-1.412-.587T11%2020v-5q0-.825.588-1.412T13%2013h8q.825%200%201.413.588T23%2015v5q0%20.825-.587%201.413T21%2022zm0-2h8v-2h-8zm0-4h8v-1h-8zm-5.375%203.55Q5.9%2017.9%204.95%2015.687T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6.25-2.35q.2-.075.45-.075t.45.075l6.25%202.35q.575.225.938.725T20%206.375V10q0%20.425-.288.713T19%2011t-.712-.288T18%2010V6.375l-6-2.25l-6%202.25V11.1q0%202.025.813%203.863T9%2018.1q.3.275.313.7t-.263.725t-.7.3t-.725-.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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