3d-2-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
3d-2-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
3d-2-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the 3d 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.962 16.217q-.348 0-.578-.23t-.23-.577V8.52q0-.349.23-.579t.578-.23h2.036q1.887 0 2.876 1.153q.99 1.153.99 3.097t-.993 3.1t-2.873 1.156zm.163-.953h1.856q1.458 0 2.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.893-2.185-.893h-1.856zm-5.263 1.14q-.875 0-1.489-.341t-.917-1.005q-.079-.177-.006-.389t.25-.29t.376-.009t.303.247q.2.42.582.642t.92.222q.758 0 1.192-.445q.435-.445.435-1.197q0-.708-.498-1.172t-1.304-.463h-.05q-.196 0-.315-.129q-.12-.129-.12-.325t.129-.325t.325-.129q.692 0 1.125-.407t.433-1.041t-.401-1.028t-1.078-.395q-.488 0-.833.22t-.544.626q-.079.177-.265.229t-.364-.027t-.229-.265t.027-.364q.131-.261.295-.47q.165-.208.382-.37q.304-.237.685-.358q.38-.121.852-.121q1.067 0 1.756.61q.69.611.69 1.61q0 .653-.318 1.137t-.869.776v.061q.673.256 1.064.831q.39.575.39 1.323q0 1.187-.707 1.859q-.706.672-1.904.672"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLight3d2Rounded(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="M12.962 16.217q-.348 0-.578-.23t-.23-.577V8.52q0-.349.23-.579t.578-.23h2.036q1.887 0 2.876 1.153q.99 1.153.99 3.097t-.993 3.1t-2.873 1.156zm.163-.953h1.856q1.458 0 2.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.893-2.185-.893h-1.856zm-5.263 1.14q-.875 0-1.489-.341t-.917-1.005q-.079-.177-.006-.389t.25-.29t.376-.009t.303.247q.2.42.582.642t.92.222q.758 0 1.192-.445q.435-.445.435-1.197q0-.708-.498-1.172t-1.304-.463h-.05q-.196 0-.315-.129q-.12-.129-.12-.325t.129-.325t.325-.129q.692 0 1.125-.407t.433-1.041t-.401-1.028t-1.078-.395q-.488 0-.833.22t-.544.626q-.079.177-.265.229t-.364-.027t-.229-.265t.027-.364q.131-.261.295-.47q.165-.208.382-.37q.304-.237.685-.358q.38-.121.852-.121q1.067 0 1.756.61q.69.611.69 1.61q0 .653-.318 1.137t-.869.776v.061q.673.256 1.064.831q.39.575.39 1.323q0 1.187-.707 1.859q-.706.672-1.904.672"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.962 16.217q-.348 0-.578-.23t-.23-.577V8.52q0-.349.23-.579t.578-.23h2.036q1.887 0 2.876 1.153q.99 1.153.99 3.097t-.993 3.1t-2.873 1.156zm.163-.953h1.856q1.458 0 2.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.893-2.185-.893h-1.856zm-5.263 1.14q-.875 0-1.489-.341t-.917-1.005q-.079-.177-.006-.389t.25-.29t.376-.009t.303.247q.2.42.582.642t.92.222q.758 0 1.192-.445q.435-.445.435-1.197q0-.708-.498-1.172t-1.304-.463h-.05q-.196 0-.315-.129q-.12-.129-.12-.325t.129-.325t.325-.129q.692 0 1.125-.407t.433-1.041t-.401-1.028t-1.078-.395q-.488 0-.833.22t-.544.626q-.079.177-.265.229t-.364-.027t-.229-.265t.027-.364q.131-.261.295-.47q.165-.208.382-.37q.304-.237.685-.358q.38-.121.852-.121q1.067 0 1.756.61q.69.611.69 1.61q0 .653-.318 1.137t-.869.776v.061q.673.256 1.064.831q.39.575.39 1.323q0 1.187-.707 1.859q-.706.672-1.904.672"/></svg>
</template>

CSS

.icon-3d-2-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%22M12.962%2016.217q-.348%200-.578-.23t-.23-.577V8.52q0-.349.23-.579t.578-.23h2.036q1.887%200%202.876%201.153q.99%201.153.99%203.097t-.993%203.1t-2.873%201.156zm.163-.953h1.856q1.458%200%202.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.893-2.185-.893h-1.856zm-5.263%201.14q-.875%200-1.489-.341t-.917-1.005q-.079-.177-.006-.389t.25-.29t.376-.009t.303.247q.2.42.582.642t.92.222q.758%200%201.192-.445q.435-.445.435-1.197q0-.708-.498-1.172t-1.304-.463h-.05q-.196%200-.315-.129q-.12-.129-.12-.325t.129-.325t.325-.129q.692%200%201.125-.407t.433-1.041t-.401-1.028t-1.078-.395q-.488%200-.833.22t-.544.626q-.079.177-.265.229t-.364-.027t-.229-.265t.027-.364q.131-.261.295-.47q.165-.208.382-.37q.304-.237.685-.358q.38-.121.852-.121q1.067%200%201.756.61q.69.611.69%201.61q0%20.653-.318%201.137t-.869.776v.061q.673.256%201.064.831q.39.575.39%201.323q0%201.187-.707%201.859q-.706.672-1.904.672%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%22M12.962%2016.217q-.348%200-.578-.23t-.23-.577V8.52q0-.349.23-.579t.578-.23h2.036q1.887%200%202.876%201.153q.99%201.153.99%203.097t-.993%203.1t-2.873%201.156zm.163-.953h1.856q1.458%200%202.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.893-2.185-.893h-1.856zm-5.263%201.14q-.875%200-1.489-.341t-.917-1.005q-.079-.177-.006-.389t.25-.29t.376-.009t.303.247q.2.42.582.642t.92.222q.758%200%201.192-.445q.435-.445.435-1.197q0-.708-.498-1.172t-1.304-.463h-.05q-.196%200-.315-.129q-.12-.129-.12-.325t.129-.325t.325-.129q.692%200%201.125-.407t.433-1.041t-.401-1.028t-1.078-.395q-.488%200-.833.22t-.544.626q-.079.177-.265.229t-.364-.027t-.229-.265t.027-.364q.131-.261.295-.47q.165-.208.382-.37q.304-.237.685-.358q.38-.121.852-.121q1.067%200%201.756.61q.69.611.69%201.61q0%20.653-.318%201.137t-.869.776v.061q.673.256%201.064.831q.39.575.39%201.323q0%201.187-.707%201.859q-.706.672-1.904.672%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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