modeling-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
modeling-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the modeling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.44 16.48l1.76 1.76q.14.147.153.348t-.134.347q-.146.165-.354.156q-.207-.01-.354-.156l-2.407-2.389q-.243-.242-.243-.565t.243-.565l2.407-2.389q.147-.146.354-.156q.208-.01.354.156q.146.146.134.357q-.013.21-.153.357l-1.76 1.74h4.06q.214 0 .357.143t.143.357t-.143.357t-.357.143zM4.617 19q-.691 0-1.153-.462T3 17.384v-2.807q0-.69.463-1.153t1.152-.463h5.943q.69 0 1.153.463t.462 1.153v2.807q0 .691-.462 1.153T10.558 19zM7.56 8.5H3.5q-.213 0-.357-.143T3 8t.143-.357T3.5 7.5h4.06L5.8 5.76q-.14-.146-.143-.347q-.003-.202.143-.348t.335-.146q.188 0 .334.146l2.427 2.37q.242.242.242.575t-.242.574l-2.408 2.389q-.146.146-.354.146q-.207 0-.353-.165q-.146-.146-.134-.347t.153-.347zm5.882 2.539q-.69 0-1.152-.463t-.463-1.153V6.616q0-.691.463-1.153T13.442 5h5.943q.69 0 1.153.463T21 6.616v2.807q0 .69-.462 1.153t-1.153.463z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModelingRounded(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="m16.44 16.48l1.76 1.76q.14.147.153.348t-.134.347q-.146.165-.354.156q-.207-.01-.354-.156l-2.407-2.389q-.243-.242-.243-.565t.243-.565l2.407-2.389q.147-.146.354-.156q.208-.01.354.156q.146.146.134.357q-.013.21-.153.357l-1.76 1.74h4.06q.214 0 .357.143t.143.357t-.143.357t-.357.143zM4.617 19q-.691 0-1.153-.462T3 17.384v-2.807q0-.69.463-1.153t1.152-.463h5.943q.69 0 1.153.463t.462 1.153v2.807q0 .691-.462 1.153T10.558 19zM7.56 8.5H3.5q-.213 0-.357-.143T3 8t.143-.357T3.5 7.5h4.06L5.8 5.76q-.14-.146-.143-.347q-.003-.202.143-.348t.335-.146q.188 0 .334.146l2.427 2.37q.242.242.242.575t-.242.574l-2.408 2.389q-.146.146-.354.146q-.207 0-.353-.165q-.146-.146-.134-.347t.153-.347zm5.882 2.539q-.69 0-1.152-.463t-.463-1.153V6.616q0-.691.463-1.153T13.442 5h5.943q.69 0 1.153.463T21 6.616v2.807q0 .69-.462 1.153t-1.153.463z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.44 16.48l1.76 1.76q.14.147.153.348t-.134.347q-.146.165-.354.156q-.207-.01-.354-.156l-2.407-2.389q-.243-.242-.243-.565t.243-.565l2.407-2.389q.147-.146.354-.156q.208-.01.354.156q.146.146.134.357q-.013.21-.153.357l-1.76 1.74h4.06q.214 0 .357.143t.143.357t-.143.357t-.357.143zM4.617 19q-.691 0-1.153-.462T3 17.384v-2.807q0-.69.463-1.153t1.152-.463h5.943q.69 0 1.153.463t.462 1.153v2.807q0 .691-.462 1.153T10.558 19zM7.56 8.5H3.5q-.213 0-.357-.143T3 8t.143-.357T3.5 7.5h4.06L5.8 5.76q-.14-.146-.143-.347q-.003-.202.143-.348t.335-.146q.188 0 .334.146l2.427 2.37q.242.242.242.575t-.242.574l-2.408 2.389q-.146.146-.354.146q-.207 0-.353-.165q-.146-.146-.134-.347t.153-.347zm5.882 2.539q-.69 0-1.152-.463t-.463-1.153V6.616q0-.691.463-1.153T13.442 5h5.943q.69 0 1.153.463T21 6.616v2.807q0 .69-.462 1.153t-1.153.463z"/></svg>
</template>

CSS

.icon-modeling-rounded {
  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%22m16.44%2016.48l1.76%201.76q.14.147.153.348t-.134.347q-.146.165-.354.156q-.207-.01-.354-.156l-2.407-2.389q-.243-.242-.243-.565t.243-.565l2.407-2.389q.147-.146.354-.156q.208-.01.354.156q.146.146.134.357q-.013.21-.153.357l-1.76%201.74h4.06q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM4.617%2019q-.691%200-1.153-.462T3%2017.384v-2.807q0-.69.463-1.153t1.152-.463h5.943q.69%200%201.153.463t.462%201.153v2.807q0%20.691-.462%201.153T10.558%2019zM7.56%208.5H3.5q-.213%200-.357-.143T3%208t.143-.357T3.5%207.5h4.06L5.8%205.76q-.14-.146-.143-.347q-.003-.202.143-.348t.335-.146q.188%200%20.334.146l2.427%202.37q.242.242.242.575t-.242.574l-2.408%202.389q-.146.146-.354.146q-.207%200-.353-.165q-.146-.146-.134-.347t.153-.347zm5.882%202.539q-.69%200-1.152-.463t-.463-1.153V6.616q0-.691.463-1.153T13.442%205h5.943q.69%200%201.153.463T21%206.616v2.807q0%20.69-.462%201.153t-1.153.463z%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%22m16.44%2016.48l1.76%201.76q.14.147.153.348t-.134.347q-.146.165-.354.156q-.207-.01-.354-.156l-2.407-2.389q-.243-.242-.243-.565t.243-.565l2.407-2.389q.147-.146.354-.156q.208-.01.354.156q.146.146.134.357q-.013.21-.153.357l-1.76%201.74h4.06q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM4.617%2019q-.691%200-1.153-.462T3%2017.384v-2.807q0-.69.463-1.153t1.152-.463h5.943q.69%200%201.153.463t.462%201.153v2.807q0%20.691-.462%201.153T10.558%2019zM7.56%208.5H3.5q-.213%200-.357-.143T3%208t.143-.357T3.5%207.5h4.06L5.8%205.76q-.14-.146-.143-.347q-.003-.202.143-.348t.335-.146q.188%200%20.334.146l2.427%202.37q.242.242.242.575t-.242.574l-2.408%202.389q-.146.146-.354.146q-.207%200-.353-.165q-.146-.146-.134-.347t.153-.347zm5.882%202.539q-.69%200-1.152-.463t-.463-1.153V6.616q0-.691.463-1.153T13.442%205h5.943q.69%200%201.153.463T21%206.616v2.807q0%20.69-.462%201.153t-1.153.463z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/modeling-rounded.svg?color=%231a73e8&size=48