detector-co-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
detector-co-rounded
Set
Material Symbols Light
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the detector co icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.56 14.02q-.416 0-.709-.292t-.293-.707t.29-.709t.708-.293t.709.291t.293.707t-.291.709t-.707.293m3.462 3q-.416 0-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709t-.707.293m-3.462 3q-.416 0-.709-.29t-.293-.707t.29-.71t.708-.293t.709.291t.293.707t-.291.709t-.707.293m6.195-6.29q-.293-.292-.293-.707t.29-.71t.707-.293t.71.291t.293.707t-.291.709t-.707.293t-.71-.29m.04 6q-.294-.292-.294-.707t.291-.71t.707-.293t.709.291t.293.707t-.291.709t-.707.293t-.709-.29m4.113-2.71q-.416 0-.709-.29q-.293-.292-.293-.707t.29-.71t.708-.293t.708.291t.294.707t-.291.709t-.707.293m-13.788 0q-.416 0-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709q-.292.293-.707.293m3.474-6.711q-.517 0-.936-.292q-.418-.291-.598-.782L6.46 7.538h-.846q-.666 0-1.14-.474T4 5.923V4.808q0-.44.299-.74t.74-.299h13.923q.44 0 .739.3t.299.739v1.115q0 .667-.475 1.141t-1.14.475h-.846l-.67 1.719q-.183.464-.589.757q-.407.293-.914.293zm-1.069-2.77l.493 1.366q.076.192.23.298t.346.106h6.816q.192 0 .346-.106t.23-.298l.493-1.366z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDetectorCoRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.56 14.02q-.416 0-.709-.292t-.293-.707t.29-.709t.708-.293t.709.291t.293.707t-.291.709t-.707.293m3.462 3q-.416 0-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709t-.707.293m-3.462 3q-.416 0-.709-.29t-.293-.707t.29-.71t.708-.293t.709.291t.293.707t-.291.709t-.707.293m6.195-6.29q-.293-.292-.293-.707t.29-.71t.707-.293t.71.291t.293.707t-.291.709t-.707.293t-.71-.29m.04 6q-.294-.292-.294-.707t.291-.71t.707-.293t.709.291t.293.707t-.291.709t-.707.293t-.709-.29m4.113-2.71q-.416 0-.709-.29q-.293-.292-.293-.707t.29-.71t.708-.293t.708.291t.294.707t-.291.709t-.707.293m-13.788 0q-.416 0-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709q-.292.293-.707.293m3.474-6.711q-.517 0-.936-.292q-.418-.291-.598-.782L6.46 7.538h-.846q-.666 0-1.14-.474T4 5.923V4.808q0-.44.299-.74t.74-.299h13.923q.44 0 .739.3t.299.739v1.115q0 .667-.475 1.141t-1.14.475h-.846l-.67 1.719q-.183.464-.589.757q-.407.293-.914.293zm-1.069-2.77l.493 1.366q.076.192.23.298t.346.106h6.816q.192 0 .346-.106t.23-.298l.493-1.366z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.56 14.02q-.416 0-.709-.292t-.293-.707t.29-.709t.708-.293t.709.291t.293.707t-.291.709t-.707.293m3.462 3q-.416 0-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709t-.707.293m-3.462 3q-.416 0-.709-.29t-.293-.707t.29-.71t.708-.293t.709.291t.293.707t-.291.709t-.707.293m6.195-6.29q-.293-.292-.293-.707t.29-.71t.707-.293t.71.291t.293.707t-.291.709t-.707.293t-.71-.29m.04 6q-.294-.292-.294-.707t.291-.71t.707-.293t.709.291t.293.707t-.291.709t-.707.293t-.709-.29m4.113-2.71q-.416 0-.709-.29q-.293-.292-.293-.707t.29-.71t.708-.293t.708.291t.294.707t-.291.709t-.707.293m-13.788 0q-.416 0-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709q-.292.293-.707.293m3.474-6.711q-.517 0-.936-.292q-.418-.291-.598-.782L6.46 7.538h-.846q-.666 0-1.14-.474T4 5.923V4.808q0-.44.299-.74t.74-.299h13.923q.44 0 .739.3t.299.739v1.115q0 .667-.475 1.141t-1.14.475h-.846l-.67 1.719q-.183.464-.589.757q-.407.293-.914.293zm-1.069-2.77l.493 1.366q.076.192.23.298t.346.106h6.816q.192 0 .346-.106t.23-.298l.493-1.366z"/></svg>
</template>

CSS

.icon-detector-co-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.56%2014.02q-.416%200-.709-.292t-.293-.707t.29-.709t.708-.293t.709.291t.293.707t-.291.709t-.707.293m3.462%203q-.416%200-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709t-.707.293m-3.462%203q-.416%200-.709-.29t-.293-.707t.29-.71t.708-.293t.709.291t.293.707t-.291.709t-.707.293m6.195-6.29q-.293-.292-.293-.707t.29-.71t.707-.293t.71.291t.293.707t-.291.709t-.707.293t-.71-.29m.04%206q-.294-.292-.294-.707t.291-.71t.707-.293t.709.291t.293.707t-.291.709t-.707.293t-.709-.29m4.113-2.71q-.416%200-.709-.29q-.293-.292-.293-.707t.29-.71t.708-.293t.708.291t.294.707t-.291.709t-.707.293m-13.788%200q-.416%200-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709q-.292.293-.707.293m3.474-6.711q-.517%200-.936-.292q-.418-.291-.598-.782L6.46%207.538h-.846q-.666%200-1.14-.474T4%205.923V4.808q0-.44.299-.74t.74-.299h13.923q.44%200%20.739.3t.299.739v1.115q0%20.667-.475%201.141t-1.14.475h-.846l-.67%201.719q-.183.464-.589.757q-.407.293-.914.293zm-1.069-2.77l.493%201.366q.076.192.23.298t.346.106h6.816q.192%200%20.346-.106t.23-.298l.493-1.366z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.56%2014.02q-.416%200-.709-.292t-.293-.707t.29-.709t.708-.293t.709.291t.293.707t-.291.709t-.707.293m3.462%203q-.416%200-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709t-.707.293m-3.462%203q-.416%200-.709-.29t-.293-.707t.29-.71t.708-.293t.709.291t.293.707t-.291.709t-.707.293m6.195-6.29q-.293-.292-.293-.707t.29-.71t.707-.293t.71.291t.293.707t-.291.709t-.707.293t-.71-.29m.04%206q-.294-.292-.294-.707t.291-.71t.707-.293t.709.291t.293.707t-.291.709t-.707.293t-.709-.29m4.113-2.71q-.416%200-.709-.29q-.293-.292-.293-.707t.29-.71t.708-.293t.708.291t.294.707t-.291.709t-.707.293m-13.788%200q-.416%200-.71-.29t-.293-.707t.291-.71t.707-.293t.709.291t.293.707t-.29.709q-.292.293-.707.293m3.474-6.711q-.517%200-.936-.292q-.418-.291-.598-.782L6.46%207.538h-.846q-.666%200-1.14-.474T4%205.923V4.808q0-.44.299-.74t.74-.299h13.923q.44%200%20.739.3t.299.739v1.115q0%20.667-.475%201.141t-1.14.475h-.846l-.67%201.719q-.183.464-.589.757q-.407.293-.914.293zm-1.069-2.77l.493%201.366q.076.192.23.298t.346.106h6.816q.192%200%20.346-.106t.23-.298l.493-1.366z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/detector-co-rounded.svg?color=%231a73e8&size=48