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

Name
image-add-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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-1H8zM7.5 15a7.5 7.5 0 0 0 6-12h7.75A3.75 3.75 0 0 1 25 6.75v14.5c0 .771-.233 1.488-.632 2.084l-8.97-8.767a2 2 0 0 0-2.796 0l-8.97 8.767A3.73 3.73 0 0 1 3 21.25V13.5A7.47 7.47 0 0 0 7.5 15m13.25-5a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0M4.698 24.39c.59.385 1.295.61 2.052.61h14.5c.757 0 1.462-.225 2.052-.61l-8.952-8.75a.5.5 0 0 0-.7 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageAdd28Filled(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-1H8zM7.5 15a7.5 7.5 0 0 0 6-12h7.75A3.75 3.75 0 0 1 25 6.75v14.5c0 .771-.233 1.488-.632 2.084l-8.97-8.767a2 2 0 0 0-2.796 0l-8.97 8.767A3.73 3.73 0 0 1 3 21.25V13.5A7.47 7.47 0 0 0 7.5 15m13.25-5a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0M4.698 24.39c.59.385 1.295.61 2.052.61h14.5c.757 0 1.462-.225 2.052-.61l-8.952-8.75a.5.5 0 0 0-.7 0z"/></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-1H8zM7.5 15a7.5 7.5 0 0 0 6-12h7.75A3.75 3.75 0 0 1 25 6.75v14.5c0 .771-.233 1.488-.632 2.084l-8.97-8.767a2 2 0 0 0-2.796 0l-8.97 8.767A3.73 3.73 0 0 1 3 21.25V13.5A7.47 7.47 0 0 0 7.5 15m13.25-5a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0M4.698 24.39c.59.385 1.295.61 2.052.61h14.5c.757 0 1.462-.225 2.052-.61l-8.952-8.75a.5.5 0 0 0-.7 0z"/></svg>
</template>

CSS

.icon-image-add-28-filled {
  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-1H8zM7.5%2015a7.5%207.5%200%200%200%206-12h7.75A3.75%203.75%200%200%201%2025%206.75v14.5c0%20.771-.233%201.488-.632%202.084l-8.97-8.767a2%202%200%200%200-2.796%200l-8.97%208.767A3.73%203.73%200%200%201%203%2021.25V13.5A7.47%207.47%200%200%200%207.5%2015m13.25-5a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200M4.698%2024.39c.59.385%201.295.61%202.052.61h14.5c.757%200%201.462-.225%202.052-.61l-8.952-8.75a.5.5%200%200%200-.7%200z%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-1H8zM7.5%2015a7.5%207.5%200%200%200%206-12h7.75A3.75%203.75%200%200%201%2025%206.75v14.5c0%20.771-.233%201.488-.632%202.084l-8.97-8.767a2%202%200%200%200-2.796%200l-8.97%208.767A3.73%203.73%200%200%201%203%2021.25V13.5A7.47%207.47%200%200%200%207.5%2015m13.25-5a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200M4.698%2024.39c.59.385%201.295.61%202.052.61h14.5c.757%200%201.462-.225%202.052-.61l-8.952-8.75a.5.5%200%200%200-.7%200z%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-filled.svg?color=%231a73e8&size=48

Image Add 28 filled icon — Fluent UI System Icons · IconsDB