security scan icon

security-scan-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
security-scan-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
security-scan-fill

2 other variants in Ant Design Icons

Use the security scan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6c56.3-56.3 147.5-56.3 203.8 0s56.3 147.5 0 203.8m-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28a80.1 80.1 0 1 0-113.27 113.28"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSecurityScanFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6c56.3-56.3 147.5-56.3 203.8 0s56.3 147.5 0 203.8m-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28a80.1 80.1 0 1 0-113.27 113.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6c56.3-56.3 147.5-56.3 203.8 0s56.3 147.5 0 203.8m-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28a80.1 80.1 0 1 0-113.27 113.28"/></svg>
</template>

CSS

.icon-security-scan-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M866.9%20169.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M626.8%20554c-48.5%2048.5-123%2055.2-178.6%2020.1l-77.5%2077.5a8.03%208.03%200%200%201-11.3%200l-34-34a8.03%208.03%200%200%201%200-11.3l77.5-77.5c-35.1-55.7-28.4-130.1%2020.1-178.6c56.3-56.3%20147.5-56.3%20203.8%200s56.3%20147.5%200%20203.8m-158.54-45.27a80.1%2080.1%200%201%200%20113.27-113.28a80.1%2080.1%200%201%200-113.27%20113.28%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M866.9%20169.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M626.8%20554c-48.5%2048.5-123%2055.2-178.6%2020.1l-77.5%2077.5a8.03%208.03%200%200%201-11.3%200l-34-34a8.03%208.03%200%200%201%200-11.3l77.5-77.5c-35.1-55.7-28.4-130.1%2020.1-178.6c56.3-56.3%20147.5-56.3%20203.8%200s56.3%20147.5%200%20203.8m-158.54-45.27a80.1%2080.1%200%201%200%20113.27-113.28a80.1%2080.1%200%201%200-113.27%20113.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/security-scan-filled.svg?color=%231a73e8&size=48