image add icon
image-add-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- image-add-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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
image-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
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-6zm21.75 2.5a3.75 3.75 0 0 1 3.75 3.75v23.5a3.73 3.73 0 0 1-.474 1.826l-12.551-12.55a3.5 3.5 0 0 0-4.95 0L8.974 37.575A3.73 3.73 0 0 1 8.5 35.75V25.2A13 13 0 0 1 6 23.956V35.75A6.25 6.25 0 0 0 12.25 42h23.5A6.25 6.25 0 0 0 42 35.75v-23.5A6.25 6.25 0 0 0 35.75 6H23.956c.5.78.919 1.618 1.244 2.5zm1.396 30.732a3.7 3.7 0 0 1-1.396.268h-23.5c-.493 0-.964-.095-1.396-.268l12.439-12.44a1 1 0 0 1 1.414 0zM26 17.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageAdd48Regular(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-6zm21.75 2.5a3.75 3.75 0 0 1 3.75 3.75v23.5a3.73 3.73 0 0 1-.474 1.826l-12.551-12.55a3.5 3.5 0 0 0-4.95 0L8.974 37.575A3.73 3.73 0 0 1 8.5 35.75V25.2A13 13 0 0 1 6 23.956V35.75A6.25 6.25 0 0 0 12.25 42h23.5A6.25 6.25 0 0 0 42 35.75v-23.5A6.25 6.25 0 0 0 35.75 6H23.956c.5.78.919 1.618 1.244 2.5zm1.396 30.732a3.7 3.7 0 0 1-1.396.268h-23.5c-.493 0-.964-.095-1.396-.268l12.439-12.44a1 1 0 0 1 1.414 0zM26 17.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></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-6zm21.75 2.5a3.75 3.75 0 0 1 3.75 3.75v23.5a3.73 3.73 0 0 1-.474 1.826l-12.551-12.55a3.5 3.5 0 0 0-4.95 0L8.974 37.575A3.73 3.73 0 0 1 8.5 35.75V25.2A13 13 0 0 1 6 23.956V35.75A6.25 6.25 0 0 0 12.25 42h23.5A6.25 6.25 0 0 0 42 35.75v-23.5A6.25 6.25 0 0 0 35.75 6H23.956c.5.78.919 1.618 1.244 2.5zm1.396 30.732a3.7 3.7 0 0 1-1.396.268h-23.5c-.493 0-.964-.095-1.396-.268l12.439-12.44a1 1 0 0 1 1.414 0zM26 17.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg> </template>
CSS
.icon-image-add-48-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%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-6zm21.75%202.5a3.75%203.75%200%200%201%203.75%203.75v23.5a3.73%203.73%200%200%201-.474%201.826l-12.551-12.55a3.5%203.5%200%200%200-4.95%200L8.974%2037.575A3.73%203.73%200%200%201%208.5%2035.75V25.2A13%2013%200%200%201%206%2023.956V35.75A6.25%206.25%200%200%200%2012.25%2042h23.5A6.25%206.25%200%200%200%2042%2035.75v-23.5A6.25%206.25%200%200%200%2035.75%206H23.956c.5.78.919%201.618%201.244%202.5zm1.396%2030.732a3.7%203.7%200%200%201-1.396.268h-23.5c-.493%200-.964-.095-1.396-.268l12.439-12.44a1%201%200%200%201%201.414%200zM26%2017.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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-6zm21.75%202.5a3.75%203.75%200%200%201%203.75%203.75v23.5a3.73%203.73%200%200%201-.474%201.826l-12.551-12.55a3.5%203.5%200%200%200-4.95%200L8.974%2037.575A3.73%203.73%200%200%201%208.5%2035.75V25.2A13%2013%200%200%201%206%2023.956V35.75A6.25%206.25%200%200%200%2012.25%2042h23.5A6.25%206.25%200%200%200%2042%2035.75v-23.5A6.25%206.25%200%200%200%2035.75%206H23.956c.5.78.919%201.618%201.244%202.5zm1.396%2030.732a3.7%203.7%200%200%201-1.396.268h-23.5c-.493%200-.964-.095-1.396-.268l12.439-12.44a1%201%200%200%201%201.414%200zM26%2017.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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-regular.svg?color=%231a73e8&size=48