extension-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
extension-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

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"><g fill="none"><path d="M13 2.004a2.998 2.998 0 0 1 2.994 2.819l.005.176h2.251c.867 0 1.587.631 1.726 1.46l.018.147l.006.144v3.75l-1.998.001a1.5 1.5 0 0 0-1.48 1.239l-.016.132l-.005.129a1.5 1.5 0 0 0 1.24 1.48l.132.015l.128.005H20L20 17.252a1.75 1.75 0 0 1-1.607 1.745l-.143.005H16l-.005.172a3 3 0 0 1-2.638 2.803l-.18.016l-.177.005a3 3 0 0 1-2.995-2.82L10 19.002H7.75a1.75 1.75 0 0 1-1.726-1.458l-.018-.148L6 17.253V15l-.164-.005a3 3 0 0 1-2.803-2.638l-.016-.18L3.012 12a3 3 0 0 1 2.824-2.995l.163-.005L6 6.75c0-.867.63-1.587 1.458-1.726l.148-.019L7.75 5L10 4.999l.005-.171a3 3 0 0 1 2.638-2.803l.18-.016l.177-.005zm0 1.5a1.5 1.5 0 0 0-1.493 1.356l-.007.145l-.001 1.494H7.75a.25.25 0 0 0-.243.193L7.5 6.75v3.75l-1.488.001a1.5 1.5 0 0 0-.144 2.993l.144.007H7.5l.001 3.751a.25.25 0 0 0 .193.244l.057.006h3.749l.001 1.496a1.5 1.5 0 0 0 2.993.145L14.5 19l-.001-1.497h3.751a.25.25 0 0 0 .244-.192l.006-.057V15h-.524l-.18-.006a3.003 3.003 0 0 1-2.79-2.841l-.004-.177l.006-.18a3 3 0 0 1 2.819-2.79l.174-.005h.498L18.5 6.75a.25.25 0 0 0-.13-.22l-.063-.024l-.057-.006l-3.751-.001l.001-1.495a1.5 1.5 0 0 0-1.5-1.5z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentExtension24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M13 2.004a2.998 2.998 0 0 1 2.994 2.819l.005.176h2.251c.867 0 1.587.631 1.726 1.46l.018.147l.006.144v3.75l-1.998.001a1.5 1.5 0 0 0-1.48 1.239l-.016.132l-.005.129a1.5 1.5 0 0 0 1.24 1.48l.132.015l.128.005H20L20 17.252a1.75 1.75 0 0 1-1.607 1.745l-.143.005H16l-.005.172a3 3 0 0 1-2.638 2.803l-.18.016l-.177.005a3 3 0 0 1-2.995-2.82L10 19.002H7.75a1.75 1.75 0 0 1-1.726-1.458l-.018-.148L6 17.253V15l-.164-.005a3 3 0 0 1-2.803-2.638l-.016-.18L3.012 12a3 3 0 0 1 2.824-2.995l.163-.005L6 6.75c0-.867.63-1.587 1.458-1.726l.148-.019L7.75 5L10 4.999l.005-.171a3 3 0 0 1 2.638-2.803l.18-.016l.177-.005zm0 1.5a1.5 1.5 0 0 0-1.493 1.356l-.007.145l-.001 1.494H7.75a.25.25 0 0 0-.243.193L7.5 6.75v3.75l-1.488.001a1.5 1.5 0 0 0-.144 2.993l.144.007H7.5l.001 3.751a.25.25 0 0 0 .193.244l.057.006h3.749l.001 1.496a1.5 1.5 0 0 0 2.993.145L14.5 19l-.001-1.497h3.751a.25.25 0 0 0 .244-.192l.006-.057V15h-.524l-.18-.006a3.003 3.003 0 0 1-2.79-2.841l-.004-.177l.006-.18a3 3 0 0 1 2.819-2.79l.174-.005h.498L18.5 6.75a.25.25 0 0 0-.13-.22l-.063-.024l-.057-.006l-3.751-.001l.001-1.495a1.5 1.5 0 0 0-1.5-1.5z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M13 2.004a2.998 2.998 0 0 1 2.994 2.819l.005.176h2.251c.867 0 1.587.631 1.726 1.46l.018.147l.006.144v3.75l-1.998.001a1.5 1.5 0 0 0-1.48 1.239l-.016.132l-.005.129a1.5 1.5 0 0 0 1.24 1.48l.132.015l.128.005H20L20 17.252a1.75 1.75 0 0 1-1.607 1.745l-.143.005H16l-.005.172a3 3 0 0 1-2.638 2.803l-.18.016l-.177.005a3 3 0 0 1-2.995-2.82L10 19.002H7.75a1.75 1.75 0 0 1-1.726-1.458l-.018-.148L6 17.253V15l-.164-.005a3 3 0 0 1-2.803-2.638l-.016-.18L3.012 12a3 3 0 0 1 2.824-2.995l.163-.005L6 6.75c0-.867.63-1.587 1.458-1.726l.148-.019L7.75 5L10 4.999l.005-.171a3 3 0 0 1 2.638-2.803l.18-.016l.177-.005zm0 1.5a1.5 1.5 0 0 0-1.493 1.356l-.007.145l-.001 1.494H7.75a.25.25 0 0 0-.243.193L7.5 6.75v3.75l-1.488.001a1.5 1.5 0 0 0-.144 2.993l.144.007H7.5l.001 3.751a.25.25 0 0 0 .193.244l.057.006h3.749l.001 1.496a1.5 1.5 0 0 0 2.993.145L14.5 19l-.001-1.497h3.751a.25.25 0 0 0 .244-.192l.006-.057V15h-.524l-.18-.006a3.003 3.003 0 0 1-2.79-2.841l-.004-.177l.006-.18a3 3 0 0 1 2.819-2.79l.174-.005h.498L18.5 6.75a.25.25 0 0 0-.13-.22l-.063-.024l-.057-.006l-3.751-.001l.001-1.495a1.5 1.5 0 0 0-1.5-1.5z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-extension-24-regular {
  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%22none%22%3E%3Cpath%20d%3D%22M13%202.004a2.998%202.998%200%200%201%202.994%202.819l.005.176h2.251c.867%200%201.587.631%201.726%201.46l.018.147l.006.144v3.75l-1.998.001a1.5%201.5%200%200%200-1.48%201.239l-.016.132l-.005.129a1.5%201.5%200%200%200%201.24%201.48l.132.015l.128.005H20L20%2017.252a1.75%201.75%200%200%201-1.607%201.745l-.143.005H16l-.005.172a3%203%200%200%201-2.638%202.803l-.18.016l-.177.005a3%203%200%200%201-2.995-2.82L10%2019.002H7.75a1.75%201.75%200%200%201-1.726-1.458l-.018-.148L6%2017.253V15l-.164-.005a3%203%200%200%201-2.803-2.638l-.016-.18L3.012%2012a3%203%200%200%201%202.824-2.995l.163-.005L6%206.75c0-.867.63-1.587%201.458-1.726l.148-.019L7.75%205L10%204.999l.005-.171a3%203%200%200%201%202.638-2.803l.18-.016l.177-.005zm0%201.5a1.5%201.5%200%200%200-1.493%201.356l-.007.145l-.001%201.494H7.75a.25.25%200%200%200-.243.193L7.5%206.75v3.75l-1.488.001a1.5%201.5%200%200%200-.144%202.993l.144.007H7.5l.001%203.751a.25.25%200%200%200%20.193.244l.057.006h3.749l.001%201.496a1.5%201.5%200%200%200%202.993.145L14.5%2019l-.001-1.497h3.751a.25.25%200%200%200%20.244-.192l.006-.057V15h-.524l-.18-.006a3.003%203.003%200%200%201-2.79-2.841l-.004-.177l.006-.18a3%203%200%200%201%202.819-2.79l.174-.005h.498L18.5%206.75a.25.25%200%200%200-.13-.22l-.063-.024l-.057-.006l-3.751-.001l.001-1.495a1.5%201.5%200%200%200-1.5-1.5z%22%20fill%3D%22currentColor%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%22none%22%3E%3Cpath%20d%3D%22M13%202.004a2.998%202.998%200%200%201%202.994%202.819l.005.176h2.251c.867%200%201.587.631%201.726%201.46l.018.147l.006.144v3.75l-1.998.001a1.5%201.5%200%200%200-1.48%201.239l-.016.132l-.005.129a1.5%201.5%200%200%200%201.24%201.48l.132.015l.128.005H20L20%2017.252a1.75%201.75%200%200%201-1.607%201.745l-.143.005H16l-.005.172a3%203%200%200%201-2.638%202.803l-.18.016l-.177.005a3%203%200%200%201-2.995-2.82L10%2019.002H7.75a1.75%201.75%200%200%201-1.726-1.458l-.018-.148L6%2017.253V15l-.164-.005a3%203%200%200%201-2.803-2.638l-.016-.18L3.012%2012a3%203%200%200%201%202.824-2.995l.163-.005L6%206.75c0-.867.63-1.587%201.458-1.726l.148-.019L7.75%205L10%204.999l.005-.171a3%203%200%200%201%202.638-2.803l.18-.016l.177-.005zm0%201.5a1.5%201.5%200%200%200-1.493%201.356l-.007.145l-.001%201.494H7.75a.25.25%200%200%200-.243.193L7.5%206.75v3.75l-1.488.001a1.5%201.5%200%200%200-.144%202.993l.144.007H7.5l.001%203.751a.25.25%200%200%200%20.193.244l.057.006h3.749l.001%201.496a1.5%201.5%200%200%200%202.993.145L14.5%2019l-.001-1.497h3.751a.25.25%200%200%200%20.244-.192l.006-.057V15h-.524l-.18-.006a3.003%203.003%200%200%201-2.79-2.841l-.004-.177l.006-.18a3%203%200%200%201%202.819-2.79l.174-.005h.498L18.5%206.75a.25.25%200%200%200-.13-.22l-.063-.024l-.057-.006l-3.751-.001l.001-1.495a1.5%201.5%200%200%200-1.5-1.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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