socket icon

socket-bold-duotone from Solar by 480 Design · Bold Duotone · Devices · CC-BY-4.0 Attribution required.

Name
socket-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the socket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447Z" opacity=".5"/><path fill-rule="evenodd" d="M11.25 7.49982V6.80299V5.29102C7.87504 5.6641 5.25 8.5254 5.25 11.9998C5.25 15.4742 7.87504 18.3355 11.25 18.7086V17.1967V16.4998C11.25 16.0855 11.5858 15.7498 12 15.7498C12.4142 15.7498 12.75 16.0855 12.75 16.4998V17.1967V18.7086C16.125 18.3355 18.75 15.4742 18.75 11.9998C18.75 8.5254 16.125 5.6641 12.75 5.29102V6.80299V7.49982C12.75 7.91403 12.4142 8.24982 12 8.24982C11.5858 8.24982 11.25 7.91403 11.25 7.49982ZM15 11.9998C15 12.5521 14.5523 12.9998 14 12.9998C13.4477 12.9998 13 12.5521 13 11.9998C13 11.4475 13.4477 10.9998 14 10.9998C14.5523 10.9998 15 11.4475 15 11.9998ZM10 12.9998C10.5523 12.9998 11 12.5521 11 11.9998C11 11.4475 10.5523 10.9998 10 10.9998C9.44772 10.9998 9 11.4475 9 11.9998C9 12.5521 9.44772 12.9998 10 12.9998Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSocketBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447Z" opacity=".5"/><path fillRule="evenodd" d="M11.25 7.49982V6.80299V5.29102C7.87504 5.6641 5.25 8.5254 5.25 11.9998C5.25 15.4742 7.87504 18.3355 11.25 18.7086V17.1967V16.4998C11.25 16.0855 11.5858 15.7498 12 15.7498C12.4142 15.7498 12.75 16.0855 12.75 16.4998V17.1967V18.7086C16.125 18.3355 18.75 15.4742 18.75 11.9998C18.75 8.5254 16.125 5.6641 12.75 5.29102V6.80299V7.49982C12.75 7.91403 12.4142 8.24982 12 8.24982C11.5858 8.24982 11.25 7.91403 11.25 7.49982ZM15 11.9998C15 12.5521 14.5523 12.9998 14 12.9998C13.4477 12.9998 13 12.5521 13 11.9998C13 11.4475 13.4477 10.9998 14 10.9998C14.5523 10.9998 15 11.4475 15 11.9998ZM10 12.9998C10.5523 12.9998 11 12.5521 11 11.9998C11 11.4475 10.5523 10.9998 10 10.9998C9.44772 10.9998 9 11.4475 9 11.9998C9 12.5521 9.44772 12.9998 10 12.9998Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447Z" opacity=".5"/><path fill-rule="evenodd" d="M11.25 7.49982V6.80299V5.29102C7.87504 5.6641 5.25 8.5254 5.25 11.9998C5.25 15.4742 7.87504 18.3355 11.25 18.7086V17.1967V16.4998C11.25 16.0855 11.5858 15.7498 12 15.7498C12.4142 15.7498 12.75 16.0855 12.75 16.4998V17.1967V18.7086C16.125 18.3355 18.75 15.4742 18.75 11.9998C18.75 8.5254 16.125 5.6641 12.75 5.29102V6.80299V7.49982C12.75 7.91403 12.4142 8.24982 12 8.24982C11.5858 8.24982 11.25 7.91403 11.25 7.49982ZM15 11.9998C15 12.5521 14.5523 12.9998 14 12.9998C13.4477 12.9998 13 12.5521 13 11.9998C13 11.4475 13.4477 10.9998 14 10.9998C14.5523 10.9998 15 11.4475 15 11.9998ZM10 12.9998C10.5523 12.9998 11 12.5521 11 11.9998C11 11.4475 10.5523 10.9998 10 10.9998C9.44772 10.9998 9 11.4475 9 11.9998C9 12.5521 9.44772 12.9998 10 12.9998Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-socket-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%207.49982V6.80299V5.29102C7.87504%205.6641%205.25%208.5254%205.25%2011.9998C5.25%2015.4742%207.87504%2018.3355%2011.25%2018.7086V17.1967V16.4998C11.25%2016.0855%2011.5858%2015.7498%2012%2015.7498C12.4142%2015.7498%2012.75%2016.0855%2012.75%2016.4998V17.1967V18.7086C16.125%2018.3355%2018.75%2015.4742%2018.75%2011.9998C18.75%208.5254%2016.125%205.6641%2012.75%205.29102V6.80299V7.49982C12.75%207.91403%2012.4142%208.24982%2012%208.24982C11.5858%208.24982%2011.25%207.91403%2011.25%207.49982ZM15%2011.9998C15%2012.5521%2014.5523%2012.9998%2014%2012.9998C13.4477%2012.9998%2013%2012.5521%2013%2011.9998C13%2011.4475%2013.4477%2010.9998%2014%2010.9998C14.5523%2010.9998%2015%2011.4475%2015%2011.9998ZM10%2012.9998C10.5523%2012.9998%2011%2012.5521%2011%2011.9998C11%2011.4475%2010.5523%2010.9998%2010%2010.9998C9.44772%2010.9998%209%2011.4475%209%2011.9998C9%2012.5521%209.44772%2012.9998%2010%2012.9998Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%207.49982V6.80299V5.29102C7.87504%205.6641%205.25%208.5254%205.25%2011.9998C5.25%2015.4742%207.87504%2018.3355%2011.25%2018.7086V17.1967V16.4998C11.25%2016.0855%2011.5858%2015.7498%2012%2015.7498C12.4142%2015.7498%2012.75%2016.0855%2012.75%2016.4998V17.1967V18.7086C16.125%2018.3355%2018.75%2015.4742%2018.75%2011.9998C18.75%208.5254%2016.125%205.6641%2012.75%205.29102V6.80299V7.49982C12.75%207.91403%2012.4142%208.24982%2012%208.24982C11.5858%208.24982%2011.25%207.91403%2011.25%207.49982ZM15%2011.9998C15%2012.5521%2014.5523%2012.9998%2014%2012.9998C13.4477%2012.9998%2013%2012.5521%2013%2011.9998C13%2011.4475%2013.4477%2010.9998%2014%2010.9998C14.5523%2010.9998%2015%2011.4475%2015%2011.9998ZM10%2012.9998C10.5523%2012.9998%2011%2012.5521%2011%2011.9998C11%2011.4475%2010.5523%2010.9998%2010%2010.9998C9.44772%2010.9998%209%2011.4475%209%2011.9998C9%2012.5521%209.44772%2012.9998%2010%2012.9998Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/socket-bold-duotone.svg?color=%231a73e8&size=48