scale3d icon
scale3d from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- scale3d
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the scale3d 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.99 3.5V11c0 3.771 0 5.657 1.172 6.828S9.22 19 12.991 19h7.5M6.492 17.5l7-7"/><path d="m6.99 5l-.437-.577C5.832 3.474 5.472 3 4.99 3c-.48 0-.841.474-1.562 1.423L2.991 5M18.99 21l.578-.438c.949-.721 1.423-1.081 1.423-1.562c0-.48-.474-.841-1.423-1.562L18.99 17m-5.17-3.935l.097-.717c.162-1.18.242-1.771-.098-2.111s-.93-.26-2.11-.098l-.718.098"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsScale3d(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.99 3.5V11c0 3.771 0 5.657 1.172 6.828S9.22 19 12.991 19h7.5M6.492 17.5l7-7"/><path d="m6.99 5l-.437-.577C5.832 3.474 5.472 3 4.99 3c-.48 0-.841.474-1.562 1.423L2.991 5M18.99 21l.578-.438c.949-.721 1.423-1.081 1.423-1.562c0-.48-.474-.841-1.423-1.562L18.99 17m-5.17-3.935l.097-.717c.162-1.18.242-1.771-.098-2.111s-.93-.26-2.11-.098l-.718.098"/></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.99 3.5V11c0 3.771 0 5.657 1.172 6.828S9.22 19 12.991 19h7.5M6.492 17.5l7-7"/><path d="m6.99 5l-.437-.577C5.832 3.474 5.472 3 4.99 3c-.48 0-.841.474-1.562 1.423L2.991 5M18.99 21l.578-.438c.949-.721 1.423-1.081 1.423-1.562c0-.48-.474-.841-1.423-1.562L18.99 17m-5.17-3.935l.097-.717c.162-1.18.242-1.771-.098-2.111s-.93-.26-2.11-.098l-.718.098"/></g></svg> </template>
CSS
.icon-scale3d {
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.99%203.5V11c0%203.771%200%205.657%201.172%206.828S9.22%2019%2012.991%2019h7.5M6.492%2017.5l7-7%22%2F%3E%3Cpath%20d%3D%22m6.99%205l-.437-.577C5.832%203.474%205.472%203%204.99%203c-.48%200-.841.474-1.562%201.423L2.991%205M18.99%2021l.578-.438c.949-.721%201.423-1.081%201.423-1.562c0-.48-.474-.841-1.423-1.562L18.99%2017m-5.17-3.935l.097-.717c.162-1.18.242-1.771-.098-2.111s-.93-.26-2.11-.098l-.718.098%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.99%203.5V11c0%203.771%200%205.657%201.172%206.828S9.22%2019%2012.991%2019h7.5M6.492%2017.5l7-7%22%2F%3E%3Cpath%20d%3D%22m6.99%205l-.437-.577C5.832%203.474%205.472%203%204.99%203c-.48%200-.841.474-1.562%201.423L2.991%205M18.99%2021l.578-.438c.949-.721%201.423-1.081%201.423-1.562c0-.48-.474-.841-1.423-1.562L18.99%2017m-5.17-3.935l.097-.717c.162-1.18.242-1.771-.098-2.111s-.93-.26-2.11-.098l-.718.098%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/scale3d.svg?color=%231a73e8&size=48