shield2 icon
shield2 from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.
- Name
- shield2
- Set
- Reicon
- Style
- Outline
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More security icons from Reicon
Use the shield2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75c-.658 0-1.305.212-2.92.764l-.572.196c-1.513.518-2.616.896-3.39 1.21a7 7 0 0 0-.864.404a2 2 0 0 0-.208.139a.4.4 0 0 0-.055.05a.4.4 0 0 0-.032.074q-.03.082-.063.248a7 7 0 0 0-.1.958c-.046.841-.046 2.015-.046 3.624v1.574c0 5.176 3.87 7.723 6.449 8.849c.371.162.586.254.825.315c.228.059.506.095.976.095s.748-.036.976-.095c.24-.06.454-.153.825-.315c2.58-1.126 6.449-3.674 6.449-8.849v-1.574c0-1.609 0-2.783-.046-3.624a7 7 0 0 0-.1-.958a2 2 0 0 0-.063-.248a.4.4 0 0 0-.032-.074a.4.4 0 0 0-.055-.05a2 2 0 0 0-.208-.14a7 7 0 0 0-.864-.402c-.774-.315-1.877-.693-3.39-1.21l-.573-.197C13.305 2.962 12.658 2.75 12 2.75m-3.277-.699c1.444-.494 2.34-.801 3.277-.801s1.833.307 3.277.801l.128.044l.599.205c1.481.507 2.625.899 3.443 1.231c.412.167.767.33 1.052.495c.275.16.55.359.737.626c.185.263.281.587.341.9c.063.324.1.713.125 1.16c.048.886.048 2.102.048 3.678v1.601c0 6.101-4.608 9.026-7.348 10.224l-.027.011c-.34.149-.66.288-1.027.382c-.387.1-.799.142-1.348.142c-.55 0-.96-.042-1.348-.142c-.367-.094-.687-.233-1.027-.382l-.027-.011C6.858 21.017 2.25 18.092 2.25 11.99v-1.6c0-1.576 0-2.792.048-3.679c.025-.446.062-.835.125-1.16c.06-.312.156-.636.34-.9c.188-.266.463-.465.738-.625c.285-.165.64-.328 1.052-.495c.818-.332 1.962-.724 3.443-1.23l.599-.206z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShield2(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" fillRule="evenodd" d="M12 2.75c-.658 0-1.305.212-2.92.764l-.572.196c-1.513.518-2.616.896-3.39 1.21a7 7 0 0 0-.864.404a2 2 0 0 0-.208.139a.4.4 0 0 0-.055.05a.4.4 0 0 0-.032.074q-.03.082-.063.248a7 7 0 0 0-.1.958c-.046.841-.046 2.015-.046 3.624v1.574c0 5.176 3.87 7.723 6.449 8.849c.371.162.586.254.825.315c.228.059.506.095.976.095s.748-.036.976-.095c.24-.06.454-.153.825-.315c2.58-1.126 6.449-3.674 6.449-8.849v-1.574c0-1.609 0-2.783-.046-3.624a7 7 0 0 0-.1-.958a2 2 0 0 0-.063-.248a.4.4 0 0 0-.032-.074a.4.4 0 0 0-.055-.05a2 2 0 0 0-.208-.14a7 7 0 0 0-.864-.402c-.774-.315-1.877-.693-3.39-1.21l-.573-.197C13.305 2.962 12.658 2.75 12 2.75m-3.277-.699c1.444-.494 2.34-.801 3.277-.801s1.833.307 3.277.801l.128.044l.599.205c1.481.507 2.625.899 3.443 1.231c.412.167.767.33 1.052.495c.275.16.55.359.737.626c.185.263.281.587.341.9c.063.324.1.713.125 1.16c.048.886.048 2.102.048 3.678v1.601c0 6.101-4.608 9.026-7.348 10.224l-.027.011c-.34.149-.66.288-1.027.382c-.387.1-.799.142-1.348.142c-.55 0-.96-.042-1.348-.142c-.367-.094-.687-.233-1.027-.382l-.027-.011C6.858 21.017 2.25 18.092 2.25 11.99v-1.6c0-1.576 0-2.792.048-3.679c.025-.446.062-.835.125-1.16c.06-.312.156-.636.34-.9c.188-.266.463-.465.738-.625c.285-.165.64-.328 1.052-.495c.818-.332 1.962-.724 3.443-1.23l.599-.206z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75c-.658 0-1.305.212-2.92.764l-.572.196c-1.513.518-2.616.896-3.39 1.21a7 7 0 0 0-.864.404a2 2 0 0 0-.208.139a.4.4 0 0 0-.055.05a.4.4 0 0 0-.032.074q-.03.082-.063.248a7 7 0 0 0-.1.958c-.046.841-.046 2.015-.046 3.624v1.574c0 5.176 3.87 7.723 6.449 8.849c.371.162.586.254.825.315c.228.059.506.095.976.095s.748-.036.976-.095c.24-.06.454-.153.825-.315c2.58-1.126 6.449-3.674 6.449-8.849v-1.574c0-1.609 0-2.783-.046-3.624a7 7 0 0 0-.1-.958a2 2 0 0 0-.063-.248a.4.4 0 0 0-.032-.074a.4.4 0 0 0-.055-.05a2 2 0 0 0-.208-.14a7 7 0 0 0-.864-.402c-.774-.315-1.877-.693-3.39-1.21l-.573-.197C13.305 2.962 12.658 2.75 12 2.75m-3.277-.699c1.444-.494 2.34-.801 3.277-.801s1.833.307 3.277.801l.128.044l.599.205c1.481.507 2.625.899 3.443 1.231c.412.167.767.33 1.052.495c.275.16.55.359.737.626c.185.263.281.587.341.9c.063.324.1.713.125 1.16c.048.886.048 2.102.048 3.678v1.601c0 6.101-4.608 9.026-7.348 10.224l-.027.011c-.34.149-.66.288-1.027.382c-.387.1-.799.142-1.348.142c-.55 0-.96-.042-1.348-.142c-.367-.094-.687-.233-1.027-.382l-.027-.011C6.858 21.017 2.25 18.092 2.25 11.99v-1.6c0-1.576 0-2.792.048-3.679c.025-.446.062-.835.125-1.16c.06-.312.156-.636.34-.9c.188-.266.463-.465.738-.625c.285-.165.64-.328 1.052-.495c.818-.332 1.962-.724 3.443-1.23l.599-.206z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-shield2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75c-.658%200-1.305.212-2.92.764l-.572.196c-1.513.518-2.616.896-3.39%201.21a7%207%200%200%200-.864.404a2%202%200%200%200-.208.139a.4.4%200%200%200-.055.05a.4.4%200%200%200-.032.074q-.03.082-.063.248a7%207%200%200%200-.1.958c-.046.841-.046%202.015-.046%203.624v1.574c0%205.176%203.87%207.723%206.449%208.849c.371.162.586.254.825.315c.228.059.506.095.976.095s.748-.036.976-.095c.24-.06.454-.153.825-.315c2.58-1.126%206.449-3.674%206.449-8.849v-1.574c0-1.609%200-2.783-.046-3.624a7%207%200%200%200-.1-.958a2%202%200%200%200-.063-.248a.4.4%200%200%200-.032-.074a.4.4%200%200%200-.055-.05a2%202%200%200%200-.208-.14a7%207%200%200%200-.864-.402c-.774-.315-1.877-.693-3.39-1.21l-.573-.197C13.305%202.962%2012.658%202.75%2012%202.75m-3.277-.699c1.444-.494%202.34-.801%203.277-.801s1.833.307%203.277.801l.128.044l.599.205c1.481.507%202.625.899%203.443%201.231c.412.167.767.33%201.052.495c.275.16.55.359.737.626c.185.263.281.587.341.9c.063.324.1.713.125%201.16c.048.886.048%202.102.048%203.678v1.601c0%206.101-4.608%209.026-7.348%2010.224l-.027.011c-.34.149-.66.288-1.027.382c-.387.1-.799.142-1.348.142c-.55%200-.96-.042-1.348-.142c-.367-.094-.687-.233-1.027-.382l-.027-.011C6.858%2021.017%202.25%2018.092%202.25%2011.99v-1.6c0-1.576%200-2.792.048-3.679c.025-.446.062-.835.125-1.16c.06-.312.156-.636.34-.9c.188-.266.463-.465.738-.625c.285-.165.64-.328%201.052-.495c.818-.332%201.962-.724%203.443-1.23l.599-.206z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75c-.658%200-1.305.212-2.92.764l-.572.196c-1.513.518-2.616.896-3.39%201.21a7%207%200%200%200-.864.404a2%202%200%200%200-.208.139a.4.4%200%200%200-.055.05a.4.4%200%200%200-.032.074q-.03.082-.063.248a7%207%200%200%200-.1.958c-.046.841-.046%202.015-.046%203.624v1.574c0%205.176%203.87%207.723%206.449%208.849c.371.162.586.254.825.315c.228.059.506.095.976.095s.748-.036.976-.095c.24-.06.454-.153.825-.315c2.58-1.126%206.449-3.674%206.449-8.849v-1.574c0-1.609%200-2.783-.046-3.624a7%207%200%200%200-.1-.958a2%202%200%200%200-.063-.248a.4.4%200%200%200-.032-.074a.4.4%200%200%200-.055-.05a2%202%200%200%200-.208-.14a7%207%200%200%200-.864-.402c-.774-.315-1.877-.693-3.39-1.21l-.573-.197C13.305%202.962%2012.658%202.75%2012%202.75m-3.277-.699c1.444-.494%202.34-.801%203.277-.801s1.833.307%203.277.801l.128.044l.599.205c1.481.507%202.625.899%203.443%201.231c.412.167.767.33%201.052.495c.275.16.55.359.737.626c.185.263.281.587.341.9c.063.324.1.713.125%201.16c.048.886.048%202.102.048%203.678v1.601c0%206.101-4.608%209.026-7.348%2010.224l-.027.011c-.34.149-.66.288-1.027.382c-.387.1-.799.142-1.348.142c-.55%200-.96-.042-1.348-.142c-.367-.094-.687-.233-1.027-.382l-.027-.011C6.858%2021.017%202.25%2018.092%202.25%2011.99v-1.6c0-1.576%200-2.792.048-3.679c.025-.446.062-.835.125-1.16c.06-.312.156-.636.34-.9c.188-.266.463-.465.738-.625c.285-.165.64-.328%201.052-.495c.818-.332%201.962-.724%203.443-1.23l.599-.206z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/shield2.svg?color=%231a73e8&size=48