image alt text icon
image-alt-text-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- image-alt-text-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
6 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
image-add-20-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 alt text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.5 1A2.5 2.5 0 0 0 1 3.5v9A2.5 2.5 0 0 0 3.5 15h10a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 13.5 1zm.75 5.5a.75.75 0 0 1 0-1.5h8.5a.75.75 0 0 1 0 1.5zm-.75 3.75a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M4 25.5v-9h1v9c0 .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-8V4h8A4.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.5M8.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 FluentImageAltText32Light(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="M3.5 1A2.5 2.5 0 0 0 1 3.5v9A2.5 2.5 0 0 0 3.5 15h10a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 13.5 1zm.75 5.5a.75.75 0 0 1 0-1.5h8.5a.75.75 0 0 1 0 1.5zm-.75 3.75a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M4 25.5v-9h1v9c0 .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-8V4h8A4.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.5M8.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="M3.5 1A2.5 2.5 0 0 0 1 3.5v9A2.5 2.5 0 0 0 3.5 15h10a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 13.5 1zm.75 5.5a.75.75 0 0 1 0-1.5h8.5a.75.75 0 0 1 0 1.5zm-.75 3.75a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M4 25.5v-9h1v9c0 .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-8V4h8A4.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.5M8.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-alt-text-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%22M3.5%201A2.5%202.5%200%200%200%201%203.5v9A2.5%202.5%200%200%200%203.5%2015h10a2.5%202.5%200%200%200%202.5-2.5v-9A2.5%202.5%200%200%200%2013.5%201zm.75%205.5a.75.75%200%200%201%200-1.5h8.5a.75.75%200%200%201%200%201.5zm-.75%203.75a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75M4%2025.5v-9h1v9c0%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-8V4h8A4.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.5M8.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%22M3.5%201A2.5%202.5%200%200%200%201%203.5v9A2.5%202.5%200%200%200%203.5%2015h10a2.5%202.5%200%200%200%202.5-2.5v-9A2.5%202.5%200%200%200%2013.5%201zm.75%205.5a.75.75%200%200%201%200-1.5h8.5a.75.75%200%200%201%200%201.5zm-.75%203.75a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75M4%2025.5v-9h1v9c0%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-8V4h8A4.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.5M8.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-alt-text-32-light.svg?color=%231a73e8&size=48