security scan icon

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

Name
security-scan-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" fill-opacity=".15" d="M460.7 451.1a80.1 80.1 0 1 0 160.2 0a80.1 80.1 0 1 0-160.2 0"/><path fill="currentColor" fill-opacity=".15" d="M214 226.7v427.6l298 232.2l298-232.2V226.7L512 125.1zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8c-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 0"/><path fill="currentColor" d="m418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1c56.3-56.3 56.3-147.5 0-203.8s-147.5-56.3-203.8 0c-48.5 48.5-55.2 122.9-20.1 178.6m65.4-133.3a80.1 80.1 0 0 1 113.3 0a80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSecurityScanTwotone(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.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" fillOpacity=".15" d="M460.7 451.1a80.1 80.1 0 1 0 160.2 0a80.1 80.1 0 1 0-160.2 0"/><path fill="currentColor" fillOpacity=".15" d="M214 226.7v427.6l298 232.2l298-232.2V226.7L512 125.1zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8c-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 0"/><path fill="currentColor" d="m418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1c56.3-56.3 56.3-147.5 0-203.8s-147.5-56.3-203.8 0c-48.5 48.5-55.2 122.9-20.1 178.6m65.4-133.3a80.1 80.1 0 0 1 113.3 0a80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3"/></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.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" fill-opacity=".15" d="M460.7 451.1a80.1 80.1 0 1 0 160.2 0a80.1 80.1 0 1 0-160.2 0"/><path fill="currentColor" fill-opacity=".15" d="M214 226.7v427.6l298 232.2l298-232.2V226.7L512 125.1zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8c-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 0"/><path fill="currentColor" d="m418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1c56.3-56.3 56.3-147.5 0-203.8s-147.5-56.3-203.8 0c-48.5 48.5-55.2 122.9-20.1 178.6m65.4-133.3a80.1 80.1 0 0 1 113.3 0a80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3"/></svg>
</template>

CSS

.icon-security-scan-twotone {
  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.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M460.7%20451.1a80.1%2080.1%200%201%200%20160.2%200a80.1%2080.1%200%201%200-160.2%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M214%20226.7v427.6l298%20232.2l298-232.2V226.7L512%20125.1zm428.7%20122.5c56.3%2056.3%2056.3%20147.5%200%20203.8c-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%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m418.8%20527.8l-77.5%2077.5a8.03%208.03%200%200%200%200%2011.3l34%2034c3.1%203.1%208.2%203.1%2011.3%200l77.5-77.5c55.6%2035.1%20130.1%2028.4%20178.6-20.1c56.3-56.3%2056.3-147.5%200-203.8s-147.5-56.3-203.8%200c-48.5%2048.5-55.2%20122.9-20.1%20178.6m65.4-133.3a80.1%2080.1%200%200%201%20113.3%200a80.1%2080.1%200%200%201%200%20113.3c-31.3%2031.3-82%2031.3-113.3%200s-31.3-82%200-113.3%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.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M460.7%20451.1a80.1%2080.1%200%201%200%20160.2%200a80.1%2080.1%200%201%200-160.2%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M214%20226.7v427.6l298%20232.2l298-232.2V226.7L512%20125.1zm428.7%20122.5c56.3%2056.3%2056.3%20147.5%200%20203.8c-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%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m418.8%20527.8l-77.5%2077.5a8.03%208.03%200%200%200%200%2011.3l34%2034c3.1%203.1%208.2%203.1%2011.3%200l77.5-77.5c55.6%2035.1%20130.1%2028.4%20178.6-20.1c56.3-56.3%2056.3-147.5%200-203.8s-147.5-56.3-203.8%200c-48.5%2048.5-55.2%20122.9-20.1%20178.6m65.4-133.3a80.1%2080.1%200%200%201%20113.3%200a80.1%2080.1%200%200%201%200%20113.3c-31.3%2031.3-82%2031.3-113.3%200s-31.3-82%200-113.3%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-twotone.svg?color=%231a73e8&size=48