image add icon
image-add-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- image-add-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M8.5 16a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m1-12.25a.75.75 0 0 0-1.5 0V7.5H4.25a.75.75 0 0 0 0 1.5H8v3.75a.75.75 0 0 0 1.5 0V9h3.75a.75.75 0 0 0 0-1.5H9.5zM4 16.296q.482.279 1 .498V25.5c0 .59.146 1.148.405 1.636l9.82-9.905a2.5 2.5 0 0 1 3.55 0l9.82 9.905A3.5 3.5 0 0 0 29 25.5v-17A3.5 3.5 0 0 0 25.5 5h-8.706a9 9 0 0 0-.498-1H25.5A4.5 4.5 0 0 1 30 8.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 4 25.5zM8.5 29h17c.978 0 1.862-.4 2.497-1.047l-9.932-10.018a1.5 1.5 0 0 0-2.13 0L6.003 27.953A3.5 3.5 0 0 0 8.5 29M26 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-1 0a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageAdd32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.5 16a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m1-12.25a.75.75 0 0 0-1.5 0V7.5H4.25a.75.75 0 0 0 0 1.5H8v3.75a.75.75 0 0 0 1.5 0V9h3.75a.75.75 0 0 0 0-1.5H9.5zM4 16.296q.482.279 1 .498V25.5c0 .59.146 1.148.405 1.636l9.82-9.905a2.5 2.5 0 0 1 3.55 0l9.82 9.905A3.5 3.5 0 0 0 29 25.5v-17A3.5 3.5 0 0 0 25.5 5h-8.706a9 9 0 0 0-.498-1H25.5A4.5 4.5 0 0 1 30 8.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 4 25.5zM8.5 29h17c.978 0 1.862-.4 2.497-1.047l-9.932-10.018a1.5 1.5 0 0 0-2.13 0L6.003 27.953A3.5 3.5 0 0 0 8.5 29M26 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-1 0a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.5 16a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m1-12.25a.75.75 0 0 0-1.5 0V7.5H4.25a.75.75 0 0 0 0 1.5H8v3.75a.75.75 0 0 0 1.5 0V9h3.75a.75.75 0 0 0 0-1.5H9.5zM4 16.296q.482.279 1 .498V25.5c0 .59.146 1.148.405 1.636l9.82-9.905a2.5 2.5 0 0 1 3.55 0l9.82 9.905A3.5 3.5 0 0 0 29 25.5v-17A3.5 3.5 0 0 0 25.5 5h-8.706a9 9 0 0 0-.498-1H25.5A4.5 4.5 0 0 1 30 8.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 4 25.5zM8.5 29h17c.978 0 1.862-.4 2.497-1.047l-9.932-10.018a1.5 1.5 0 0 0-2.13 0L6.003 27.953A3.5 3.5 0 0 0 8.5 29M26 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-1 0a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></svg> </template>
CSS
.icon-image-add-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2016a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015m1-12.25a.75.75%200%200%200-1.5%200V7.5H4.25a.75.75%200%200%200%200%201.5H8v3.75a.75.75%200%200%200%201.5%200V9h3.75a.75.75%200%200%200%200-1.5H9.5zM4%2016.296q.482.279%201%20.498V25.5c0%20.59.146%201.148.405%201.636l9.82-9.905a2.5%202.5%200%200%201%203.55%200l9.82%209.905A3.5%203.5%200%200%200%2029%2025.5v-17A3.5%203.5%200%200%200%2025.5%205h-8.706a9%209%200%200%200-.498-1H25.5A4.5%204.5%200%200%201%2030%208.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%204%2025.5zM8.5%2029h17c.978%200%201.862-.4%202.497-1.047l-9.932-10.018a1.5%201.5%200%200%200-2.13%200L6.003%2027.953A3.5%203.5%200%200%200%208.5%2029M26%2012a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-1%200a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2016a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015m1-12.25a.75.75%200%200%200-1.5%200V7.5H4.25a.75.75%200%200%200%200%201.5H8v3.75a.75.75%200%200%200%201.5%200V9h3.75a.75.75%200%200%200%200-1.5H9.5zM4%2016.296q.482.279%201%20.498V25.5c0%20.59.146%201.148.405%201.636l9.82-9.905a2.5%202.5%200%200%201%203.55%200l9.82%209.905A3.5%203.5%200%200%200%2029%2025.5v-17A3.5%203.5%200%200%200%2025.5%205h-8.706a9%209%200%200%200-.498-1H25.5A4.5%204.5%200%200%201%2030%208.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%204%2025.5zM8.5%2029h17c.978%200%201.862-.4%202.497-1.047l-9.932-10.018a1.5%201.5%200%200%200-2.13%200L6.003%2027.953A3.5%203.5%200%200%200%208.5%2029M26%2012a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-1%200a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-add-32-light.svg?color=%231a73e8&size=48