design services icon

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

Name
design-services-outline
Set
Material Symbols
Style
Outline
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.15zM17.6 5l1.425 1.425zM7.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.375zM5 19h1.4l9.8-9.775L14.775 7.8L5 17.6zM15.5 8.525l-.725-.725L16.2 9.225z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDesignServicesOutline(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.15zM17.6 5l1.425 1.425zM7.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.375zM5 19h1.4l9.8-9.775L14.775 7.8L5 17.6zM15.5 8.525l-.725-.725L16.2 9.225z"/></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.15zM17.6 5l1.425 1.425zM7.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.375zM5 19h1.4l9.8-9.775L14.775 7.8L5 17.6zM15.5 8.525l-.725-.725L16.2 9.225z"/></svg>
</template>

CSS

.icon-design-services-outline {
  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.15zM17.6%205l1.425%201.425zM7.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.375zM5%2019h1.4l9.8-9.775L14.775%207.8L5%2017.6zM15.5%208.525l-.725-.725L16.2%209.225z%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.15zM17.6%205l1.425%201.425zM7.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.375zM5%2019h1.4l9.8-9.775L14.775%207.8L5%2017.6zM15.5%208.525l-.725-.725L16.2%209.225z%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-outline.svg?color=%231a73e8&size=48