3d-scale from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
3d-scale
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the 3d scale icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="m12 13l5 4.5M12 13l-5 4.5m5-4.5V8m6.192 8.446c.516-.298.774-.446 1.058-.446s.542.148 1.058.446l.634.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594 0-.891.142-1.136s.4-.393.916-.69zm-14.5 0c.516-.298.774-.446 1.058-.446s.542.148 1.058.446l.634.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69S2 19.958 2 19.364v-.728c0-.594 0-.891.142-1.136s.4-.393.916-.69zm7.25-14C11.458 2.149 11.715 2 12 2s.542.149 1.059.446l.633.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.917.69l-.633.364C12.543 7.851 12.285 8 12 8s-.542-.149-1.059-.446l-.633-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594 0-.891.142-1.136s.4-.393.917-.69z"/></svg>

React

import type { SVGProps } from "react";

export function Hugeicons3dScale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="m12 13l5 4.5M12 13l-5 4.5m5-4.5V8m6.192 8.446c.516-.298.774-.446 1.058-.446s.542.148 1.058.446l.634.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594 0-.891.142-1.136s.4-.393.916-.69zm-14.5 0c.516-.298.774-.446 1.058-.446s.542.148 1.058.446l.634.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69S2 19.958 2 19.364v-.728c0-.594 0-.891.142-1.136s.4-.393.916-.69zm7.25-14C11.458 2.149 11.715 2 12 2s.542.149 1.059.446l.633.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.917.69l-.633.364C12.543 7.851 12.285 8 12 8s-.542-.149-1.059-.446l-.633-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594 0-.891.142-1.136s.4-.393.917-.69z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="m12 13l5 4.5M12 13l-5 4.5m5-4.5V8m6.192 8.446c.516-.298.774-.446 1.058-.446s.542.148 1.058.446l.634.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594 0-.891.142-1.136s.4-.393.916-.69zm-14.5 0c.516-.298.774-.446 1.058-.446s.542.148 1.058.446l.634.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69S2 19.958 2 19.364v-.728c0-.594 0-.891.142-1.136s.4-.393.916-.69zm7.25-14C11.458 2.149 11.715 2 12 2s.542.149 1.059.446l.633.364c.516.297.774.445.916.69s.142.542.142 1.136v.728c0 .594 0 .891-.142 1.136s-.4.393-.917.69l-.633.364C12.543 7.851 12.285 8 12 8s-.542-.149-1.059-.446l-.633-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594 0-.891.142-1.136s.4-.393.917-.69z"/></svg>
</template>

CSS

.icon-3d-scale {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22m12%2013l5%204.5M12%2013l-5%204.5m5-4.5V8m6.192%208.446c.516-.298.774-.446%201.058-.446s.542.148%201.058.446l.634.364c.516.297.774.445.916.69s.142.542.142%201.136v.728c0%20.594%200%20.891-.142%201.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594%200-.891.142-1.136s.4-.393.916-.69zm-14.5%200c.516-.298.774-.446%201.058-.446s.542.148%201.058.446l.634.364c.516.297.774.445.916.69s.142.542.142%201.136v.728c0%20.594%200%20.891-.142%201.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69S2%2019.958%202%2019.364v-.728c0-.594%200-.891.142-1.136s.4-.393.916-.69zm7.25-14C11.458%202.149%2011.715%202%2012%202s.542.149%201.059.446l.633.364c.516.297.774.445.916.69s.142.542.142%201.136v.728c0%20.594%200%20.891-.142%201.136s-.4.393-.917.69l-.633.364C12.543%207.851%2012.285%208%2012%208s-.542-.149-1.059-.446l-.633-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594%200-.891.142-1.136s.4-.393.917-.69z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22m12%2013l5%204.5M12%2013l-5%204.5m5-4.5V8m6.192%208.446c.516-.298.774-.446%201.058-.446s.542.148%201.058.446l.634.364c.516.297.774.445.916.69s.142.542.142%201.136v.728c0%20.594%200%20.891-.142%201.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594%200-.891.142-1.136s.4-.393.916-.69zm-14.5%200c.516-.298.774-.446%201.058-.446s.542.148%201.058.446l.634.364c.516.297.774.445.916.69s.142.542.142%201.136v.728c0%20.594%200%20.891-.142%201.136s-.4.393-.916.69l-.634.364c-.516.298-.774.446-1.058.446s-.542-.148-1.058-.446l-.634-.364c-.516-.297-.774-.445-.916-.69S2%2019.958%202%2019.364v-.728c0-.594%200-.891.142-1.136s.4-.393.916-.69zm7.25-14C11.458%202.149%2011.715%202%2012%202s.542.149%201.059.446l.633.364c.516.297.774.445.916.69s.142.542.142%201.136v.728c0%20.594%200%20.891-.142%201.136s-.4.393-.917.69l-.633.364C12.543%207.851%2012.285%208%2012%208s-.542-.149-1.059-.446l-.633-.364c-.516-.297-.774-.445-.916-.69s-.142-.542-.142-1.136v-.728c0-.594%200-.891.142-1.136s.4-.393.917-.69z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/3d-scale.svg?color=%231a73e8&size=48