image upscale icon
image-upscale from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- image-upscale
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
image-01image-02image-03image-actual-sizeimage-add-01image-add-02image-compositionimage-composition-ovalimage-counter-clockwiseimage-cropimage-delete-01image-delete-02image-done-01image-done-02image-downimage-downloadimage-download-02image-flip-horizontalimage-flip-verticalimage-minusimage-not-found-01image-not-found-02image-offimage-play
Use the image upscale icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M3.12 20.326c-.62-.808-.62-1.98-.62-4.326s0-3.518.62-4.326a3 3 0 0 1 .554-.554c.808-.62 1.98-.62 4.326-.62s3.519 0 4.327.62a3 3 0 0 1 .553.554c.62.808.62 1.98.62 4.326s0 3.518-.62 4.326a3 3 0 0 1-.553.554c-.808.62-1.981.62-4.327.62s-3.518 0-4.326-.62a3 3 0 0 1-.554-.554Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="m4 21.02l2.873-2.758c1.322-1.269 1.982-1.903 2.806-2.006a3 3 0 0 1 .253-.018c.83-.02 1.576.512 3.068 1.573"/><path fill="currentColor" d="M21.03 4.03a.75.75 0 1 0-1.06-1.06l.53.53zm-5.06 2.94a.75.75 0 0 0 1.06 1.06l-.53-.53zm5.28-4.213l.53-.53zm-4.355-.741a.75.75 0 1 0 .225 1.483l-.113-.742zm3.613 4.871a.75.75 0 1 0 1.483.226L21.25 7zM20.5 3.5l-.53-.53l-4 4l.53.53l.53.53l4-4zm.75-.743l.53-.53c-.217-.218-.5-.31-.693-.358a4 4 0 0 0-.69-.096c-.472-.03-1.023-.01-1.53.027a27 27 0 0 0-1.969.215h-.003l.112.742l.113.742h.001l.007-.001a19 19 0 0 1 .555-.075c.346-.043.81-.093 1.289-.127c.483-.034.957-.05 1.333-.026q.283.02.422.055c.116.029.07.04-.008-.037zm0 4.243l.741.112v-.003l.002-.01l.005-.032l.017-.123a28 28 0 0 0 .193-1.803c.035-.508.055-1.059.026-1.531a4 4 0 0 0-.096-.69c-.047-.192-.14-.475-.358-.693l-.53.53l-.53.53c-.078-.077-.066-.123-.038-.006q.036.14.055.421c.023.376.008.85-.026 1.334a25 25 0 0 1-.201 1.843l-.002.007v.001z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.496 15q.005-.695.004-1.5V11M17 21.439c1.581-.103 2.595-.377 3.329-1.11c.363-.363.613-.794.786-1.329M9.5 2.5h4M2.563 7c.102-1.581.377-2.595 1.11-3.328c.47-.47 1.054-.751 1.829-.92"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsImageUpscale(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"><path stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M3.12 20.326c-.62-.808-.62-1.98-.62-4.326s0-3.518.62-4.326a3 3 0 0 1 .554-.554c.808-.62 1.98-.62 4.326-.62s3.519 0 4.327.62a3 3 0 0 1 .553.554c.62.808.62 1.98.62 4.326s0 3.518-.62 4.326a3 3 0 0 1-.553.554c-.808.62-1.981.62-4.327.62s-3.518 0-4.326-.62a3 3 0 0 1-.554-.554Z"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="m4 21.02l2.873-2.758c1.322-1.269 1.982-1.903 2.806-2.006a3 3 0 0 1 .253-.018c.83-.02 1.576.512 3.068 1.573"/><path fill="currentColor" d="M21.03 4.03a.75.75 0 1 0-1.06-1.06l.53.53zm-5.06 2.94a.75.75 0 0 0 1.06 1.06l-.53-.53zm5.28-4.213l.53-.53zm-4.355-.741a.75.75 0 1 0 .225 1.483l-.113-.742zm3.613 4.871a.75.75 0 1 0 1.483.226L21.25 7zM20.5 3.5l-.53-.53l-4 4l.53.53l.53.53l4-4zm.75-.743l.53-.53c-.217-.218-.5-.31-.693-.358a4 4 0 0 0-.69-.096c-.472-.03-1.023-.01-1.53.027a27 27 0 0 0-1.969.215h-.003l.112.742l.113.742h.001l.007-.001a19 19 0 0 1 .555-.075c.346-.043.81-.093 1.289-.127c.483-.034.957-.05 1.333-.026q.283.02.422.055c.116.029.07.04-.008-.037zm0 4.243l.741.112v-.003l.002-.01l.005-.032l.017-.123a28 28 0 0 0 .193-1.803c.035-.508.055-1.059.026-1.531a4 4 0 0 0-.096-.69c-.047-.192-.14-.475-.358-.693l-.53.53l-.53.53c-.078-.077-.066-.123-.038-.006q.036.14.055.421c.023.376.008.85-.026 1.334a25 25 0 0 1-.201 1.843l-.002.007v.001z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21.496 15q.005-.695.004-1.5V11M17 21.439c1.581-.103 2.595-.377 3.329-1.11c.363-.363.613-.794.786-1.329M9.5 2.5h4M2.563 7c.102-1.581.377-2.595 1.11-3.328c.47-.47 1.054-.751 1.829-.92"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M3.12 20.326c-.62-.808-.62-1.98-.62-4.326s0-3.518.62-4.326a3 3 0 0 1 .554-.554c.808-.62 1.98-.62 4.326-.62s3.519 0 4.327.62a3 3 0 0 1 .553.554c.62.808.62 1.98.62 4.326s0 3.518-.62 4.326a3 3 0 0 1-.553.554c-.808.62-1.981.62-4.327.62s-3.518 0-4.326-.62a3 3 0 0 1-.554-.554Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="m4 21.02l2.873-2.758c1.322-1.269 1.982-1.903 2.806-2.006a3 3 0 0 1 .253-.018c.83-.02 1.576.512 3.068 1.573"/><path fill="currentColor" d="M21.03 4.03a.75.75 0 1 0-1.06-1.06l.53.53zm-5.06 2.94a.75.75 0 0 0 1.06 1.06l-.53-.53zm5.28-4.213l.53-.53zm-4.355-.741a.75.75 0 1 0 .225 1.483l-.113-.742zm3.613 4.871a.75.75 0 1 0 1.483.226L21.25 7zM20.5 3.5l-.53-.53l-4 4l.53.53l.53.53l4-4zm.75-.743l.53-.53c-.217-.218-.5-.31-.693-.358a4 4 0 0 0-.69-.096c-.472-.03-1.023-.01-1.53.027a27 27 0 0 0-1.969.215h-.003l.112.742l.113.742h.001l.007-.001a19 19 0 0 1 .555-.075c.346-.043.81-.093 1.289-.127c.483-.034.957-.05 1.333-.026q.283.02.422.055c.116.029.07.04-.008-.037zm0 4.243l.741.112v-.003l.002-.01l.005-.032l.017-.123a28 28 0 0 0 .193-1.803c.035-.508.055-1.059.026-1.531a4 4 0 0 0-.096-.69c-.047-.192-.14-.475-.358-.693l-.53.53l-.53.53c-.078-.077-.066-.123-.038-.006q.036.14.055.421c.023.376.008.85-.026 1.334a25 25 0 0 1-.201 1.843l-.002.007v.001z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.496 15q.005-.695.004-1.5V11M17 21.439c1.581-.103 2.595-.377 3.329-1.11c.363-.363.613-.794.786-1.329M9.5 2.5h4M2.563 7c.102-1.581.377-2.595 1.11-3.328c.47-.47 1.054-.751 1.829-.92"/></g></svg> </template>
CSS
.icon-image-upscale {
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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.12%2020.326c-.62-.808-.62-1.98-.62-4.326s0-3.518.62-4.326a3%203%200%200%201%20.554-.554c.808-.62%201.98-.62%204.326-.62s3.519%200%204.327.62a3%203%200%200%201%20.553.554c.62.808.62%201.98.62%204.326s0%203.518-.62%204.326a3%203%200%200%201-.553.554c-.808.62-1.981.62-4.327.62s-3.518%200-4.326-.62a3%203%200%200%201-.554-.554Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m4%2021.02l2.873-2.758c1.322-1.269%201.982-1.903%202.806-2.006a3%203%200%200%201%20.253-.018c.83-.02%201.576.512%203.068%201.573%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.03%204.03a.75.75%200%201%200-1.06-1.06l.53.53zm-5.06%202.94a.75.75%200%200%200%201.06%201.06l-.53-.53zm5.28-4.213l.53-.53zm-4.355-.741a.75.75%200%201%200%20.225%201.483l-.113-.742zm3.613%204.871a.75.75%200%201%200%201.483.226L21.25%207zM20.5%203.5l-.53-.53l-4%204l.53.53l.53.53l4-4zm.75-.743l.53-.53c-.217-.218-.5-.31-.693-.358a4%204%200%200%200-.69-.096c-.472-.03-1.023-.01-1.53.027a27%2027%200%200%200-1.969.215h-.003l.112.742l.113.742h.001l.007-.001a19%2019%200%200%201%20.555-.075c.346-.043.81-.093%201.289-.127c.483-.034.957-.05%201.333-.026q.283.02.422.055c.116.029.07.04-.008-.037zm0%204.243l.741.112v-.003l.002-.01l.005-.032l.017-.123a28%2028%200%200%200%20.193-1.803c.035-.508.055-1.059.026-1.531a4%204%200%200%200-.096-.69c-.047-.192-.14-.475-.358-.693l-.53.53l-.53.53c-.078-.077-.066-.123-.038-.006q.036.14.055.421c.023.376.008.85-.026%201.334a25%2025%200%200%201-.201%201.843l-.002.007v.001z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.496%2015q.005-.695.004-1.5V11M17%2021.439c1.581-.103%202.595-.377%203.329-1.11c.363-.363.613-.794.786-1.329M9.5%202.5h4M2.563%207c.102-1.581.377-2.595%201.11-3.328c.47-.47%201.054-.751%201.829-.92%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.12%2020.326c-.62-.808-.62-1.98-.62-4.326s0-3.518.62-4.326a3%203%200%200%201%20.554-.554c.808-.62%201.98-.62%204.326-.62s3.519%200%204.327.62a3%203%200%200%201%20.553.554c.62.808.62%201.98.62%204.326s0%203.518-.62%204.326a3%203%200%200%201-.553.554c-.808.62-1.981.62-4.327.62s-3.518%200-4.326-.62a3%203%200%200%201-.554-.554Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m4%2021.02l2.873-2.758c1.322-1.269%201.982-1.903%202.806-2.006a3%203%200%200%201%20.253-.018c.83-.02%201.576.512%203.068%201.573%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.03%204.03a.75.75%200%201%200-1.06-1.06l.53.53zm-5.06%202.94a.75.75%200%200%200%201.06%201.06l-.53-.53zm5.28-4.213l.53-.53zm-4.355-.741a.75.75%200%201%200%20.225%201.483l-.113-.742zm3.613%204.871a.75.75%200%201%200%201.483.226L21.25%207zM20.5%203.5l-.53-.53l-4%204l.53.53l.53.53l4-4zm.75-.743l.53-.53c-.217-.218-.5-.31-.693-.358a4%204%200%200%200-.69-.096c-.472-.03-1.023-.01-1.53.027a27%2027%200%200%200-1.969.215h-.003l.112.742l.113.742h.001l.007-.001a19%2019%200%200%201%20.555-.075c.346-.043.81-.093%201.289-.127c.483-.034.957-.05%201.333-.026q.283.02.422.055c.116.029.07.04-.008-.037zm0%204.243l.741.112v-.003l.002-.01l.005-.032l.017-.123a28%2028%200%200%200%20.193-1.803c.035-.508.055-1.059.026-1.531a4%204%200%200%200-.096-.69c-.047-.192-.14-.475-.358-.693l-.53.53l-.53.53c-.078-.077-.066-.123-.038-.006q.036.14.055.421c.023.376.008.85-.026%201.334a25%2025%200%200%201-.201%201.843l-.002.007v.001z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.496%2015q.005-.695.004-1.5V11M17%2021.439c1.581-.103%202.595-.377%203.329-1.11c.363-.363.613-.794.786-1.329M9.5%202.5h4M2.563%207c.102-1.581.377-2.595%201.11-3.328c.47-.47%201.054-.751%201.829-.92%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/image-upscale.svg?color=%231a73e8&size=48