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

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

3 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the shield question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.9q2.6-.825 4.3-3.3t1.7-5.5V6.375l-6-2.23l-6 2.23V11.1q0 3.025 1.7 5.5t4.3 3.3m.43-3.559q.197-.197.197-.468t-.197-.468t-.468-.197t-.469.197t-.197.468t.197.468q.198.198.469.198t.468-.198m-.405-2.691q.166 0 .297-.129q.132-.129.151-.294q.044-.175.104-.328t.16-.283q.155-.212.33-.402q.174-.191.354-.372q.425-.444.757-.96q.332-.515.332-1.14q0-.97-.738-1.606q-.737-.636-1.733-.636q-.723 0-1.341.337q-.617.336-.998.934q-.092.16-.028.329q.065.17.23.237q.16.067.329.006t.292-.209q.264-.37.657-.566t.859-.195q.627 0 1.106.383t.48.998q0 .483-.282.893t-.645.75q-.237.216-.444.45t-.389.52q-.125.2-.213.392q-.089.193-.089.424q0 .19.136.329t.326.138m-.312 7.167q-.15-.025-.28-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShieldQuestionOutlineRounded(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 19.9q2.6-.825 4.3-3.3t1.7-5.5V6.375l-6-2.23l-6 2.23V11.1q0 3.025 1.7 5.5t4.3 3.3m.43-3.559q.197-.197.197-.468t-.197-.468t-.468-.197t-.469.197t-.197.468t.197.468q.198.198.469.198t.468-.198m-.405-2.691q.166 0 .297-.129q.132-.129.151-.294q.044-.175.104-.328t.16-.283q.155-.212.33-.402q.174-.191.354-.372q.425-.444.757-.96q.332-.515.332-1.14q0-.97-.738-1.606q-.737-.636-1.733-.636q-.723 0-1.341.337q-.617.336-.998.934q-.092.16-.028.329q.065.17.23.237q.16.067.329.006t.292-.209q.264-.37.657-.566t.859-.195q.627 0 1.106.383t.48.998q0 .483-.282.893t-.645.75q-.237.216-.444.45t-.389.52q-.125.2-.213.392q-.089.193-.089.424q0 .19.136.329t.326.138m-.312 7.167q-.15-.025-.28-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025"/></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 19.9q2.6-.825 4.3-3.3t1.7-5.5V6.375l-6-2.23l-6 2.23V11.1q0 3.025 1.7 5.5t4.3 3.3m.43-3.559q.197-.197.197-.468t-.197-.468t-.468-.197t-.469.197t-.197.468t.197.468q.198.198.469.198t.468-.198m-.405-2.691q.166 0 .297-.129q.132-.129.151-.294q.044-.175.104-.328t.16-.283q.155-.212.33-.402q.174-.191.354-.372q.425-.444.757-.96q.332-.515.332-1.14q0-.97-.738-1.606q-.737-.636-1.733-.636q-.723 0-1.341.337q-.617.336-.998.934q-.092.16-.028.329q.065.17.23.237q.16.067.329.006t.292-.209q.264-.37.657-.566t.859-.195q.627 0 1.106.383t.48.998q0 .483-.282.893t-.645.75q-.237.216-.444.45t-.389.52q-.125.2-.213.392q-.089.193-.089.424q0 .19.136.329t.326.138m-.312 7.167q-.15-.025-.28-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025"/></svg>
</template>

CSS

.icon-shield-question-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%22M12%2019.9q2.6-.825%204.3-3.3t1.7-5.5V6.375l-6-2.23l-6%202.23V11.1q0%203.025%201.7%205.5t4.3%203.3m.43-3.559q.197-.197.197-.468t-.197-.468t-.468-.197t-.469.197t-.197.468t.197.468q.198.198.469.198t.468-.198m-.405-2.691q.166%200%20.297-.129q.132-.129.151-.294q.044-.175.104-.328t.16-.283q.155-.212.33-.402q.174-.191.354-.372q.425-.444.757-.96q.332-.515.332-1.14q0-.97-.738-1.606q-.737-.636-1.733-.636q-.723%200-1.341.337q-.617.336-.998.934q-.092.16-.028.329q.065.17.23.237q.16.067.329.006t.292-.209q.264-.37.657-.566t.859-.195q.627%200%201.106.383t.48.998q0%20.483-.282.893t-.645.75q-.237.216-.444.45t-.389.52q-.125.2-.213.392q-.089.193-.089.424q0%20.19.136.329t.326.138m-.312%207.167q-.15-.025-.28-.075q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923V11.1q0%203.135-1.74%205.826t-4.693%203.816q-.13.05-.28.075t-.287.025t-.287-.025%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%2019.9q2.6-.825%204.3-3.3t1.7-5.5V6.375l-6-2.23l-6%202.23V11.1q0%203.025%201.7%205.5t4.3%203.3m.43-3.559q.197-.197.197-.468t-.197-.468t-.468-.197t-.469.197t-.197.468t.197.468q.198.198.469.198t.468-.198m-.405-2.691q.166%200%20.297-.129q.132-.129.151-.294q.044-.175.104-.328t.16-.283q.155-.212.33-.402q.174-.191.354-.372q.425-.444.757-.96q.332-.515.332-1.14q0-.97-.738-1.606q-.737-.636-1.733-.636q-.723%200-1.341.337q-.617.336-.998.934q-.092.16-.028.329q.065.17.23.237q.16.067.329.006t.292-.209q.264-.37.657-.566t.859-.195q.627%200%201.106.383t.48.998q0%20.483-.282.893t-.645.75q-.237.216-.444.45t-.389.52q-.125.2-.213.392q-.089.193-.089.424q0%20.19.136.329t.326.138m-.312%207.167q-.15-.025-.28-.075q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923V11.1q0%203.135-1.74%205.826t-4.693%203.816q-.13.05-.28.075t-.287.025t-.287-.025%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-question-outline-rounded.svg?color=%231a73e8&size=48