wire logo
wire from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- wire
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×174
- License
- CC0
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 512 174"><path d="M198.232 108.467c0 29.008-23.36 52.607-52.395 52.607a52.73 52.73 0 0 1-31.353-10.345c9.782-11.375 15.606-26.125 15.606-42.262l.02-83.71C130.11 11.106 118.996 0 105.333 0s-24.78 11.106-24.78 24.757l-.021 83.71c0 16.137 6.215 30.887 15.997 42.262a52.73 52.73 0 0 1-31.354 10.345c-29.035 0-52.786-23.599-52.786-52.607V6.347H0v102.12c0 35.832 29.44 64.985 65.306 64.985c15.206 0 29.308-5.28 40.396-14.047c11.088 8.768 24.865 14.047 40.07 14.047c35.867 0 64.85-29.153 64.85-64.985V6.347h-12.39zm-92.921 33.83c-7.718-9.155-12.39-20.952-12.39-33.83l.022-83.71c0-6.827 5.557-12.378 12.39-12.378c6.83 0 12.389 5.551 12.389 12.378l-.022 83.71c0 12.878-4.672 24.675-12.39 33.83m142.5 27.876h12.39V6.013h-12.39zM368.667 3.15c-24.448 0-46.06 12.36-58.91 31.151V6.013h-12.39v164.16h12.39V74.396h.006c0-32.447 26.424-58.844 58.904-58.844zm31.982 140.825l51.266-51.266L512 32.624a86 86 0 0 0-4.22-4.54c-33.21-33.21-87.249-33.21-120.46 0s-33.21 87.25 0 120.46c33.207 33.206 87.233 33.21 120.446.014l-8.761-8.76c-26.906 26.89-69.793 28.28-98.355 4.177m-4.569-107.13c26.905-26.904 69.802-28.299 98.37-4.192L391.889 135.214c-24.106-28.568-22.712-71.465 4.192-98.369"/></svg>
React
import type { SVGProps } from "react";
export function LogosWire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 174"><path d="M198.232 108.467c0 29.008-23.36 52.607-52.395 52.607a52.73 52.73 0 0 1-31.353-10.345c9.782-11.375 15.606-26.125 15.606-42.262l.02-83.71C130.11 11.106 118.996 0 105.333 0s-24.78 11.106-24.78 24.757l-.021 83.71c0 16.137 6.215 30.887 15.997 42.262a52.73 52.73 0 0 1-31.354 10.345c-29.035 0-52.786-23.599-52.786-52.607V6.347H0v102.12c0 35.832 29.44 64.985 65.306 64.985c15.206 0 29.308-5.28 40.396-14.047c11.088 8.768 24.865 14.047 40.07 14.047c35.867 0 64.85-29.153 64.85-64.985V6.347h-12.39zm-92.921 33.83c-7.718-9.155-12.39-20.952-12.39-33.83l.022-83.71c0-6.827 5.557-12.378 12.39-12.378c6.83 0 12.389 5.551 12.389 12.378l-.022 83.71c0 12.878-4.672 24.675-12.39 33.83m142.5 27.876h12.39V6.013h-12.39zM368.667 3.15c-24.448 0-46.06 12.36-58.91 31.151V6.013h-12.39v164.16h12.39V74.396h.006c0-32.447 26.424-58.844 58.904-58.844zm31.982 140.825l51.266-51.266L512 32.624a86 86 0 0 0-4.22-4.54c-33.21-33.21-87.249-33.21-120.46 0s-33.21 87.25 0 120.46c33.207 33.206 87.233 33.21 120.446.014l-8.761-8.76c-26.906 26.89-69.793 28.28-98.355 4.177m-4.569-107.13c26.905-26.904 69.802-28.299 98.37-4.192L391.889 135.214c-24.106-28.568-22.712-71.465 4.192-98.369"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 174"><path d="M198.232 108.467c0 29.008-23.36 52.607-52.395 52.607a52.73 52.73 0 0 1-31.353-10.345c9.782-11.375 15.606-26.125 15.606-42.262l.02-83.71C130.11 11.106 118.996 0 105.333 0s-24.78 11.106-24.78 24.757l-.021 83.71c0 16.137 6.215 30.887 15.997 42.262a52.73 52.73 0 0 1-31.354 10.345c-29.035 0-52.786-23.599-52.786-52.607V6.347H0v102.12c0 35.832 29.44 64.985 65.306 64.985c15.206 0 29.308-5.28 40.396-14.047c11.088 8.768 24.865 14.047 40.07 14.047c35.867 0 64.85-29.153 64.85-64.985V6.347h-12.39zm-92.921 33.83c-7.718-9.155-12.39-20.952-12.39-33.83l.022-83.71c0-6.827 5.557-12.378 12.39-12.378c6.83 0 12.389 5.551 12.389 12.378l-.022 83.71c0 12.878-4.672 24.675-12.39 33.83m142.5 27.876h12.39V6.013h-12.39zM368.667 3.15c-24.448 0-46.06 12.36-58.91 31.151V6.013h-12.39v164.16h12.39V74.396h.006c0-32.447 26.424-58.844 58.904-58.844zm31.982 140.825l51.266-51.266L512 32.624a86 86 0 0 0-4.22-4.54c-33.21-33.21-87.249-33.21-120.46 0s-33.21 87.25 0 120.46c33.207 33.206 87.233 33.21 120.446.014l-8.761-8.76c-26.906 26.89-69.793 28.28-98.355 4.177m-4.569-107.13c26.905-26.904 69.802-28.299 98.37-4.192L391.889 135.214c-24.106-28.568-22.712-71.465 4.192-98.369"/></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%20512%20174%22%3E%3Cpath%20d%3D%22M198.232%20108.467c0%2029.008-23.36%2052.607-52.395%2052.607a52.73%2052.73%200%200%201-31.353-10.345c9.782-11.375%2015.606-26.125%2015.606-42.262l.02-83.71C130.11%2011.106%20118.996%200%20105.333%200s-24.78%2011.106-24.78%2024.757l-.021%2083.71c0%2016.137%206.215%2030.887%2015.997%2042.262a52.73%2052.73%200%200%201-31.354%2010.345c-29.035%200-52.786-23.599-52.786-52.607V6.347H0v102.12c0%2035.832%2029.44%2064.985%2065.306%2064.985c15.206%200%2029.308-5.28%2040.396-14.047c11.088%208.768%2024.865%2014.047%2040.07%2014.047c35.867%200%2064.85-29.153%2064.85-64.985V6.347h-12.39zm-92.921%2033.83c-7.718-9.155-12.39-20.952-12.39-33.83l.022-83.71c0-6.827%205.557-12.378%2012.39-12.378c6.83%200%2012.389%205.551%2012.389%2012.378l-.022%2083.71c0%2012.878-4.672%2024.675-12.39%2033.83m142.5%2027.876h12.39V6.013h-12.39zM368.667%203.15c-24.448%200-46.06%2012.36-58.91%2031.151V6.013h-12.39v164.16h12.39V74.396h.006c0-32.447%2026.424-58.844%2058.904-58.844zm31.982%20140.825l51.266-51.266L512%2032.624a86%2086%200%200%200-4.22-4.54c-33.21-33.21-87.249-33.21-120.46%200s-33.21%2087.25%200%20120.46c33.207%2033.206%2087.233%2033.21%20120.446.014l-8.761-8.76c-26.906%2026.89-69.793%2028.28-98.355%204.177m-4.569-107.13c26.905-26.904%2069.802-28.299%2098.37-4.192L391.889%20135.214c-24.106-28.568-22.712-71.465%204.192-98.369%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%20512%20174%22%3E%3Cpath%20d%3D%22M198.232%20108.467c0%2029.008-23.36%2052.607-52.395%2052.607a52.73%2052.73%200%200%201-31.353-10.345c9.782-11.375%2015.606-26.125%2015.606-42.262l.02-83.71C130.11%2011.106%20118.996%200%20105.333%200s-24.78%2011.106-24.78%2024.757l-.021%2083.71c0%2016.137%206.215%2030.887%2015.997%2042.262a52.73%2052.73%200%200%201-31.354%2010.345c-29.035%200-52.786-23.599-52.786-52.607V6.347H0v102.12c0%2035.832%2029.44%2064.985%2065.306%2064.985c15.206%200%2029.308-5.28%2040.396-14.047c11.088%208.768%2024.865%2014.047%2040.07%2014.047c35.867%200%2064.85-29.153%2064.85-64.985V6.347h-12.39zm-92.921%2033.83c-7.718-9.155-12.39-20.952-12.39-33.83l.022-83.71c0-6.827%205.557-12.378%2012.39-12.378c6.83%200%2012.389%205.551%2012.389%2012.378l-.022%2083.71c0%2012.878-4.672%2024.675-12.39%2033.83m142.5%2027.876h12.39V6.013h-12.39zM368.667%203.15c-24.448%200-46.06%2012.36-58.91%2031.151V6.013h-12.39v164.16h12.39V74.396h.006c0-32.447%2026.424-58.844%2058.904-58.844zm31.982%20140.825l51.266-51.266L512%2032.624a86%2086%200%200%200-4.22-4.54c-33.21-33.21-87.249-33.21-120.46%200s-33.21%2087.25%200%20120.46c33.207%2033.206%2087.233%2033.21%20120.446.014l-8.761-8.76c-26.906%2026.89-69.793%2028.28-98.355%204.177m-4.569-107.13c26.905-26.904%2069.802-28.299%2098.37-4.192L391.889%20135.214c-24.106-28.568-22.712-71.465%204.192-98.369%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/wire.svg?color=%231a73e8&size=48