design-services-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
design-services-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the design services icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.108 11.758l2.284-2.29l-2.053-2.06l-.805.804q-.14.14-.34.153t-.367-.153q-.166-.166-.166-.357t.166-.357l.798-.798l-1.952-1.952l-2.29 2.29zm7.834 7.84l2.29-2.29l-1.951-1.952l-.804.798q-.146.146-.344.156t-.364-.156t-.165-.354t.165-.354l.798-.804l-2.04-2.034l-2.285 2.284zm-1.41-12.846l1.728 1.727l1.746-1.746L17.273 5zM4.809 20q-.348 0-.578-.23T4 19.192v-2.017q0-.161.056-.301t.186-.27l4.152-4.152l-4.748-4.767q-.271-.271-.271-.646t.271-.647l2.381-2.38q.271-.271.646-.269t.646.274l4.793 4.767l4.467-4.473q.165-.165.348-.238t.39-.073t.39.073t.349.238l1.632 1.697q.166.165.23.348t.063.39t-.064.378t-.228.336l-4.43 4.454l4.73 4.767q.27.271.27.646t-.27.646l-2.381 2.38q-.271.272-.646.272t-.646-.271l-4.768-4.748l-4.152 4.152q-.13.13-.27.186T6.825 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDesignServicesRounded(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="m9.108 11.758l2.284-2.29l-2.053-2.06l-.805.804q-.14.14-.34.153t-.367-.153q-.166-.166-.166-.357t.166-.357l.798-.798l-1.952-1.952l-2.29 2.29zm7.834 7.84l2.29-2.29l-1.951-1.952l-.804.798q-.146.146-.344.156t-.364-.156t-.165-.354t.165-.354l.798-.804l-2.04-2.034l-2.285 2.284zm-1.41-12.846l1.728 1.727l1.746-1.746L17.273 5zM4.809 20q-.348 0-.578-.23T4 19.192v-2.017q0-.161.056-.301t.186-.27l4.152-4.152l-4.748-4.767q-.271-.271-.271-.646t.271-.647l2.381-2.38q.271-.271.646-.269t.646.274l4.793 4.767l4.467-4.473q.165-.165.348-.238t.39-.073t.39.073t.349.238l1.632 1.697q.166.165.23.348t.063.39t-.064.378t-.228.336l-4.43 4.454l4.73 4.767q.27.271.27.646t-.27.646l-2.381 2.38q-.271.272-.646.272t-.646-.271l-4.768-4.748l-4.152 4.152q-.13.13-.27.186T6.825 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.108 11.758l2.284-2.29l-2.053-2.06l-.805.804q-.14.14-.34.153t-.367-.153q-.166-.166-.166-.357t.166-.357l.798-.798l-1.952-1.952l-2.29 2.29zm7.834 7.84l2.29-2.29l-1.951-1.952l-.804.798q-.146.146-.344.156t-.364-.156t-.165-.354t.165-.354l.798-.804l-2.04-2.034l-2.285 2.284zm-1.41-12.846l1.728 1.727l1.746-1.746L17.273 5zM4.809 20q-.348 0-.578-.23T4 19.192v-2.017q0-.161.056-.301t.186-.27l4.152-4.152l-4.748-4.767q-.271-.271-.271-.646t.271-.647l2.381-2.38q.271-.271.646-.269t.646.274l4.793 4.767l4.467-4.473q.165-.165.348-.238t.39-.073t.39.073t.349.238l1.632 1.697q.166.165.23.348t.063.39t-.064.378t-.228.336l-4.43 4.454l4.73 4.767q.27.271.27.646t-.27.646l-2.381 2.38q-.271.272-.646.272t-.646-.271l-4.768-4.748l-4.152 4.152q-.13.13-.27.186T6.825 20z"/></svg>
</template>

CSS

.icon-design-services-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%22m9.108%2011.758l2.284-2.29l-2.053-2.06l-.805.804q-.14.14-.34.153t-.367-.153q-.166-.166-.166-.357t.166-.357l.798-.798l-1.952-1.952l-2.29%202.29zm7.834%207.84l2.29-2.29l-1.951-1.952l-.804.798q-.146.146-.344.156t-.364-.156t-.165-.354t.165-.354l.798-.804l-2.04-2.034l-2.285%202.284zm-1.41-12.846l1.728%201.727l1.746-1.746L17.273%205zM4.809%2020q-.348%200-.578-.23T4%2019.192v-2.017q0-.161.056-.301t.186-.27l4.152-4.152l-4.748-4.767q-.271-.271-.271-.646t.271-.647l2.381-2.38q.271-.271.646-.269t.646.274l4.793%204.767l4.467-4.473q.165-.165.348-.238t.39-.073t.39.073t.349.238l1.632%201.697q.166.165.23.348t.063.39t-.064.378t-.228.336l-4.43%204.454l4.73%204.767q.27.271.27.646t-.27.646l-2.381%202.38q-.271.272-.646.272t-.646-.271l-4.768-4.748l-4.152%204.152q-.13.13-.27.186T6.825%2020z%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%22m9.108%2011.758l2.284-2.29l-2.053-2.06l-.805.804q-.14.14-.34.153t-.367-.153q-.166-.166-.166-.357t.166-.357l.798-.798l-1.952-1.952l-2.29%202.29zm7.834%207.84l2.29-2.29l-1.951-1.952l-.804.798q-.146.146-.344.156t-.364-.156t-.165-.354t.165-.354l.798-.804l-2.04-2.034l-2.285%202.284zm-1.41-12.846l1.728%201.727l1.746-1.746L17.273%205zM4.809%2020q-.348%200-.578-.23T4%2019.192v-2.017q0-.161.056-.301t.186-.27l4.152-4.152l-4.748-4.767q-.271-.271-.271-.646t.271-.647l2.381-2.38q.271-.271.646-.269t.646.274l4.793%204.767l4.467-4.473q.165-.165.348-.238t.39-.073t.39.073t.349.238l1.632%201.697q.166.165.23.348t.063.39t-.064.378t-.228.336l-4.43%204.454l4.73%204.767q.27.271.27.646t-.27.646l-2.381%202.38q-.271.272-.646.272t-.646-.271l-4.768-4.748l-4.152%204.152q-.13.13-.27.186T6.825%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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