detection icon

detection from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.

Name
detection
Set
IconPark
Style
Color
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark

Use the detection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linejoin="round" d="M6.45012 34.8494L10.4398 31.5017L10.9532 25.6319L18.9331 18.936L27.7107 11.5707L30.9026 8.8924C33.9875 6.30384 38.5867 6.70623 41.1753 9.79115C43.7638 12.8761 43.3615 17.4753 40.2765 20.0639L37.0847 22.7422L28.3071 30.1074L20.3272 36.8033L14.4598 36.2925L10.473 39.6379C9.14922 40.7487 7.17567 40.576 6.06492 39.2522C4.95548 37.9301 5.12794 35.9588 6.45012 34.8494Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M23.4365 9.71777L38.2075 27.3211"/><path stroke-linecap="round" d="M18.5755 29.0002L24.3018 24.0002"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDetection(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinejoin="round" d="M6.45012 34.8494L10.4398 31.5017L10.9532 25.6319L18.9331 18.936L27.7107 11.5707L30.9026 8.8924C33.9875 6.30384 38.5867 6.70623 41.1753 9.79115C43.7638 12.8761 43.3615 17.4753 40.2765 20.0639L37.0847 22.7422L28.3071 30.1074L20.3272 36.8033L14.4598 36.2925L10.473 39.6379C9.14922 40.7487 7.17567 40.576 6.06492 39.2522C4.95548 37.9301 5.12794 35.9588 6.45012 34.8494Z" clipRule="evenodd"/><path strokeLinecap="round" d="M23.4365 9.71777L38.2075 27.3211"/><path strokeLinecap="round" d="M18.5755 29.0002L24.3018 24.0002"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linejoin="round" d="M6.45012 34.8494L10.4398 31.5017L10.9532 25.6319L18.9331 18.936L27.7107 11.5707L30.9026 8.8924C33.9875 6.30384 38.5867 6.70623 41.1753 9.79115C43.7638 12.8761 43.3615 17.4753 40.2765 20.0639L37.0847 22.7422L28.3071 30.1074L20.3272 36.8033L14.4598 36.2925L10.473 39.6379C9.14922 40.7487 7.17567 40.576 6.06492 39.2522C4.95548 37.9301 5.12794 35.9588 6.45012 34.8494Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M23.4365 9.71777L38.2075 27.3211"/><path stroke-linecap="round" d="M18.5755 29.0002L24.3018 24.0002"/></g></svg>
</template>

CSS

.icon-detection {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.45012%2034.8494L10.4398%2031.5017L10.9532%2025.6319L18.9331%2018.936L27.7107%2011.5707L30.9026%208.8924C33.9875%206.30384%2038.5867%206.70623%2041.1753%209.79115C43.7638%2012.8761%2043.3615%2017.4753%2040.2765%2020.0639L37.0847%2022.7422L28.3071%2030.1074L20.3272%2036.8033L14.4598%2036.2925L10.473%2039.6379C9.14922%2040.7487%207.17567%2040.576%206.06492%2039.2522C4.95548%2037.9301%205.12794%2035.9588%206.45012%2034.8494Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.4365%209.71777L38.2075%2027.3211%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5755%2029.0002L24.3018%2024.0002%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.45012%2034.8494L10.4398%2031.5017L10.9532%2025.6319L18.9331%2018.936L27.7107%2011.5707L30.9026%208.8924C33.9875%206.30384%2038.5867%206.70623%2041.1753%209.79115C43.7638%2012.8761%2043.3615%2017.4753%2040.2765%2020.0639L37.0847%2022.7422L28.3071%2030.1074L20.3272%2036.8033L14.4598%2036.2925L10.473%2039.6379C9.14922%2040.7487%207.17567%2040.576%206.06492%2039.2522C4.95548%2037.9301%205.12794%2035.9588%206.45012%2034.8494Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.4365%209.71777L38.2075%2027.3211%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5755%2029.0002L24.3018%2024.0002%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/detection.svg?color=%231a73e8&size=48