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

Name
ad-group-off
Set
Material Symbols Light
Style
Regular
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="M20.423 21.839L15.585 17h-7.47q-.67 0-1.143-.472q-.472-.472-.472-1.143v-7.47L2.162 3.578l.707-.708l18.262 18.262zM5.116 20q-.672 0-1.144-.472T3.5 18.385V6.615h1v11.77q0 .269.173.442t.443.173h11.769v1zm14.526-3.183L8.825 6H19.5V4.616q0-.27-.173-.443T18.885 4H8.115q-.211 0-.365.116q-.154.115-.23.307v.271l-.837-.836q.2-.408.587-.633T8.116 3h10.769q.67 0 1.143.472q.472.472.472 1.144v10.769q0 .457-.225.845t-.633.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAdGroupOff(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="M20.423 21.839L15.585 17h-7.47q-.67 0-1.143-.472q-.472-.472-.472-1.143v-7.47L2.162 3.578l.707-.708l18.262 18.262zM5.116 20q-.672 0-1.144-.472T3.5 18.385V6.615h1v11.77q0 .269.173.442t.443.173h11.769v1zm14.526-3.183L8.825 6H19.5V4.616q0-.27-.173-.443T18.885 4H8.115q-.211 0-.365.116q-.154.115-.23.307v.271l-.837-.836q.2-.408.587-.633T8.116 3h10.769q.67 0 1.143.472q.472.472.472 1.144v10.769q0 .457-.225.845t-.633.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.423 21.839L15.585 17h-7.47q-.67 0-1.143-.472q-.472-.472-.472-1.143v-7.47L2.162 3.578l.707-.708l18.262 18.262zM5.116 20q-.672 0-1.144-.472T3.5 18.385V6.615h1v11.77q0 .269.173.442t.443.173h11.769v1zm14.526-3.183L8.825 6H19.5V4.616q0-.27-.173-.443T18.885 4H8.115q-.211 0-.365.116q-.154.115-.23.307v.271l-.837-.836q.2-.408.587-.633T8.116 3h10.769q.67 0 1.143.472q.472.472.472 1.144v10.769q0 .457-.225.845t-.633.587"/></svg>
</template>

CSS

.icon-ad-group-off {
  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%22M20.423%2021.839L15.585%2017h-7.47q-.67%200-1.143-.472q-.472-.472-.472-1.143v-7.47L2.162%203.578l.707-.708l18.262%2018.262zM5.116%2020q-.672%200-1.144-.472T3.5%2018.385V6.615h1v11.77q0%20.269.173.442t.443.173h11.769v1zm14.526-3.183L8.825%206H19.5V4.616q0-.27-.173-.443T18.885%204H8.115q-.211%200-.365.116q-.154.115-.23.307v.271l-.837-.836q.2-.408.587-.633T8.116%203h10.769q.67%200%201.143.472q.472.472.472%201.144v10.769q0%20.457-.225.845t-.633.587%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%22M20.423%2021.839L15.585%2017h-7.47q-.67%200-1.143-.472q-.472-.472-.472-1.143v-7.47L2.162%203.578l.707-.708l18.262%2018.262zM5.116%2020q-.672%200-1.144-.472T3.5%2018.385V6.615h1v11.77q0%20.269.173.442t.443.173h11.769v1zm14.526-3.183L8.825%206H19.5V4.616q0-.27-.173-.443T18.885%204H8.115q-.211%200-.365.116q-.154.115-.23.307v.271l-.837-.836q.2-.408.587-.633T8.116%203h10.769q.67%200%201.143.472q.472.472.472%201.144v10.769q0%20.457-.225.845t-.633.587%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.svg?color=%231a73e8&size=48