ads from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ads
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ads logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.757 3.816H22v10.608h-.006a6.063 6.063 0 0 1-9.996 4.304a6.32 6.32 0 0 1-2.225-4.286v-.915a1.82 1.82 0 1 0-.467 1.916a6.97 6.97 0 0 0 2.152 3.697a6.062 6.062 0 1 1 .546-9.626a6.4 6.4 0 0 1 2.043 3.092c.14.484.072 1.012.072 1.515a1.82 1.82 0 0 0 3.638 0z"/><path fill="currentColor" d="M17.15 8.18a6.1 6.1 0 0 0-4.65.946a6.97 6.97 0 0 1 2.22 3.649a1.813 1.813 0 0 1 2.43-.012z"/></svg>

React

import type { SVGProps } from "react";

export function TokenAds(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="M17.757 3.816H22v10.608h-.006a6.063 6.063 0 0 1-9.996 4.304a6.32 6.32 0 0 1-2.225-4.286v-.915a1.82 1.82 0 1 0-.467 1.916a6.97 6.97 0 0 0 2.152 3.697a6.062 6.062 0 1 1 .546-9.626a6.4 6.4 0 0 1 2.043 3.092c.14.484.072 1.012.072 1.515a1.82 1.82 0 0 0 3.638 0z"/><path fill="currentColor" d="M17.15 8.18a6.1 6.1 0 0 0-4.65.946a6.97 6.97 0 0 1 2.22 3.649a1.813 1.813 0 0 1 2.43-.012z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.757 3.816H22v10.608h-.006a6.063 6.063 0 0 1-9.996 4.304a6.32 6.32 0 0 1-2.225-4.286v-.915a1.82 1.82 0 1 0-.467 1.916a6.97 6.97 0 0 0 2.152 3.697a6.062 6.062 0 1 1 .546-9.626a6.4 6.4 0 0 1 2.043 3.092c.14.484.072 1.012.072 1.515a1.82 1.82 0 0 0 3.638 0z"/><path fill="currentColor" d="M17.15 8.18a6.1 6.1 0 0 0-4.65.946a6.97 6.97 0 0 1 2.22 3.649a1.813 1.813 0 0 1 2.43-.012z"/></svg>
</template>

CSS

.icon-ads {
  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%22M17.757%203.816H22v10.608h-.006a6.063%206.063%200%200%201-9.996%204.304a6.32%206.32%200%200%201-2.225-4.286v-.915a1.82%201.82%200%201%200-.467%201.916a6.97%206.97%200%200%200%202.152%203.697a6.062%206.062%200%201%201%20.546-9.626a6.4%206.4%200%200%201%202.043%203.092c.14.484.072%201.012.072%201.515a1.82%201.82%200%200%200%203.638%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.15%208.18a6.1%206.1%200%200%200-4.65.946a6.97%206.97%200%200%201%202.22%203.649a1.813%201.813%200%200%201%202.43-.012z%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%22M17.757%203.816H22v10.608h-.006a6.063%206.063%200%200%201-9.996%204.304a6.32%206.32%200%200%201-2.225-4.286v-.915a1.82%201.82%200%201%200-.467%201.916a6.97%206.97%200%200%200%202.152%203.697a6.062%206.062%200%201%201%20.546-9.626a6.4%206.4%200%200%201%202.043%203.092c.14.484.072%201.012.072%201.515a1.82%201.82%200%200%200%203.638%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.15%208.18a6.1%206.1%200%200%200-4.65.946a6.97%206.97%200%200%201%202.22%203.649a1.813%201.813%200%200%201%202.43-.012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ads.svg?color=%231a73e8&size=48