guardian from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
guardian
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
guardian-outline, guardian-outline-sharp, guardian-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the guardian icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-4.65 0-7.825-1.737T1 17q0-1.725 1.6-3.162T7 11.65v2.05q-1.825.575-2.912 1.475T3 17q0 1.6 2.7 2.8T12 21t6.3-1.2T21 17q0-.925-1.088-1.825T17 13.7v-2.05q2.8.75 4.4 2.188T23 17q0 2.525-3.175 4.263T12 23m-3-4V8H4V6h16v2h-5v11h-2v-5h-2v5zm3-14q-.825 0-1.412-.587T10 3t.588-1.412T12 1t1.413.588T14 3t-.587 1.413T12 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGuardian(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="M12 23q-4.65 0-7.825-1.737T1 17q0-1.725 1.6-3.162T7 11.65v2.05q-1.825.575-2.912 1.475T3 17q0 1.6 2.7 2.8T12 21t6.3-1.2T21 17q0-.925-1.088-1.825T17 13.7v-2.05q2.8.75 4.4 2.188T23 17q0 2.525-3.175 4.263T12 23m-3-4V8H4V6h16v2h-5v11h-2v-5h-2v5zm3-14q-.825 0-1.412-.587T10 3t.588-1.412T12 1t1.413.588T14 3t-.587 1.413T12 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="M12 23q-4.65 0-7.825-1.737T1 17q0-1.725 1.6-3.162T7 11.65v2.05q-1.825.575-2.912 1.475T3 17q0 1.6 2.7 2.8T12 21t6.3-1.2T21 17q0-.925-1.088-1.825T17 13.7v-2.05q2.8.75 4.4 2.188T23 17q0 2.525-3.175 4.263T12 23m-3-4V8H4V6h16v2h-5v11h-2v-5h-2v5zm3-14q-.825 0-1.412-.587T10 3t.588-1.412T12 1t1.413.588T14 3t-.587 1.413T12 5"/></svg>
</template>

CSS

.icon-guardian {
  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%22M12%2023q-4.65%200-7.825-1.737T1%2017q0-1.725%201.6-3.162T7%2011.65v2.05q-1.825.575-2.912%201.475T3%2017q0%201.6%202.7%202.8T12%2021t6.3-1.2T21%2017q0-.925-1.088-1.825T17%2013.7v-2.05q2.8.75%204.4%202.188T23%2017q0%202.525-3.175%204.263T12%2023m-3-4V8H4V6h16v2h-5v11h-2v-5h-2v5zm3-14q-.825%200-1.412-.587T10%203t.588-1.412T12%201t1.413.588T14%203t-.587%201.413T12%205%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%22M12%2023q-4.65%200-7.825-1.737T1%2017q0-1.725%201.6-3.162T7%2011.65v2.05q-1.825.575-2.912%201.475T3%2017q0%201.6%202.7%202.8T12%2021t6.3-1.2T21%2017q0-.925-1.088-1.825T17%2013.7v-2.05q2.8.75%204.4%202.188T23%2017q0%202.525-3.175%204.263T12%2023m-3-4V8H4V6h16v2h-5v11h-2v-5h-2v5zm3-14q-.825%200-1.412-.587T10%203t.588-1.412T12%201t1.413.588T14%203t-.587%201.413T12%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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