image icon
image-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- image-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
imageAkar IconsimageBootstrap IconsimageBoxIcons v2imageBoxIcons v2 SolidimageCarbonimageCatppuccin Iconsimage-fillEva IconsimageFont Awesome 6 RegularimageFont Awesome 6 SolidimageFont Awesome RegularimageFont Awesome SolidimageFeather Iconsimage-outlineFlowbite Iconsimage-16-filledFluent UI System Iconsimage-16Fluent UI System Color Iconsimagecss.ggimageHumbleiconsimageIonIconsimageLine AwesomeimageMaterial Line IconsimageLucideimageMage IconsimageMajesticonsimageMaterial Icon Theme
Related icons in Teenyicons
Use the image icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m4.5 3.5l.354-.354a.5.5 0 0 0-.708 0zM1.5 1h12V0h-12zm12.5.5v12h1v-12zM13.5 14h-12v1h12zM1 13.5v-12H0v12zm.5.5a.5.5 0 0 1-.5-.5H0A1.5 1.5 0 0 0 1.5 15zm12.5-.5a.5.5 0 0 1-.5.5v1a1.5 1.5 0 0 0 1.5-1.5zM13.5 1a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 13.5 0zm-12-1A1.5 1.5 0 0 0 0 1.5h1a.5.5 0 0 1 .5-.5zm-1 11h14v-1H.5zm.354-3.146l4-4l-.708-.708l-4 4zm3.292-4l7 7l.708-.708l-7-7zM10.5 5a.5.5 0 0 1-.5-.5H9A1.5 1.5 0 0 0 10.5 6zm.5-.5a.5.5 0 0 1-.5.5v1A1.5 1.5 0 0 0 12 4.5zm-.5-.5a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 10.5 3zm0-1A1.5 1.5 0 0 0 9 4.5h1a.5.5 0 0 1 .5-.5z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsImageOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m4.5 3.5l.354-.354a.5.5 0 0 0-.708 0zM1.5 1h12V0h-12zm12.5.5v12h1v-12zM13.5 14h-12v1h12zM1 13.5v-12H0v12zm.5.5a.5.5 0 0 1-.5-.5H0A1.5 1.5 0 0 0 1.5 15zm12.5-.5a.5.5 0 0 1-.5.5v1a1.5 1.5 0 0 0 1.5-1.5zM13.5 1a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 13.5 0zm-12-1A1.5 1.5 0 0 0 0 1.5h1a.5.5 0 0 1 .5-.5zm-1 11h14v-1H.5zm.354-3.146l4-4l-.708-.708l-4 4zm3.292-4l7 7l.708-.708l-7-7zM10.5 5a.5.5 0 0 1-.5-.5H9A1.5 1.5 0 0 0 10.5 6zm.5-.5a.5.5 0 0 1-.5.5v1A1.5 1.5 0 0 0 12 4.5zm-.5-.5a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 10.5 3zm0-1A1.5 1.5 0 0 0 9 4.5h1a.5.5 0 0 1 .5-.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m4.5 3.5l.354-.354a.5.5 0 0 0-.708 0zM1.5 1h12V0h-12zm12.5.5v12h1v-12zM13.5 14h-12v1h12zM1 13.5v-12H0v12zm.5.5a.5.5 0 0 1-.5-.5H0A1.5 1.5 0 0 0 1.5 15zm12.5-.5a.5.5 0 0 1-.5.5v1a1.5 1.5 0 0 0 1.5-1.5zM13.5 1a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 13.5 0zm-12-1A1.5 1.5 0 0 0 0 1.5h1a.5.5 0 0 1 .5-.5zm-1 11h14v-1H.5zm.354-3.146l4-4l-.708-.708l-4 4zm3.292-4l7 7l.708-.708l-7-7zM10.5 5a.5.5 0 0 1-.5-.5H9A1.5 1.5 0 0 0 10.5 6zm.5-.5a.5.5 0 0 1-.5.5v1A1.5 1.5 0 0 0 12 4.5zm-.5-.5a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 10.5 3zm0-1A1.5 1.5 0 0 0 9 4.5h1a.5.5 0 0 1 .5-.5z"/></svg> </template>
CSS
.icon-image-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.5%203.5l.354-.354a.5.5%200%200%200-.708%200zM1.5%201h12V0h-12zm12.5.5v12h1v-12zM13.5%2014h-12v1h12zM1%2013.5v-12H0v12zm.5.5a.5.5%200%200%201-.5-.5H0A1.5%201.5%200%200%200%201.5%2015zm12.5-.5a.5.5%200%200%201-.5.5v1a1.5%201.5%200%200%200%201.5-1.5zM13.5%201a.5.5%200%200%201%20.5.5h1A1.5%201.5%200%200%200%2013.5%200zm-12-1A1.5%201.5%200%200%200%200%201.5h1a.5.5%200%200%201%20.5-.5zm-1%2011h14v-1H.5zm.354-3.146l4-4l-.708-.708l-4%204zm3.292-4l7%207l.708-.708l-7-7zM10.5%205a.5.5%200%200%201-.5-.5H9A1.5%201.5%200%200%200%2010.5%206zm.5-.5a.5.5%200%200%201-.5.5v1A1.5%201.5%200%200%200%2012%204.5zm-.5-.5a.5.5%200%200%201%20.5.5h1A1.5%201.5%200%200%200%2010.5%203zm0-1A1.5%201.5%200%200%200%209%204.5h1a.5.5%200%200%201%20.5-.5z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.5%203.5l.354-.354a.5.5%200%200%200-.708%200zM1.5%201h12V0h-12zm12.5.5v12h1v-12zM13.5%2014h-12v1h12zM1%2013.5v-12H0v12zm.5.5a.5.5%200%200%201-.5-.5H0A1.5%201.5%200%200%200%201.5%2015zm12.5-.5a.5.5%200%200%201-.5.5v1a1.5%201.5%200%200%200%201.5-1.5zM13.5%201a.5.5%200%200%201%20.5.5h1A1.5%201.5%200%200%200%2013.5%200zm-12-1A1.5%201.5%200%200%200%200%201.5h1a.5.5%200%200%201%20.5-.5zm-1%2011h14v-1H.5zm.354-3.146l4-4l-.708-.708l-4%204zm3.292-4l7%207l.708-.708l-7-7zM10.5%205a.5.5%200%200%201-.5-.5H9A1.5%201.5%200%200%200%2010.5%206zm.5-.5a.5.5%200%200%201-.5.5v1A1.5%201.5%200%200%200%2012%204.5zm-.5-.5a.5.5%200%200%201%20.5.5h1A1.5%201.5%200%200%200%2010.5%203zm0-1A1.5%201.5%200%200%200%209%204.5h1a.5.5%200%200%201%20.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/image-outline.svg?color=%231a73e8&size=48