shield search icon
shield-search-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- shield-search-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All shield search icons →More newicons icons from Reicon
Use the shield search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.45 6.94v2.51c0 .71-.72 1.17-1.39.92a6.1 6.1 0 0 0-2.75-.33c-2.38.26-4.82 2.55-5.22 4.92c-.33 1.97.3 3.81 1.51 5.11c.55.6.18 1.57-.63 1.66c-.69.08-1.37.06-1.75-.22l-5.5-4.11c-.65-.49-1.18-1.55-1.18-2.37V6.94c0-1.13.86-2.37 1.91-2.77l5.5-2.06c.57-.21 1.51-.21 2.08 0l5.5 2.06c1.06.4 1.92 1.64 1.92 2.77"/><path d="M16 11.512c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.5-4.5M21 22c-.27 0-.52-.11-.71-.29c-.04-.05-.09-.1-.12-.16a.6.6 0 0 1-.09-.17a.6.6 0 0 1-.06-.18c-.01-.07-.02-.13-.02-.2c0-.13.03-.26.08-.38c.05-.13.12-.23.21-.33c.23-.23.58-.34.9-.27c.07.01.13.03.19.06c.06.02.12.05.17.09c.06.03.11.08.16.12c.09.1.16.2.21.33c.05.12.08.25.08.38c0 .26-.11.52-.29.71c-.05.04-.1.08-.16.12c-.05.04-.11.07-.17.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconShieldSearchFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.45 6.94v2.51c0 .71-.72 1.17-1.39.92a6.1 6.1 0 0 0-2.75-.33c-2.38.26-4.82 2.55-5.22 4.92c-.33 1.97.3 3.81 1.51 5.11c.55.6.18 1.57-.63 1.66c-.69.08-1.37.06-1.75-.22l-5.5-4.11c-.65-.49-1.18-1.55-1.18-2.37V6.94c0-1.13.86-2.37 1.91-2.77l5.5-2.06c.57-.21 1.51-.21 2.08 0l5.5 2.06c1.06.4 1.92 1.64 1.92 2.77"/><path d="M16 11.512c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.5-4.5M21 22c-.27 0-.52-.11-.71-.29c-.04-.05-.09-.1-.12-.16a.6.6 0 0 1-.09-.17a.6.6 0 0 1-.06-.18c-.01-.07-.02-.13-.02-.2c0-.13.03-.26.08-.38c.05-.13.12-.23.21-.33c.23-.23.58-.34.9-.27c.07.01.13.03.19.06c.06.02.12.05.17.09c.06.03.11.08.16.12c.09.1.16.2.21.33c.05.12.08.25.08.38c0 .26-.11.52-.29.71c-.05.04-.1.08-.16.12c-.05.04-.11.07-.17.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.45 6.94v2.51c0 .71-.72 1.17-1.39.92a6.1 6.1 0 0 0-2.75-.33c-2.38.26-4.82 2.55-5.22 4.92c-.33 1.97.3 3.81 1.51 5.11c.55.6.18 1.57-.63 1.66c-.69.08-1.37.06-1.75-.22l-5.5-4.11c-.65-.49-1.18-1.55-1.18-2.37V6.94c0-1.13.86-2.37 1.91-2.77l5.5-2.06c.57-.21 1.51-.21 2.08 0l5.5 2.06c1.06.4 1.92 1.64 1.92 2.77"/><path d="M16 11.512c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.5-4.5M21 22c-.27 0-.52-.11-.71-.29c-.04-.05-.09-.1-.12-.16a.6.6 0 0 1-.09-.17a.6.6 0 0 1-.06-.18c-.01-.07-.02-.13-.02-.2c0-.13.03-.26.08-.38c.05-.13.12-.23.21-.33c.23-.23.58-.34.9-.27c.07.01.13.03.19.06c.06.02.12.05.17.09c.06.03.11.08.16.12c.09.1.16.2.21.33c.05.12.08.25.08.38c0 .26-.11.52-.29.71c-.05.04-.1.08-.16.12c-.05.04-.11.07-.17.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02"/></g></svg> </template>
CSS
.icon-shield-search-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.45%206.94v2.51c0%20.71-.72%201.17-1.39.92a6.1%206.1%200%200%200-2.75-.33c-2.38.26-4.82%202.55-5.22%204.92c-.33%201.97.3%203.81%201.51%205.11c.55.6.18%201.57-.63%201.66c-.69.08-1.37.06-1.75-.22l-5.5-4.11c-.65-.49-1.18-1.55-1.18-2.37V6.94c0-1.13.86-2.37%201.91-2.77l5.5-2.06c.57-.21%201.51-.21%202.08%200l5.5%202.06c1.06.4%201.92%201.64%201.92%202.77%22%2F%3E%3Cpath%20d%3D%22M16%2011.512c-2.48%200-4.5%202.02-4.5%204.5s2.02%204.5%204.5%204.5s4.5-2.02%204.5-4.5a4.5%204.5%200%200%200-4.5-4.5M21%2022c-.27%200-.52-.11-.71-.29c-.04-.05-.09-.1-.12-.16a.6.6%200%200%201-.09-.17a.6.6%200%200%201-.06-.18c-.01-.07-.02-.13-.02-.2c0-.13.03-.26.08-.38c.05-.13.12-.23.21-.33c.23-.23.58-.34.9-.27c.07.01.13.03.19.06c.06.02.12.05.17.09c.06.03.11.08.16.12c.09.1.16.2.21.33c.05.12.08.25.08.38c0%20.26-.11.52-.29.71c-.05.04-.1.08-.16.12c-.05.04-.11.07-.17.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.45%206.94v2.51c0%20.71-.72%201.17-1.39.92a6.1%206.1%200%200%200-2.75-.33c-2.38.26-4.82%202.55-5.22%204.92c-.33%201.97.3%203.81%201.51%205.11c.55.6.18%201.57-.63%201.66c-.69.08-1.37.06-1.75-.22l-5.5-4.11c-.65-.49-1.18-1.55-1.18-2.37V6.94c0-1.13.86-2.37%201.91-2.77l5.5-2.06c.57-.21%201.51-.21%202.08%200l5.5%202.06c1.06.4%201.92%201.64%201.92%202.77%22%2F%3E%3Cpath%20d%3D%22M16%2011.512c-2.48%200-4.5%202.02-4.5%204.5s2.02%204.5%204.5%204.5s4.5-2.02%204.5-4.5a4.5%204.5%200%200%200-4.5-4.5M21%2022c-.27%200-.52-.11-.71-.29c-.04-.05-.09-.1-.12-.16a.6.6%200%200%201-.09-.17a.6.6%200%200%201-.06-.18c-.01-.07-.02-.13-.02-.2c0-.13.03-.26.08-.38c.05-.13.12-.23.21-.33c.23-.23.58-.34.9-.27c.07.01.13.03.19.06c.06.02.12.05.17.09c.06.03.11.08.16.12c.09.1.16.2.21.33c.05.12.08.25.08.38c0%20.26-.11.52-.29.71c-.05.04-.1.08-.16.12c-.05.04-.11.07-.17.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/shield-search-filled.svg?color=%231a73e8&size=48