image icon
image from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- image
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
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 Keyline Icons
Use the image icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6 3L18 3C19.6569 3 21 4.3431 21 6L21 18C21 19.6569 19.6569 21 18 21L6 21C4.3431 21 3 19.6569 3 18L3 6C3 4.3431 4.3431 3 6 3ZM3 18L7.9393 13.0607C8.5251 12.4749 9.4749 12.4749 10.0607 13.0607L12.0801 15.0801C12.6079 15.6079 13.4436 15.6673 14.0408 15.2194L15.9592 13.7806C16.5564 13.3327 17.3921 13.3921 17.9199 13.9199L21 17"/><path fill="currentColor" d="M9.5 7.5C9.5 8.3284 8.8284 9 8 9C7.1716 9 6.5 8.3284 6.5 7.5C6.5 6.6716 7.1716 6 8 6C8.8284 6 9.5 6.6716 9.5 7.5Z" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsImage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M6 3L18 3C19.6569 3 21 4.3431 21 6L21 18C21 19.6569 19.6569 21 18 21L6 21C4.3431 21 3 19.6569 3 18L3 6C3 4.3431 4.3431 3 6 3ZM3 18L7.9393 13.0607C8.5251 12.4749 9.4749 12.4749 10.0607 13.0607L12.0801 15.0801C12.6079 15.6079 13.4436 15.6673 14.0408 15.2194L15.9592 13.7806C16.5564 13.3327 17.3921 13.3921 17.9199 13.9199L21 17"/><path fill="currentColor" d="M9.5 7.5C9.5 8.3284 8.8284 9 8 9C7.1716 9 6.5 8.3284 6.5 7.5C6.5 6.6716 7.1716 6 8 6C8.8284 6 9.5 6.6716 9.5 7.5Z" stroke="none"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6 3L18 3C19.6569 3 21 4.3431 21 6L21 18C21 19.6569 19.6569 21 18 21L6 21C4.3431 21 3 19.6569 3 18L3 6C3 4.3431 4.3431 3 6 3ZM3 18L7.9393 13.0607C8.5251 12.4749 9.4749 12.4749 10.0607 13.0607L12.0801 15.0801C12.6079 15.6079 13.4436 15.6673 14.0408 15.2194L15.9592 13.7806C16.5564 13.3327 17.3921 13.3921 17.9199 13.9199L21 17"/><path fill="currentColor" d="M9.5 7.5C9.5 8.3284 8.8284 9 8 9C7.1716 9 6.5 8.3284 6.5 7.5C6.5 6.6716 7.1716 6 8 6C8.8284 6 9.5 6.6716 9.5 7.5Z" stroke="none"/></g></svg> </template>
CSS
.icon-image {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6%203L18%203C19.6569%203%2021%204.3431%2021%206L21%2018C21%2019.6569%2019.6569%2021%2018%2021L6%2021C4.3431%2021%203%2019.6569%203%2018L3%206C3%204.3431%204.3431%203%206%203ZM3%2018L7.9393%2013.0607C8.5251%2012.4749%209.4749%2012.4749%2010.0607%2013.0607L12.0801%2015.0801C12.6079%2015.6079%2013.4436%2015.6673%2014.0408%2015.2194L15.9592%2013.7806C16.5564%2013.3327%2017.3921%2013.3921%2017.9199%2013.9199L21%2017%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%207.5C9.5%208.3284%208.8284%209%208%209C7.1716%209%206.5%208.3284%206.5%207.5C6.5%206.6716%207.1716%206%208%206C8.8284%206%209.5%206.6716%209.5%207.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6%203L18%203C19.6569%203%2021%204.3431%2021%206L21%2018C21%2019.6569%2019.6569%2021%2018%2021L6%2021C4.3431%2021%203%2019.6569%203%2018L3%206C3%204.3431%204.3431%203%206%203ZM3%2018L7.9393%2013.0607C8.5251%2012.4749%209.4749%2012.4749%2010.0607%2013.0607L12.0801%2015.0801C12.6079%2015.6079%2013.4436%2015.6673%2014.0408%2015.2194L15.9592%2013.7806C16.5564%2013.3327%2017.3921%2013.3921%2017.9199%2013.9199L21%2017%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%207.5C9.5%208.3284%208.8284%209%208%209C7.1716%209%206.5%208.3284%206.5%207.5C6.5%206.6716%207.1716%206%208%206C8.8284%206%209.5%206.6716%209.5%207.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/image.svg?color=%231a73e8&size=48