signal one icon

signal-one from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.

Name
signal-one
Set
IconPark
Style
Color
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark

Use the signal one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M38.1421 38.1422C41.7614 34.5229 44 29.5229 44 24C44 18.4772 41.7614 13.4772 38.1421 9.85791"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M9.85786 9.85791C6.23858 13.4772 4 18.4772 4 24C4 29.5229 6.23858 34.5229 9.85786 38.1422"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M15.1005 14.1006C12.567 16.6341 11 20.1341 11 24.0001C11 27.8661 12.567 31.3661 15.1005 33.8996"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M32.8994 33.8996C35.4329 31.3661 36.9999 27.8661 36.9999 24.0001C36.9999 20.1341 35.4329 16.6341 32.8994 14.1006"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 44V34"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 4V14"/><path fill="#000" d="M24 27C25.6569 27 27 25.6569 27 24C27 22.3431 25.6569 21 24 21C22.3431 21 21 22.3431 21 24C21 25.6569 22.3431 27 24 27Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSignalOne(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"><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M38.1421 38.1422C41.7614 34.5229 44 29.5229 44 24C44 18.4772 41.7614 13.4772 38.1421 9.85791"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M9.85786 9.85791C6.23858 13.4772 4 18.4772 4 24C4 29.5229 6.23858 34.5229 9.85786 38.1422"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M15.1005 14.1006C12.567 16.6341 11 20.1341 11 24.0001C11 27.8661 12.567 31.3661 15.1005 33.8996"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M32.8994 33.8996C35.4329 31.3661 36.9999 27.8661 36.9999 24.0001C36.9999 20.1341 35.4329 16.6341 32.8994 14.1006"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 44V34"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 4V14"/><path fill="#000" d="M24 27C25.6569 27 27 25.6569 27 24C27 22.3431 25.6569 21 24 21C22.3431 21 21 22.3431 21 24C21 25.6569 22.3431 27 24 27Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M38.1421 38.1422C41.7614 34.5229 44 29.5229 44 24C44 18.4772 41.7614 13.4772 38.1421 9.85791"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M9.85786 9.85791C6.23858 13.4772 4 18.4772 4 24C4 29.5229 6.23858 34.5229 9.85786 38.1422"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M15.1005 14.1006C12.567 16.6341 11 20.1341 11 24.0001C11 27.8661 12.567 31.3661 15.1005 33.8996"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M32.8994 33.8996C35.4329 31.3661 36.9999 27.8661 36.9999 24.0001C36.9999 20.1341 35.4329 16.6341 32.8994 14.1006"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 44V34"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 4V14"/><path fill="#000" d="M24 27C25.6569 27 27 25.6569 27 24C27 22.3431 25.6569 21 24 21C22.3431 21 21 22.3431 21 24C21 25.6569 22.3431 27 24 27Z"/></g></svg>
</template>

CSS

.icon-signal-one {
  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%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38.1421%2038.1422C41.7614%2034.5229%2044%2029.5229%2044%2024C44%2018.4772%2041.7614%2013.4772%2038.1421%209.85791%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9.85786%209.85791C6.23858%2013.4772%204%2018.4772%204%2024C4%2029.5229%206.23858%2034.5229%209.85786%2038.1422%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15.1005%2014.1006C12.567%2016.6341%2011%2020.1341%2011%2024.0001C11%2027.8661%2012.567%2031.3661%2015.1005%2033.8996%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M32.8994%2033.8996C35.4329%2031.3661%2036.9999%2027.8661%2036.9999%2024.0001C36.9999%2020.1341%2035.4329%2016.6341%2032.8994%2014.1006%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2044V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%204V14%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%2027C25.6569%2027%2027%2025.6569%2027%2024C27%2022.3431%2025.6569%2021%2024%2021C22.3431%2021%2021%2022.3431%2021%2024C21%2025.6569%2022.3431%2027%2024%2027Z%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%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38.1421%2038.1422C41.7614%2034.5229%2044%2029.5229%2044%2024C44%2018.4772%2041.7614%2013.4772%2038.1421%209.85791%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9.85786%209.85791C6.23858%2013.4772%204%2018.4772%204%2024C4%2029.5229%206.23858%2034.5229%209.85786%2038.1422%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15.1005%2014.1006C12.567%2016.6341%2011%2020.1341%2011%2024.0001C11%2027.8661%2012.567%2031.3661%2015.1005%2033.8996%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M32.8994%2033.8996C35.4329%2031.3661%2036.9999%2027.8661%2036.9999%2024.0001C36.9999%2020.1341%2035.4329%2016.6341%2032.8994%2014.1006%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2044V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%204V14%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%2027C25.6569%2027%2027%2025.6569%2027%2024C27%2022.3431%2025.6569%2021%2024%2021C22.3431%2021%2021%2022.3431%2021%2024C21%2025.6569%2022.3431%2027%2024%2027Z%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/signal-one.svg?color=%231a73e8&size=48