extension icon

extension from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
extension
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-extension

The same icon in other sets

Use the extension icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10V7c0-1.103-.897-2-2-2h-3c0-1.654-1.346-3-3-3S8 3.346 8 5H5c-1.103 0-2 .897-2 2v3.881l.659.239C4.461 11.41 5 12.166 5 13s-.539 1.59-1.341 1.88L3 15.119V19c0 1.103.897 2 2 2h3.881l.239-.659C9.41 19.539 10.166 19 11 19s1.59.539 1.88 1.341l.239.659H17c1.103 0 2-.897 2-2v-3c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4h-2l-.003 5h-2.545c-.711-1.22-2.022-2-3.452-2s-2.741.78-3.452 2H5v-2.548C6.22 15.741 7 14.43 7 13s-.78-2.741-2-3.452V7h5V5a1 1 0 0 1 2 0v2h5v5h2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function BxExtension(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="M19 10V7c0-1.103-.897-2-2-2h-3c0-1.654-1.346-3-3-3S8 3.346 8 5H5c-1.103 0-2 .897-2 2v3.881l.659.239C4.461 11.41 5 12.166 5 13s-.539 1.59-1.341 1.88L3 15.119V19c0 1.103.897 2 2 2h3.881l.239-.659C9.41 19.539 10.166 19 11 19s1.59.539 1.88 1.341l.239.659H17c1.103 0 2-.897 2-2v-3c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4h-2l-.003 5h-2.545c-.711-1.22-2.022-2-3.452-2s-2.741.78-3.452 2H5v-2.548C6.22 15.741 7 14.43 7 13s-.78-2.741-2-3.452V7h5V5a1 1 0 0 1 2 0v2h5v5h2a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10V7c0-1.103-.897-2-2-2h-3c0-1.654-1.346-3-3-3S8 3.346 8 5H5c-1.103 0-2 .897-2 2v3.881l.659.239C4.461 11.41 5 12.166 5 13s-.539 1.59-1.341 1.88L3 15.119V19c0 1.103.897 2 2 2h3.881l.239-.659C9.41 19.539 10.166 19 11 19s1.59.539 1.88 1.341l.239.659H17c1.103 0 2-.897 2-2v-3c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4h-2l-.003 5h-2.545c-.711-1.22-2.022-2-3.452-2s-2.741.78-3.452 2H5v-2.548C6.22 15.741 7 14.43 7 13s-.78-2.741-2-3.452V7h5V5a1 1 0 0 1 2 0v2h5v5h2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-extension {
  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%22M19%2010V7c0-1.103-.897-2-2-2h-3c0-1.654-1.346-3-3-3S8%203.346%208%205H5c-1.103%200-2%20.897-2%202v3.881l.659.239C4.461%2011.41%205%2012.166%205%2013s-.539%201.59-1.341%201.88L3%2015.119V19c0%201.103.897%202%202%202h3.881l.239-.659C9.41%2019.539%2010.166%2019%2011%2019s1.59.539%201.88%201.341l.239.659H17c1.103%200%202-.897%202-2v-3c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204h-2l-.003%205h-2.545c-.711-1.22-2.022-2-3.452-2s-2.741.78-3.452%202H5v-2.548C6.22%2015.741%207%2014.43%207%2013s-.78-2.741-2-3.452V7h5V5a1%201%200%200%201%202%200v2h5v5h2a1%201%200%200%201%200%202%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%22M19%2010V7c0-1.103-.897-2-2-2h-3c0-1.654-1.346-3-3-3S8%203.346%208%205H5c-1.103%200-2%20.897-2%202v3.881l.659.239C4.461%2011.41%205%2012.166%205%2013s-.539%201.59-1.341%201.88L3%2015.119V19c0%201.103.897%202%202%202h3.881l.239-.659C9.41%2019.539%2010.166%2019%2011%2019s1.59.539%201.88%201.341l.239.659H17c1.103%200%202-.897%202-2v-3c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204h-2l-.003%205h-2.545c-.711-1.22-2.022-2-3.452-2s-2.741.78-3.452%202H5v-2.548C6.22%2015.741%207%2014.43%207%2013s-.78-2.741-2-3.452V7h5V5a1%201%200%200%201%202%200v2h5v5h2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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