outlet from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
outlet
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the outlet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494c.578.708 1.84 2.534 1.84 5.006s-1.262 4.297-1.84 5.006c-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8s1.262-4.297 1.84-5.006m1.074.506a.38.38 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8s1.099 3.74 1.615 4.374c.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126c.516-.633 1.615-2.237 1.615-4.374s-1.099-3.74-1.615-4.374a.38.38 0 0 0-.3-.126h-7.17z"/><path d="M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5M7 10v1h2v-1a1 1 0 0 0-2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function BiOutlet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494c.578.708 1.84 2.534 1.84 5.006s-1.262 4.297-1.84 5.006c-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8s1.262-4.297 1.84-5.006m1.074.506a.38.38 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8s1.099 3.74 1.615 4.374c.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126c.516-.633 1.615-2.237 1.615-4.374s-1.099-3.74-1.615-4.374a.38.38 0 0 0-.3-.126h-7.17z"/><path d="M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5M7 10v1h2v-1a1 1 0 0 0-2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494c.578.708 1.84 2.534 1.84 5.006s-1.262 4.297-1.84 5.006c-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8s1.262-4.297 1.84-5.006m1.074.506a.38.38 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8s1.099 3.74 1.615 4.374c.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126c.516-.633 1.615-2.237 1.615-4.374s-1.099-3.74-1.615-4.374a.38.38 0 0 0-.3-.126h-7.17z"/><path d="M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5M7 10v1h2v-1a1 1 0 0 0-2 0"/></g></svg>
</template>

CSS

.icon-outlet {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.34%202.994c.275-.338.68-.494%201.074-.494h7.172c.393%200%20.798.156%201.074.494c.578.708%201.84%202.534%201.84%205.006s-1.262%204.297-1.84%205.006c-.276.338-.68.494-1.074.494H4.414c-.394%200-.799-.156-1.074-.494C2.762%2012.297%201.5%2010.472%201.5%208s1.262-4.297%201.84-5.006m1.074.506a.38.38%200%200%200-.299.126C3.599%204.259%202.5%205.863%202.5%208s1.099%203.74%201.615%204.374c.06.073.163.126.3.126h7.17c.137%200%20.24-.053.3-.126c.516-.633%201.615-2.237%201.615-4.374s-1.099-3.74-1.615-4.374a.38.38%200%200%200-.3-.126h-7.17z%22%2F%3E%3Cpath%20d%3D%22M6%205.5a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-1%200V6a.5.5%200%200%201%20.5-.5m4%200a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-1%200V6a.5.5%200%200%201%20.5-.5M7%2010v1h2v-1a1%201%200%200%200-2%200%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.34%202.994c.275-.338.68-.494%201.074-.494h7.172c.393%200%20.798.156%201.074.494c.578.708%201.84%202.534%201.84%205.006s-1.262%204.297-1.84%205.006c-.276.338-.68.494-1.074.494H4.414c-.394%200-.799-.156-1.074-.494C2.762%2012.297%201.5%2010.472%201.5%208s1.262-4.297%201.84-5.006m1.074.506a.38.38%200%200%200-.299.126C3.599%204.259%202.5%205.863%202.5%208s1.099%203.74%201.615%204.374c.06.073.163.126.3.126h7.17c.137%200%20.24-.053.3-.126c.516-.633%201.615-2.237%201.615-4.374s-1.099-3.74-1.615-4.374a.38.38%200%200%200-.3-.126h-7.17z%22%2F%3E%3Cpath%20d%3D%22M6%205.5a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-1%200V6a.5.5%200%200%201%20.5-.5m4%200a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-1%200V6a.5.5%200%200%201%20.5-.5M7%2010v1h2v-1a1%201%200%200%200-2%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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