search shield icon
search-shield-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- search-shield-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the search shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 3a6.5 6.5 0 0 1 5.096 10.535l3.434 3.435a.75.75 0 0 1-.976 1.133l-.084-.073l-3.435-3.434a6.47 6.47 0 0 1-3.962 1.402c.205-.447.349-.953.402-1.521a5 5 0 1 0-5.47-5.232l-.076.068c-.326.31-.815.696-1.385.936A6.5 6.5 0 0 1 9.5 3m-4.38 7.036a.574.574 0 0 1 .76 0c.509.484 1.484 1.254 2.683 1.412c.24.032.437.212.437.438v2.111c0 2.838-2.784 3.869-3.386 4.059a.37.37 0 0 1-.227 0C4.785 17.866 2 16.836 2 13.997v-2.111c0-.226.197-.406.437-.438c1.199-.158 2.174-.928 2.682-1.412"/></svg>
React
import type { SVGProps } from "react";
export function FluentSearchShield20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 3a6.5 6.5 0 0 1 5.096 10.535l3.434 3.435a.75.75 0 0 1-.976 1.133l-.084-.073l-3.435-3.434a6.47 6.47 0 0 1-3.962 1.402c.205-.447.349-.953.402-1.521a5 5 0 1 0-5.47-5.232l-.076.068c-.326.31-.815.696-1.385.936A6.5 6.5 0 0 1 9.5 3m-4.38 7.036a.574.574 0 0 1 .76 0c.509.484 1.484 1.254 2.683 1.412c.24.032.437.212.437.438v2.111c0 2.838-2.784 3.869-3.386 4.059a.37.37 0 0 1-.227 0C4.785 17.866 2 16.836 2 13.997v-2.111c0-.226.197-.406.437-.438c1.199-.158 2.174-.928 2.682-1.412"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 3a6.5 6.5 0 0 1 5.096 10.535l3.434 3.435a.75.75 0 0 1-.976 1.133l-.084-.073l-3.435-3.434a6.47 6.47 0 0 1-3.962 1.402c.205-.447.349-.953.402-1.521a5 5 0 1 0-5.47-5.232l-.076.068c-.326.31-.815.696-1.385.936A6.5 6.5 0 0 1 9.5 3m-4.38 7.036a.574.574 0 0 1 .76 0c.509.484 1.484 1.254 2.683 1.412c.24.032.437.212.437.438v2.111c0 2.838-2.784 3.869-3.386 4.059a.37.37 0 0 1-.227 0C4.785 17.866 2 16.836 2 13.997v-2.111c0-.226.197-.406.437-.438c1.199-.158 2.174-.928 2.682-1.412"/></svg> </template>
CSS
.icon-search-shield-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203a6.5%206.5%200%200%201%205.096%2010.535l3.434%203.435a.75.75%200%200%201-.976%201.133l-.084-.073l-3.435-3.434a6.47%206.47%200%200%201-3.962%201.402c.205-.447.349-.953.402-1.521a5%205%200%201%200-5.47-5.232l-.076.068c-.326.31-.815.696-1.385.936A6.5%206.5%200%200%201%209.5%203m-4.38%207.036a.574.574%200%200%201%20.76%200c.509.484%201.484%201.254%202.683%201.412c.24.032.437.212.437.438v2.111c0%202.838-2.784%203.869-3.386%204.059a.37.37%200%200%201-.227%200C4.785%2017.866%202%2016.836%202%2013.997v-2.111c0-.226.197-.406.437-.438c1.199-.158%202.174-.928%202.682-1.412%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203a6.5%206.5%200%200%201%205.096%2010.535l3.434%203.435a.75.75%200%200%201-.976%201.133l-.084-.073l-3.435-3.434a6.47%206.47%200%200%201-3.962%201.402c.205-.447.349-.953.402-1.521a5%205%200%201%200-5.47-5.232l-.076.068c-.326.31-.815.696-1.385.936A6.5%206.5%200%200%201%209.5%203m-4.38%207.036a.574.574%200%200%201%20.76%200c.509.484%201.484%201.254%202.683%201.412c.24.032.437.212.437.438v2.111c0%202.838-2.784%203.869-3.386%204.059a.37.37%200%200%201-.227%200C4.785%2017.866%202%2016.836%202%2013.997v-2.111c0-.226.197-.406.437-.438c1.199-.158%202.174-.928%202.682-1.412%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/search-shield-20-filled.svg?color=%231a73e8&size=48