illustration icon
illustration from Unicons by Iconscout · Line · Design Tools · Apache-2.0 Free for personal and commercial use.
- Name
- illustration
- Set
- Unicons
- Style
- Line
- Category
- Design Tools
- Viewbox
- 24×24
- License
- Apache 2.0
More design tools icons from Unicons
appsborder-outbring-bottombring-frontbrush-altcircle-layercompresscompress-linescompress-vcrop-altcrop-alt-rotate-leftcrop-alt-rotate-rightexcludeflip-hflip-h-altflip-vflip-v-altgridshorizontal-align-centerhorizontal-align-lefthorizontal-align-righthorizontal-distribution-centerhorizontal-distribution-lefthorizontal-distribution-right
Use the illustration icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.9 9.6c-.2-.5-.8-.7-1.3-.5l-2.9 1.4l-2.1-2.1l-2.1-2.1l1.4-2.9c.2-.5 0-1.1-.5-1.3s-1.1 0-1.3.5l-1.5 3.1l-6.4 1c-.4.1-.7.4-.8.8L2 19.1c-.1.3 0 .7.3.9L4 21.7c.2.2.5.3.7.3h.2l11.6-2.4c.4-.1.7-.4.8-.8l1-6.4l3.1-1.5c.5-.2.7-.8.5-1.3m-6.5 8.2l-9.8 2l3.7-3.7c1.5.7 3.3.1 4-1.4s.1-3.3-1.4-4c-1.1-.5-2.5-.3-3.4.6s-1.1 2.3-.6 3.4l-3.7 3.7l2-9.8l5.8-1l2.2 2.2l2.2 2.2zm-5.8-4.4c0-.3.1-.5.3-.7c.4-.4 1-.4 1.4 0s.4 1 0 1.4s-1 .4-1.4 0c-.2-.2-.3-.5-.3-.7"/></svg>
React
import type { SVGProps } from "react";
export function UilIllustration(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="M21.9 9.6c-.2-.5-.8-.7-1.3-.5l-2.9 1.4l-2.1-2.1l-2.1-2.1l1.4-2.9c.2-.5 0-1.1-.5-1.3s-1.1 0-1.3.5l-1.5 3.1l-6.4 1c-.4.1-.7.4-.8.8L2 19.1c-.1.3 0 .7.3.9L4 21.7c.2.2.5.3.7.3h.2l11.6-2.4c.4-.1.7-.4.8-.8l1-6.4l3.1-1.5c.5-.2.7-.8.5-1.3m-6.5 8.2l-9.8 2l3.7-3.7c1.5.7 3.3.1 4-1.4s.1-3.3-1.4-4c-1.1-.5-2.5-.3-3.4.6s-1.1 2.3-.6 3.4l-3.7 3.7l2-9.8l5.8-1l2.2 2.2l2.2 2.2zm-5.8-4.4c0-.3.1-.5.3-.7c.4-.4 1-.4 1.4 0s.4 1 0 1.4s-1 .4-1.4 0c-.2-.2-.3-.5-.3-.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.9 9.6c-.2-.5-.8-.7-1.3-.5l-2.9 1.4l-2.1-2.1l-2.1-2.1l1.4-2.9c.2-.5 0-1.1-.5-1.3s-1.1 0-1.3.5l-1.5 3.1l-6.4 1c-.4.1-.7.4-.8.8L2 19.1c-.1.3 0 .7.3.9L4 21.7c.2.2.5.3.7.3h.2l11.6-2.4c.4-.1.7-.4.8-.8l1-6.4l3.1-1.5c.5-.2.7-.8.5-1.3m-6.5 8.2l-9.8 2l3.7-3.7c1.5.7 3.3.1 4-1.4s.1-3.3-1.4-4c-1.1-.5-2.5-.3-3.4.6s-1.1 2.3-.6 3.4l-3.7 3.7l2-9.8l5.8-1l2.2 2.2l2.2 2.2zm-5.8-4.4c0-.3.1-.5.3-.7c.4-.4 1-.4 1.4 0s.4 1 0 1.4s-1 .4-1.4 0c-.2-.2-.3-.5-.3-.7"/></svg> </template>
CSS
.icon-illustration {
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%22M21.9%209.6c-.2-.5-.8-.7-1.3-.5l-2.9%201.4l-2.1-2.1l-2.1-2.1l1.4-2.9c.2-.5%200-1.1-.5-1.3s-1.1%200-1.3.5l-1.5%203.1l-6.4%201c-.4.1-.7.4-.8.8L2%2019.1c-.1.3%200%20.7.3.9L4%2021.7c.2.2.5.3.7.3h.2l11.6-2.4c.4-.1.7-.4.8-.8l1-6.4l3.1-1.5c.5-.2.7-.8.5-1.3m-6.5%208.2l-9.8%202l3.7-3.7c1.5.7%203.3.1%204-1.4s.1-3.3-1.4-4c-1.1-.5-2.5-.3-3.4.6s-1.1%202.3-.6%203.4l-3.7%203.7l2-9.8l5.8-1l2.2%202.2l2.2%202.2zm-5.8-4.4c0-.3.1-.5.3-.7c.4-.4%201-.4%201.4%200s.4%201%200%201.4s-1%20.4-1.4%200c-.2-.2-.3-.5-.3-.7%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%22M21.9%209.6c-.2-.5-.8-.7-1.3-.5l-2.9%201.4l-2.1-2.1l-2.1-2.1l1.4-2.9c.2-.5%200-1.1-.5-1.3s-1.1%200-1.3.5l-1.5%203.1l-6.4%201c-.4.1-.7.4-.8.8L2%2019.1c-.1.3%200%20.7.3.9L4%2021.7c.2.2.5.3.7.3h.2l11.6-2.4c.4-.1.7-.4.8-.8l1-6.4l3.1-1.5c.5-.2.7-.8.5-1.3m-6.5%208.2l-9.8%202l3.7-3.7c1.5.7%203.3.1%204-1.4s.1-3.3-1.4-4c-1.1-.5-2.5-.3-3.4.6s-1.1%202.3-.6%203.4l-3.7%203.7l2-9.8l5.8-1l2.2%202.2l2.2%202.2zm-5.8-4.4c0-.3.1-.5.3-.7c.4-.4%201-.4%201.4%200s.4%201%200%201.4s-1%20.4-1.4%200c-.2-.2-.3-.5-.3-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/illustration.svg?color=%231a73e8&size=48