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

Name
image-add-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

10 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the image add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V7H3.5a.5.5 0 0 0 0 1H7v3.5a.5.5 0 0 0 1 0V8h3.5a.5.5 0 0 0 0-1H8zm13.25 1h-6.874A7.5 7.5 0 0 0 13.5 3h7.749A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V13.5a7.5 7.5 0 0 0 1.5.876v6.874c0 .361.085.702.236 1.005l7.866-7.688a2 2 0 0 1 2.796 0l7.866 7.688a2.26 2.26 0 0 0 .236-1.005V6.75a2.25 2.25 0 0 0-2.25-2.25m.934 18.797L14.35 15.64a.5.5 0 0 0-.699 0l-7.835 7.657c.285.13.601.203.935.203h14.5c.333 0 .65-.073.934-.203M18.5 12.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-1.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageAdd28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V7H3.5a.5.5 0 0 0 0 1H7v3.5a.5.5 0 0 0 1 0V8h3.5a.5.5 0 0 0 0-1H8zm13.25 1h-6.874A7.5 7.5 0 0 0 13.5 3h7.749A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V13.5a7.5 7.5 0 0 0 1.5.876v6.874c0 .361.085.702.236 1.005l7.866-7.688a2 2 0 0 1 2.796 0l7.866 7.688a2.26 2.26 0 0 0 .236-1.005V6.75a2.25 2.25 0 0 0-2.25-2.25m.934 18.797L14.35 15.64a.5.5 0 0 0-.699 0l-7.835 7.657c.285.13.601.203.935.203h14.5c.333 0 .65-.073.934-.203M18.5 12.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-1.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V7H3.5a.5.5 0 0 0 0 1H7v3.5a.5.5 0 0 0 1 0V8h3.5a.5.5 0 0 0 0-1H8zm13.25 1h-6.874A7.5 7.5 0 0 0 13.5 3h7.749A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V13.5a7.5 7.5 0 0 0 1.5.876v6.874c0 .361.085.702.236 1.005l7.866-7.688a2 2 0 0 1 2.796 0l7.866 7.688a2.26 2.26 0 0 0 .236-1.005V6.75a2.25 2.25 0 0 0-2.25-2.25m.934 18.797L14.35 15.64a.5.5 0 0 0-.699 0l-7.835 7.657c.285.13.601.203.935.203h14.5c.333 0 .65-.073.934-.203M18.5 12.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-1.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-image-add-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V7H3.5a.5.5%200%200%200%200%201H7v3.5a.5.5%200%200%200%201%200V8h3.5a.5.5%200%200%200%200-1H8zm13.25%201h-6.874A7.5%207.5%200%200%200%2013.5%203h7.749A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V13.5a7.5%207.5%200%200%200%201.5.876v6.874c0%20.361.085.702.236%201.005l7.866-7.688a2%202%200%200%201%202.796%200l7.866%207.688a2.26%202.26%200%200%200%20.236-1.005V6.75a2.25%202.25%200%200%200-2.25-2.25m.934%2018.797L14.35%2015.64a.5.5%200%200%200-.699%200l-7.835%207.657c.285.13.601.203.935.203h14.5c.333%200%20.65-.073.934-.203M18.5%2012.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0-1.5a1%201%200%201%201%200-2a1%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V7H3.5a.5.5%200%200%200%200%201H7v3.5a.5.5%200%200%200%201%200V8h3.5a.5.5%200%200%200%200-1H8zm13.25%201h-6.874A7.5%207.5%200%200%200%2013.5%203h7.749A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V13.5a7.5%207.5%200%200%200%201.5.876v6.874c0%20.361.085.702.236%201.005l7.866-7.688a2%202%200%200%201%202.796%200l7.866%207.688a2.26%202.26%200%200%200%20.236-1.005V6.75a2.25%202.25%200%200%200-2.25-2.25m.934%2018.797L14.35%2015.64a.5.5%200%200%200-.699%200l-7.835%207.657c.285.13.601.203.935.203h14.5c.333%200%20.65-.073.934-.203M18.5%2012.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0-1.5a1%201%200%201%201%200-2a1%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/fluent/image-add-28-regular.svg?color=%231a73e8&size=48