support from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
support
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
support-outline, support-outline-rounded, support-outline-sharp, support-rounded, support-sharp

The same icon in other sets

More actions icons from Material Symbols Light

Use the support icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m.606-.84l1.739-3.942q-.82-.28-1.419-.884T8.53 13.2l-4.018 1.65q.594 1.6 1.794 2.8t2.794 1.8m-.57-8.65q.253-.82.861-1.395Q10 8.829 10.8 8.53L9.15 4.51q-1.62.62-2.82 1.82T4.513 9.15zm5.374 3.104q.788-.788.788-1.904t-.788-1.904T12 9.308t-1.904.788T9.308 12t.788 1.904t1.904.788t1.904-.788m.996 5.546q1.575-.6 2.763-1.787T19.45 14.9l-3.942-1.739q-.26.8-.862 1.4t-1.396.908zm.57-8.7l3.98-1.65q-.6-1.575-1.787-2.762T14.9 4.55l-1.65 3.992q.756.317 1.333.878t.886 1.33"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSupport(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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m.606-.84l1.739-3.942q-.82-.28-1.419-.884T8.53 13.2l-4.018 1.65q.594 1.6 1.794 2.8t2.794 1.8m-.57-8.65q.253-.82.861-1.395Q10 8.829 10.8 8.53L9.15 4.51q-1.62.62-2.82 1.82T4.513 9.15zm5.374 3.104q.788-.788.788-1.904t-.788-1.904T12 9.308t-1.904.788T9.308 12t.788 1.904t1.904.788t1.904-.788m.996 5.546q1.575-.6 2.763-1.787T19.45 14.9l-3.942-1.739q-.26.8-.862 1.4t-1.396.908zm.57-8.7l3.98-1.65q-.6-1.575-1.787-2.762T14.9 4.55l-1.65 3.992q.756.317 1.333.878t.886 1.33"/></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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m.606-.84l1.739-3.942q-.82-.28-1.419-.884T8.53 13.2l-4.018 1.65q.594 1.6 1.794 2.8t2.794 1.8m-.57-8.65q.253-.82.861-1.395Q10 8.829 10.8 8.53L9.15 4.51q-1.62.62-2.82 1.82T4.513 9.15zm5.374 3.104q.788-.788.788-1.904t-.788-1.904T12 9.308t-1.904.788T9.308 12t.788 1.904t1.904.788t1.904-.788m.996 5.546q1.575-.6 2.763-1.787T19.45 14.9l-3.942-1.739q-.26.8-.862 1.4t-1.396.908zm.57-8.7l3.98-1.65q-.6-1.575-1.787-2.762T14.9 4.55l-1.65 3.992q.756.317 1.333.878t.886 1.33"/></svg>
</template>

CSS

.icon-support {
  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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m.606-.84l1.739-3.942q-.82-.28-1.419-.884T8.53%2013.2l-4.018%201.65q.594%201.6%201.794%202.8t2.794%201.8m-.57-8.65q.253-.82.861-1.395Q10%208.829%2010.8%208.53L9.15%204.51q-1.62.62-2.82%201.82T4.513%209.15zm5.374%203.104q.788-.788.788-1.904t-.788-1.904T12%209.308t-1.904.788T9.308%2012t.788%201.904t1.904.788t1.904-.788m.996%205.546q1.575-.6%202.763-1.787T19.45%2014.9l-3.942-1.739q-.26.8-.862%201.4t-1.396.908zm.57-8.7l3.98-1.65q-.6-1.575-1.787-2.762T14.9%204.55l-1.65%203.992q.756.317%201.333.878t.886%201.33%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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m.606-.84l1.739-3.942q-.82-.28-1.419-.884T8.53%2013.2l-4.018%201.65q.594%201.6%201.794%202.8t2.794%201.8m-.57-8.65q.253-.82.861-1.395Q10%208.829%2010.8%208.53L9.15%204.51q-1.62.62-2.82%201.82T4.513%209.15zm5.374%203.104q.788-.788.788-1.904t-.788-1.904T12%209.308t-1.904.788T9.308%2012t.788%201.904t1.904.788t1.904-.788m.996%205.546q1.575-.6%202.763-1.787T19.45%2014.9l-3.942-1.739q-.26.8-.862%201.4t-1.396.908zm.57-8.7l3.98-1.65q-.6-1.575-1.787-2.762T14.9%204.55l-1.65%203.992q.756.317%201.333.878t.886%201.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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