design services icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="m8.8 10.95l2.15-2.175l-1.4-1.425l-1.1 1.1l-1.4-1.4l1.075-1.1L7 4.825L4.825 7zm8.2 8.225L19.175 17l-1.125-1.125l-1.1 1.075l-1.4-1.4l1.075-1.1l-1.425-1.4l-2.15 2.15zm-.775-12.75l1.4 1.4l1.4-1.4L17.6 5zM7.25 21H3v-4.25l4.375-4.375L2 7l5-5l5.4 5.4l3.775-3.8q.3-.3.675-.45t.775-.15t.775.15t.675.45L20.4 4.95q.3.3.45.675T21 6.4t-.15.763t-.45.662l-3.775 3.8L22 17l-5 5l-5.375-5.375z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDesignServices(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="m8.8 10.95l2.15-2.175l-1.4-1.425l-1.1 1.1l-1.4-1.4l1.075-1.1L7 4.825L4.825 7zm8.2 8.225L19.175 17l-1.125-1.125l-1.1 1.075l-1.4-1.4l1.075-1.1l-1.425-1.4l-2.15 2.15zm-.775-12.75l1.4 1.4l1.4-1.4L17.6 5zM7.25 21H3v-4.25l4.375-4.375L2 7l5-5l5.4 5.4l3.775-3.8q.3-.3.675-.45t.775-.15t.775.15t.675.45L20.4 4.95q.3.3.45.675T21 6.4t-.15.763t-.45.662l-3.775 3.8L22 17l-5 5l-5.375-5.375z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.8 10.95l2.15-2.175l-1.4-1.425l-1.1 1.1l-1.4-1.4l1.075-1.1L7 4.825L4.825 7zm8.2 8.225L19.175 17l-1.125-1.125l-1.1 1.075l-1.4-1.4l1.075-1.1l-1.425-1.4l-2.15 2.15zm-.775-12.75l1.4 1.4l1.4-1.4L17.6 5zM7.25 21H3v-4.25l4.375-4.375L2 7l5-5l5.4 5.4l3.775-3.8q.3-.3.675-.45t.775-.15t.775.15t.675.45L20.4 4.95q.3.3.45.675T21 6.4t-.15.763t-.45.662l-3.775 3.8L22 17l-5 5l-5.375-5.375z"/></svg>
</template>

CSS

.icon-design-services {
  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%22m8.8%2010.95l2.15-2.175l-1.4-1.425l-1.1%201.1l-1.4-1.4l1.075-1.1L7%204.825L4.825%207zm8.2%208.225L19.175%2017l-1.125-1.125l-1.1%201.075l-1.4-1.4l1.075-1.1l-1.425-1.4l-2.15%202.15zm-.775-12.75l1.4%201.4l1.4-1.4L17.6%205zM7.25%2021H3v-4.25l4.375-4.375L2%207l5-5l5.4%205.4l3.775-3.8q.3-.3.675-.45t.775-.15t.775.15t.675.45L20.4%204.95q.3.3.45.675T21%206.4t-.15.763t-.45.662l-3.775%203.8L22%2017l-5%205l-5.375-5.375z%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%22m8.8%2010.95l2.15-2.175l-1.4-1.425l-1.1%201.1l-1.4-1.4l1.075-1.1L7%204.825L4.825%207zm8.2%208.225L19.175%2017l-1.125-1.125l-1.1%201.075l-1.4-1.4l1.075-1.1l-1.425-1.4l-2.15%202.15zm-.775-12.75l1.4%201.4l1.4-1.4L17.6%205zM7.25%2021H3v-4.25l4.375-4.375L2%207l5-5l5.4%205.4l3.775-3.8q.3-.3.675-.45t.775-.15t.775.15t.675.45L20.4%204.95q.3.3.45.675T21%206.4t-.15.763t-.45.662l-3.775%203.8L22%2017l-5%205l-5.375-5.375z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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