wire logo
wire from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- wire
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M32 19.303c.011 5.443-4.396 9.864-9.839 9.88h-.021a9.75 9.75 0 0 1-6-2.141c-4.359 3.391-10.645 2.609-14.036-1.749A10 10 0 0 1 0 19.304V3.761h1.88v15.543c-.005 4.416 3.579 8 7.995 8.004a8 8 0 0 0 4.787-1.588a9.83 9.83 0 0 1-2.421-6.416V6.585c0-2.079 1.681-3.761 3.76-3.761s3.76 1.683 3.76 3.761v12.719a9.85 9.85 0 0 1-2.359 6.416c3.563 2.609 8.572 1.828 11.177-1.74a7.98 7.98 0 0 0 1.541-4.676V3.761H32zM17.88 6.579c0-1.037-.844-1.881-1.88-1.881s-1.88.844-1.88 1.881v12.724A8 8 0 0 0 16 24.438a8.02 8.02 0 0 0 1.88-5.135z"/></svg>
React
import type { SVGProps } from "react";
export function CibWire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M32 19.303c.011 5.443-4.396 9.864-9.839 9.88h-.021a9.75 9.75 0 0 1-6-2.141c-4.359 3.391-10.645 2.609-14.036-1.749A10 10 0 0 1 0 19.304V3.761h1.88v15.543c-.005 4.416 3.579 8 7.995 8.004a8 8 0 0 0 4.787-1.588a9.83 9.83 0 0 1-2.421-6.416V6.585c0-2.079 1.681-3.761 3.76-3.761s3.76 1.683 3.76 3.761v12.719a9.85 9.85 0 0 1-2.359 6.416c3.563 2.609 8.572 1.828 11.177-1.74a7.98 7.98 0 0 0 1.541-4.676V3.761H32zM17.88 6.579c0-1.037-.844-1.881-1.88-1.881s-1.88.844-1.88 1.881v12.724A8 8 0 0 0 16 24.438a8.02 8.02 0 0 0 1.88-5.135z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M32 19.303c.011 5.443-4.396 9.864-9.839 9.88h-.021a9.75 9.75 0 0 1-6-2.141c-4.359 3.391-10.645 2.609-14.036-1.749A10 10 0 0 1 0 19.304V3.761h1.88v15.543c-.005 4.416 3.579 8 7.995 8.004a8 8 0 0 0 4.787-1.588a9.83 9.83 0 0 1-2.421-6.416V6.585c0-2.079 1.681-3.761 3.76-3.761s3.76 1.683 3.76 3.761v12.719a9.85 9.85 0 0 1-2.359 6.416c3.563 2.609 8.572 1.828 11.177-1.74a7.98 7.98 0 0 0 1.541-4.676V3.761H32zM17.88 6.579c0-1.037-.844-1.881-1.88-1.881s-1.88.844-1.88 1.881v12.724A8 8 0 0 0 16 24.438a8.02 8.02 0 0 0 1.88-5.135z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2019.303c.011%205.443-4.396%209.864-9.839%209.88h-.021a9.75%209.75%200%200%201-6-2.141c-4.359%203.391-10.645%202.609-14.036-1.749A10%2010%200%200%201%200%2019.304V3.761h1.88v15.543c-.005%204.416%203.579%208%207.995%208.004a8%208%200%200%200%204.787-1.588a9.83%209.83%200%200%201-2.421-6.416V6.585c0-2.079%201.681-3.761%203.76-3.761s3.76%201.683%203.76%203.761v12.719a9.85%209.85%200%200%201-2.359%206.416c3.563%202.609%208.572%201.828%2011.177-1.74a7.98%207.98%200%200%200%201.541-4.676V3.761H32zM17.88%206.579c0-1.037-.844-1.881-1.88-1.881s-1.88.844-1.88%201.881v12.724A8%208%200%200%200%2016%2024.438a8.02%208.02%200%200%200%201.88-5.135z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2019.303c.011%205.443-4.396%209.864-9.839%209.88h-.021a9.75%209.75%200%200%201-6-2.141c-4.359%203.391-10.645%202.609-14.036-1.749A10%2010%200%200%201%200%2019.304V3.761h1.88v15.543c-.005%204.416%203.579%208%207.995%208.004a8%208%200%200%200%204.787-1.588a9.83%209.83%200%200%201-2.421-6.416V6.585c0-2.079%201.681-3.761%203.76-3.761s3.76%201.683%203.76%203.761v12.719a9.85%209.85%200%200%201-2.359%206.416c3.563%202.609%208.572%201.828%2011.177-1.74a7.98%207.98%200%200%200%201.541-4.676V3.761H32zM17.88%206.579c0-1.037-.844-1.881-1.88-1.881s-1.88.844-1.88%201.881v12.724A8%208%200%200%200%2016%2024.438a8.02%208.02%200%200%200%201.88-5.135z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/wire.svg?color=%231a73e8&size=48