text to image icon
text-to-image from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- text-to-image
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
text-align-centertext-align-endtext-align-justifytext-align-justify-centertext-align-justify-lefttext-align-justify-righttext-align-lefttext-align-left-01text-align-righttext-align-right-01text-align-starttext-all-capstext-boldtext-centerline-center-toptext-centerline-lefttext-centerline-middletext-centerline-righttext-checktext-circletext-cleartext-colortext-creationtext-firstline-lefttext-firstline-right
Use the text to 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="1.5"><path d="m4.5 16l3.47-3.47a1.81 1.81 0 0 1 2.56 0l2.056 2.056c.666.666 1 1 1.414 1s.748-.334 1.414-1l.556-.556a1.81 1.81 0 0 1 2.56 0L20.5 16m-4-7a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V8"/><path d="M4 13c0 3.771 0 5.657 1.172 6.828S8.229 21 12 21h1c3.771 0 5.657 0 6.828-1.172S21 16.771 21 13v-1c0-3.771 0-5.657-1.172-6.828S16.771 4 13 4M5.5 2.5V9m0 0H4m1.5 0H7m2-6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTextToImage(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="1.5"><path d="m4.5 16l3.47-3.47a1.81 1.81 0 0 1 2.56 0l2.056 2.056c.666.666 1 1 1.414 1s.748-.334 1.414-1l.556-.556a1.81 1.81 0 0 1 2.56 0L20.5 16m-4-7a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V8"/><path d="M4 13c0 3.771 0 5.657 1.172 6.828S8.229 21 12 21h1c3.771 0 5.657 0 6.828-1.172S21 16.771 21 13v-1c0-3.771 0-5.657-1.172-6.828S16.771 4 13 4M5.5 2.5V9m0 0H4m1.5 0H7m2-6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1"/></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="1.5"><path d="m4.5 16l3.47-3.47a1.81 1.81 0 0 1 2.56 0l2.056 2.056c.666.666 1 1 1.414 1s.748-.334 1.414-1l.556-.556a1.81 1.81 0 0 1 2.56 0L20.5 16m-4-7a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V8"/><path d="M4 13c0 3.771 0 5.657 1.172 6.828S8.229 21 12 21h1c3.771 0 5.657 0 6.828-1.172S21 16.771 21 13v-1c0-3.771 0-5.657-1.172-6.828S16.771 4 13 4M5.5 2.5V9m0 0H4m1.5 0H7m2-6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1"/></g></svg> </template>
CSS
.icon-text-to-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%221.5%22%3E%3Cpath%20d%3D%22m4.5%2016l3.47-3.47a1.81%201.81%200%200%201%202.56%200l2.056%202.056c.666.666%201%201%201.414%201s.748-.334%201.414-1l.556-.556a1.81%201.81%200%200%201%202.56%200L20.5%2016m-4-7a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V8%22%2F%3E%3Cpath%20d%3D%22M4%2013c0%203.771%200%205.657%201.172%206.828S8.229%2021%2012%2021h1c3.771%200%205.657%200%206.828-1.172S21%2016.771%2021%2013v-1c0-3.771%200-5.657-1.172-6.828S16.771%204%2013%204M5.5%202.5V9m0%200H4m1.5%200H7m2-6a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201%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%221.5%22%3E%3Cpath%20d%3D%22m4.5%2016l3.47-3.47a1.81%201.81%200%200%201%202.56%200l2.056%202.056c.666.666%201%201%201.414%201s.748-.334%201.414-1l.556-.556a1.81%201.81%200%200%201%202.56%200L20.5%2016m-4-7a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V8%22%2F%3E%3Cpath%20d%3D%22M4%2013c0%203.771%200%205.657%201.172%206.828S8.229%2021%2012%2021h1c3.771%200%205.657%200%206.828-1.172S21%2016.771%2021%2013v-1c0-3.771%200-5.657-1.172-6.828S16.771%204%2013%204M5.5%202.5V9m0%200H4m1.5%200H7m2-6a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/text-to-image.svg?color=%231a73e8&size=48