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

Name
image-add-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11M14 6a1 1 0 1 0-2 0v6H6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6zm-1 20c7.18 0 13-5.82 13-13c0-2.577-.75-4.98-2.044-7H35.75A6.25 6.25 0 0 1 42 12.25v23.5c0 1.356-.432 2.61-1.165 3.635l-14.36-14.36a3.5 3.5 0 0 0-4.95 0l-14.36 14.36A6.22 6.22 0 0 1 6 35.75V23.956A12.94 12.94 0 0 0 13 26m21.5-8.5a4 4 0 1 0-8 0a4 4 0 0 0 8 0m4.502 23.588L24.707 26.793a1 1 0 0 0-1.414 0L8.998 41.088A6.2 6.2 0 0 0 12.25 42h23.5a6.2 6.2 0 0 0 3.252-.912"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageAdd48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11M14 6a1 1 0 1 0-2 0v6H6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6zm-1 20c7.18 0 13-5.82 13-13c0-2.577-.75-4.98-2.044-7H35.75A6.25 6.25 0 0 1 42 12.25v23.5c0 1.356-.432 2.61-1.165 3.635l-14.36-14.36a3.5 3.5 0 0 0-4.95 0l-14.36 14.36A6.22 6.22 0 0 1 6 35.75V23.956A12.94 12.94 0 0 0 13 26m21.5-8.5a4 4 0 1 0-8 0a4 4 0 0 0 8 0m4.502 23.588L24.707 26.793a1 1 0 0 0-1.414 0L8.998 41.088A6.2 6.2 0 0 0 12.25 42h23.5a6.2 6.2 0 0 0 3.252-.912"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11M14 6a1 1 0 1 0-2 0v6H6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6zm-1 20c7.18 0 13-5.82 13-13c0-2.577-.75-4.98-2.044-7H35.75A6.25 6.25 0 0 1 42 12.25v23.5c0 1.356-.432 2.61-1.165 3.635l-14.36-14.36a3.5 3.5 0 0 0-4.95 0l-14.36 14.36A6.22 6.22 0 0 1 6 35.75V23.956A12.94 12.94 0 0 0 13 26m21.5-8.5a4 4 0 1 0-8 0a4 4 0 0 0 8 0m4.502 23.588L24.707 26.793a1 1 0 0 0-1.414 0L8.998 41.088A6.2 6.2 0 0 0 12.25 42h23.5a6.2 6.2 0 0 0 3.252-.912"/></svg>
</template>

CSS

.icon-image-add-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2013c0%206.075-4.925%2011-11%2011S2%2019.075%202%2013S6.925%202%2013%202s11%204.925%2011%2011M14%206a1%201%200%201%200-2%200v6H6a1%201%200%201%200%200%202h6v6a1%201%200%201%200%202%200v-6h6a1%201%200%201%200%200-2h-6zm-1%2020c7.18%200%2013-5.82%2013-13c0-2.577-.75-4.98-2.044-7H35.75A6.25%206.25%200%200%201%2042%2012.25v23.5c0%201.356-.432%202.61-1.165%203.635l-14.36-14.36a3.5%203.5%200%200%200-4.95%200l-14.36%2014.36A6.22%206.22%200%200%201%206%2035.75V23.956A12.94%2012.94%200%200%200%2013%2026m21.5-8.5a4%204%200%201%200-8%200a4%204%200%200%200%208%200m4.502%2023.588L24.707%2026.793a1%201%200%200%200-1.414%200L8.998%2041.088A6.2%206.2%200%200%200%2012.25%2042h23.5a6.2%206.2%200%200%200%203.252-.912%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2013c0%206.075-4.925%2011-11%2011S2%2019.075%202%2013S6.925%202%2013%202s11%204.925%2011%2011M14%206a1%201%200%201%200-2%200v6H6a1%201%200%201%200%200%202h6v6a1%201%200%201%200%202%200v-6h6a1%201%200%201%200%200-2h-6zm-1%2020c7.18%200%2013-5.82%2013-13c0-2.577-.75-4.98-2.044-7H35.75A6.25%206.25%200%200%201%2042%2012.25v23.5c0%201.356-.432%202.61-1.165%203.635l-14.36-14.36a3.5%203.5%200%200%200-4.95%200l-14.36%2014.36A6.22%206.22%200%200%201%206%2035.75V23.956A12.94%2012.94%200%200%200%2013%2026m21.5-8.5a4%204%200%201%200-8%200a4%204%200%200%200%208%200m4.502%2023.588L24.707%2026.793a1%201%200%200%200-1.414%200L8.998%2041.088A6.2%206.2%200%200%200%2012.25%2042h23.5a6.2%206.2%200%200%200%203.252-.912%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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