image icon
image-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- image-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
imageAkar IconsimageBootstrap IconsimageBoxIcons v2imageBoxIcons v2 SolidimageCarbonimageCatppuccin Iconsimage-fillEva IconsimageFont Awesome 6 RegularimageFont Awesome 6 SolidimageFeather Iconsimage-16-filledFluent UI System Iconsimagecss.ggimageHumbleiconsimageIonIconsimageLine AwesomeimageMaterial Line IconsimageLucideimageMajesticonsimageMaterial SymbolsimageMaterial Design Iconsimage-16OcticonsimagePhosphorimagePixelarticonsimageRadix Icons
Related icons in Mage Icons
Use the image icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 2.75h-8.5A5.76 5.76 0 0 0 2 8.5v7a5.76 5.76 0 0 0 5.75 5.75h8.5A5.76 5.76 0 0 0 22 15.5v-7a5.76 5.76 0 0 0-5.75-5.75M8 6.1a2.41 2.41 0 1 1-.922 4.635A2.41 2.41 0 0 1 8.01 6.1zm12.5 6.68l-2.18-1.69a3.26 3.26 0 0 0-4.17.37l-2.33 2.33a3 3 0 0 1-3.72.36a1.48 1.48 0 0 0-.94-.24a1.46 1.46 0 0 0-.88.42l-2.43 2.84a4.25 4.25 0 0 1-.35-1.91l1.68-1.95a3 3 0 0 1 3.76-.41a1.43 1.43 0 0 0 1.82-.18l2.33-2.32a4.77 4.77 0 0 1 6.13-.51l1.28 1z"/><path fill="currentColor" d="M8.91 8.51a.91.91 0 1 1-1.82 0a.91.91 0 0 1 1.82 0"/></svg>
React
import type { SVGProps } from "react";
export function MageImageFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 2.75h-8.5A5.76 5.76 0 0 0 2 8.5v7a5.76 5.76 0 0 0 5.75 5.75h8.5A5.76 5.76 0 0 0 22 15.5v-7a5.76 5.76 0 0 0-5.75-5.75M8 6.1a2.41 2.41 0 1 1-.922 4.635A2.41 2.41 0 0 1 8.01 6.1zm12.5 6.68l-2.18-1.69a3.26 3.26 0 0 0-4.17.37l-2.33 2.33a3 3 0 0 1-3.72.36a1.48 1.48 0 0 0-.94-.24a1.46 1.46 0 0 0-.88.42l-2.43 2.84a4.25 4.25 0 0 1-.35-1.91l1.68-1.95a3 3 0 0 1 3.76-.41a1.43 1.43 0 0 0 1.82-.18l2.33-2.32a4.77 4.77 0 0 1 6.13-.51l1.28 1z"/><path fill="currentColor" d="M8.91 8.51a.91.91 0 1 1-1.82 0a.91.91 0 0 1 1.82 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 2.75h-8.5A5.76 5.76 0 0 0 2 8.5v7a5.76 5.76 0 0 0 5.75 5.75h8.5A5.76 5.76 0 0 0 22 15.5v-7a5.76 5.76 0 0 0-5.75-5.75M8 6.1a2.41 2.41 0 1 1-.922 4.635A2.41 2.41 0 0 1 8.01 6.1zm12.5 6.68l-2.18-1.69a3.26 3.26 0 0 0-4.17.37l-2.33 2.33a3 3 0 0 1-3.72.36a1.48 1.48 0 0 0-.94-.24a1.46 1.46 0 0 0-.88.42l-2.43 2.84a4.25 4.25 0 0 1-.35-1.91l1.68-1.95a3 3 0 0 1 3.76-.41a1.43 1.43 0 0 0 1.82-.18l2.33-2.32a4.77 4.77 0 0 1 6.13-.51l1.28 1z"/><path fill="currentColor" d="M8.91 8.51a.91.91 0 1 1-1.82 0a.91.91 0 0 1 1.82 0"/></svg> </template>
CSS
.icon-image-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%202.75h-8.5A5.76%205.76%200%200%200%202%208.5v7a5.76%205.76%200%200%200%205.75%205.75h8.5A5.76%205.76%200%200%200%2022%2015.5v-7a5.76%205.76%200%200%200-5.75-5.75M8%206.1a2.41%202.41%200%201%201-.922%204.635A2.41%202.41%200%200%201%208.01%206.1zm12.5%206.68l-2.18-1.69a3.26%203.26%200%200%200-4.17.37l-2.33%202.33a3%203%200%200%201-3.72.36a1.48%201.48%200%200%200-.94-.24a1.46%201.46%200%200%200-.88.42l-2.43%202.84a4.25%204.25%200%200%201-.35-1.91l1.68-1.95a3%203%200%200%201%203.76-.41a1.43%201.43%200%200%200%201.82-.18l2.33-2.32a4.77%204.77%200%200%201%206.13-.51l1.28%201z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.91%208.51a.91.91%200%201%201-1.82%200a.91.91%200%200%201%201.82%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%202.75h-8.5A5.76%205.76%200%200%200%202%208.5v7a5.76%205.76%200%200%200%205.75%205.75h8.5A5.76%205.76%200%200%200%2022%2015.5v-7a5.76%205.76%200%200%200-5.75-5.75M8%206.1a2.41%202.41%200%201%201-.922%204.635A2.41%202.41%200%200%201%208.01%206.1zm12.5%206.68l-2.18-1.69a3.26%203.26%200%200%200-4.17.37l-2.33%202.33a3%203%200%200%201-3.72.36a1.48%201.48%200%200%200-.94-.24a1.46%201.46%200%200%200-.88.42l-2.43%202.84a4.25%204.25%200%200%201-.35-1.91l1.68-1.95a3%203%200%200%201%203.76-.41a1.43%201.43%200%200%200%201.82-.18l2.33-2.32a4.77%204.77%200%200%201%206.13-.51l1.28%201z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.91%208.51a.91.91%200%201%201-1.82%200a.91.91%200%200%201%201.82%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/image-fill.svg?color=%231a73e8&size=48