ad-group-off-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
ad-group-off-outline
Set
Material Symbols Light
Style
Outline
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 ad group off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.642 16.817l-.855-.855h.27q.212-.058.328-.212q.115-.154.115-.365V6H8.825L6.683 3.858q.2-.408.587-.633T8.116 3h10.769q.666 0 1.14.474t.475 1.141v10.77q0 .457-.225.845t-.633.587m.781 5.021L15.585 17h-7.47q-.666 0-1.14-.475t-.475-1.14v-7.47L2.162 3.578l.707-.708l18.262 18.262zM8.116 16h6.469L7.5 8.916v6.469q0 .269.173.442t.443.173m-3 4q-.667 0-1.141-.475t-.475-1.14V6.615h1v11.77q0 .269.173.442t.443.173h11.769v1zm8.398-9.311"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAdGroupOffOutline(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="m19.642 16.817l-.855-.855h.27q.212-.058.328-.212q.115-.154.115-.365V6H8.825L6.683 3.858q.2-.408.587-.633T8.116 3h10.769q.666 0 1.14.474t.475 1.141v10.77q0 .457-.225.845t-.633.587m.781 5.021L15.585 17h-7.47q-.666 0-1.14-.475t-.475-1.14v-7.47L2.162 3.578l.707-.708l18.262 18.262zM8.116 16h6.469L7.5 8.916v6.469q0 .269.173.442t.443.173m-3 4q-.667 0-1.141-.475t-.475-1.14V6.615h1v11.77q0 .269.173.442t.443.173h11.769v1zm8.398-9.311"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.642 16.817l-.855-.855h.27q.212-.058.328-.212q.115-.154.115-.365V6H8.825L6.683 3.858q.2-.408.587-.633T8.116 3h10.769q.666 0 1.14.474t.475 1.141v10.77q0 .457-.225.845t-.633.587m.781 5.021L15.585 17h-7.47q-.666 0-1.14-.475t-.475-1.14v-7.47L2.162 3.578l.707-.708l18.262 18.262zM8.116 16h6.469L7.5 8.916v6.469q0 .269.173.442t.443.173m-3 4q-.667 0-1.141-.475t-.475-1.14V6.615h1v11.77q0 .269.173.442t.443.173h11.769v1zm8.398-9.311"/></svg>
</template>

CSS

.icon-ad-group-off-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%22m19.642%2016.817l-.855-.855h.27q.212-.058.328-.212q.115-.154.115-.365V6H8.825L6.683%203.858q.2-.408.587-.633T8.116%203h10.769q.666%200%201.14.474t.475%201.141v10.77q0%20.457-.225.845t-.633.587m.781%205.021L15.585%2017h-7.47q-.666%200-1.14-.475t-.475-1.14v-7.47L2.162%203.578l.707-.708l18.262%2018.262zM8.116%2016h6.469L7.5%208.916v6.469q0%20.269.173.442t.443.173m-3%204q-.667%200-1.141-.475t-.475-1.14V6.615h1v11.77q0%20.269.173.442t.443.173h11.769v1zm8.398-9.311%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%22m19.642%2016.817l-.855-.855h.27q.212-.058.328-.212q.115-.154.115-.365V6H8.825L6.683%203.858q.2-.408.587-.633T8.116%203h10.769q.666%200%201.14.474t.475%201.141v10.77q0%20.457-.225.845t-.633.587m.781%205.021L15.585%2017h-7.47q-.666%200-1.14-.475t-.475-1.14v-7.47L2.162%203.578l.707-.708l18.262%2018.262zM8.116%2016h6.469L7.5%208.916v6.469q0%20.269.173.442t.443.173m-3%204q-.667%200-1.141-.475t-.475-1.14V6.615h1v11.77q0%20.269.173.442t.443.173h11.769v1zm8.398-9.311%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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