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

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

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the sdk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.672 0-1.144-.472T4 18.385V7q0-.177.036-.326t.145-.27L5.542 4.78q.11-.14.253-.21t.32-.071h11.77q.176 0 .32.07t.253.21l1.361 1.624q.11.121.146.27T20 7v11.385q0 .67-.472 1.143q-.472.472-1.143.472zM5.4 6.5h13.2l-.85-1H6.25zm10.53 7l-1.74 1.74q-.146.147-.155.35q-.01.204.156.37q.165.165.359.165t.36-.165l1.894-1.895q.242-.242.242-.565t-.242-.565L14.91 11.04q-.146-.146-.35-.155t-.37.155t-.165.36t.166.36zm-7.81 0l1.74-1.74q.146-.147.156-.35q.009-.204-.156-.37q-.166-.165-.36-.165t-.36.166l-1.894 1.893q-.242.243-.242.566t.242.566l1.894 1.893q.146.147.35.157q.204.009.37-.156q.165-.166.165-.36t-.165-.36z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSdkRounded(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="M5.616 20q-.672 0-1.144-.472T4 18.385V7q0-.177.036-.326t.145-.27L5.542 4.78q.11-.14.253-.21t.32-.071h11.77q.176 0 .32.07t.253.21l1.361 1.624q.11.121.146.27T20 7v11.385q0 .67-.472 1.143q-.472.472-1.143.472zM5.4 6.5h13.2l-.85-1H6.25zm10.53 7l-1.74 1.74q-.146.147-.155.35q-.01.204.156.37q.165.165.359.165t.36-.165l1.894-1.895q.242-.242.242-.565t-.242-.565L14.91 11.04q-.146-.146-.35-.155t-.37.155t-.165.36t.166.36zm-7.81 0l1.74-1.74q.146-.147.156-.35q.009-.204-.156-.37q-.166-.165-.36-.165t-.36.166l-1.894 1.893q-.242.243-.242.566t.242.566l1.894 1.893q.146.147.35.157q.204.009.37-.156q.165-.166.165-.36t-.165-.36z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.672 0-1.144-.472T4 18.385V7q0-.177.036-.326t.145-.27L5.542 4.78q.11-.14.253-.21t.32-.071h11.77q.176 0 .32.07t.253.21l1.361 1.624q.11.121.146.27T20 7v11.385q0 .67-.472 1.143q-.472.472-1.143.472zM5.4 6.5h13.2l-.85-1H6.25zm10.53 7l-1.74 1.74q-.146.147-.155.35q-.01.204.156.37q.165.165.359.165t.36-.165l1.894-1.895q.242-.242.242-.565t-.242-.565L14.91 11.04q-.146-.146-.35-.155t-.37.155t-.165.36t.166.36zm-7.81 0l1.74-1.74q.146-.147.156-.35q.009-.204-.156-.37q-.166-.165-.36-.165t-.36.166l-1.894 1.893q-.242.243-.242.566t.242.566l1.894 1.893q.146.147.35.157q.204.009.37-.156q.165-.166.165-.36t-.165-.36z"/></svg>
</template>

CSS

.icon-sdk-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%22M5.616%2020q-.672%200-1.144-.472T4%2018.385V7q0-.177.036-.326t.145-.27L5.542%204.78q.11-.14.253-.21t.32-.071h11.77q.176%200%20.32.07t.253.21l1.361%201.624q.11.121.146.27T20%207v11.385q0%20.67-.472%201.143q-.472.472-1.143.472zM5.4%206.5h13.2l-.85-1H6.25zm10.53%207l-1.74%201.74q-.146.147-.155.35q-.01.204.156.37q.165.165.359.165t.36-.165l1.894-1.895q.242-.242.242-.565t-.242-.565L14.91%2011.04q-.146-.146-.35-.155t-.37.155t-.165.36t.166.36zm-7.81%200l1.74-1.74q.146-.147.156-.35q.009-.204-.156-.37q-.166-.165-.36-.165t-.36.166l-1.894%201.893q-.242.243-.242.566t.242.566l1.894%201.893q.146.147.35.157q.204.009.37-.156q.165-.166.165-.36t-.165-.36z%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%22M5.616%2020q-.672%200-1.144-.472T4%2018.385V7q0-.177.036-.326t.145-.27L5.542%204.78q.11-.14.253-.21t.32-.071h11.77q.176%200%20.32.07t.253.21l1.361%201.624q.11.121.146.27T20%207v11.385q0%20.67-.472%201.143q-.472.472-1.143.472zM5.4%206.5h13.2l-.85-1H6.25zm10.53%207l-1.74%201.74q-.146.147-.155.35q-.01.204.156.37q.165.165.359.165t.36-.165l1.894-1.895q.242-.242.242-.565t-.242-.565L14.91%2011.04q-.146-.146-.35-.155t-.37.155t-.165.36t.166.36zm-7.81%200l1.74-1.74q.146-.147.156-.35q.009-.204-.156-.37q-.166-.165-.36-.165t-.36.166l-1.894%201.893q-.242.243-.242.566t.242.566l1.894%201.893q.146.147.35.157q.204.009.37-.156q.165-.166.165-.36t-.165-.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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