wire from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
wire
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the wire logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 14.475a7.395 7.395 0 0 1-7.38 7.41h-.016a7.3 7.3 0 0 1-4.5-1.605A7.498 7.498 0 0 1 0 14.475V2.82h1.41v11.655a6 6 0 0 0 9.585 4.815a7.38 7.38 0 0 1-1.815-4.814v-9.54a2.82 2.82 0 0 1 5.64 0v9.54a7.37 7.37 0 0 1-1.77 4.814a5.997 5.997 0 0 0 8.383-1.304a6 6 0 0 0 1.157-3.511V2.82H24zm-10.59-9.54a1.41 1.41 0 0 0-2.82 0v9.54A6 6 0 0 0 12 18.33a6 6 0 0 0 1.41-3.855z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWire(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="M24 14.475a7.395 7.395 0 0 1-7.38 7.41h-.016a7.3 7.3 0 0 1-4.5-1.605A7.498 7.498 0 0 1 0 14.475V2.82h1.41v11.655a6 6 0 0 0 9.585 4.815a7.38 7.38 0 0 1-1.815-4.814v-9.54a2.82 2.82 0 0 1 5.64 0v9.54a7.37 7.37 0 0 1-1.77 4.814a5.997 5.997 0 0 0 8.383-1.304a6 6 0 0 0 1.157-3.511V2.82H24zm-10.59-9.54a1.41 1.41 0 0 0-2.82 0v9.54A6 6 0 0 0 12 18.33a6 6 0 0 0 1.41-3.855z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 14.475a7.395 7.395 0 0 1-7.38 7.41h-.016a7.3 7.3 0 0 1-4.5-1.605A7.498 7.498 0 0 1 0 14.475V2.82h1.41v11.655a6 6 0 0 0 9.585 4.815a7.38 7.38 0 0 1-1.815-4.814v-9.54a2.82 2.82 0 0 1 5.64 0v9.54a7.37 7.37 0 0 1-1.77 4.814a5.997 5.997 0 0 0 8.383-1.304a6 6 0 0 0 1.157-3.511V2.82H24zm-10.59-9.54a1.41 1.41 0 0 0-2.82 0v9.54A6 6 0 0 0 12 18.33a6 6 0 0 0 1.41-3.855z"/></svg>
</template>

CSS

.icon-wire {
  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%22M24%2014.475a7.395%207.395%200%200%201-7.38%207.41h-.016a7.3%207.3%200%200%201-4.5-1.605A7.498%207.498%200%200%201%200%2014.475V2.82h1.41v11.655a6%206%200%200%200%209.585%204.815a7.38%207.38%200%200%201-1.815-4.814v-9.54a2.82%202.82%200%200%201%205.64%200v9.54a7.37%207.37%200%200%201-1.77%204.814a5.997%205.997%200%200%200%208.383-1.304a6%206%200%200%200%201.157-3.511V2.82H24zm-10.59-9.54a1.41%201.41%200%200%200-2.82%200v9.54A6%206%200%200%200%2012%2018.33a6%206%200%200%200%201.41-3.855z%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%22M24%2014.475a7.395%207.395%200%200%201-7.38%207.41h-.016a7.3%207.3%200%200%201-4.5-1.605A7.498%207.498%200%200%201%200%2014.475V2.82h1.41v11.655a6%206%200%200%200%209.585%204.815a7.38%207.38%200%200%201-1.815-4.814v-9.54a2.82%202.82%200%200%201%205.64%200v9.54a7.37%207.37%200%200%201-1.77%204.814a5.997%205.997%200%200%200%208.383-1.304a6%206%200%200%200%201.157-3.511V2.82H24zm-10.59-9.54a1.41%201.41%200%200%200-2.82%200v9.54A6%206%200%200%200%2012%2018.33a6%206%200%200%200%201.41-3.855z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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