ad icon
ad from IconPark Solid by ByteDance · Solid · Character · Apache-2.0 Free for personal and commercial use.
- Name
- ad
- Set
- IconPark Solid
- Style
- Solid
- Category
- Character
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More character icons from IconPark Solid
Use the ad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGaVVwMdAA2"><g fill="none"><circle cx="24" cy="24" r="20" fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m38 38l-3-3M10 10l3 3"/><path fill="#fff" d="M21.143 28L18 17l-3.143 11z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m14 31l.857-3M22 31l-.857-3m0 0L18 17l-3.143 11m6.286 0h-6.286"/><path fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35 24c0 5-3.582 7-8 7V17c4.418 0 8 2 8 7"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGaVVwMdAA2)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidAd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGaVVwMdAA2"><g fill="none"><circle cx="24" cy="24" r="20" fill="#fff" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="m38 38l-3-3M10 10l3 3"/><path fill="#fff" d="M21.143 28L18 17l-3.143 11z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="m14 31l.857-3M22 31l-.857-3m0 0L18 17l-3.143 11m6.286 0h-6.286"/><path fill="#fff" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M35 24c0 5-3.582 7-8 7V17c4.418 0 8 2 8 7"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGaVVwMdAA2)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGaVVwMdAA2"><g fill="none"><circle cx="24" cy="24" r="20" fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m38 38l-3-3M10 10l3 3"/><path fill="#fff" d="M21.143 28L18 17l-3.143 11z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m14 31l.857-3M22 31l-.857-3m0 0L18 17l-3.143 11m6.286 0h-6.286"/><path fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35 24c0 5-3.582 7-8 7V17c4.418 0 8 2 8 7"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGaVVwMdAA2)"/></svg> </template>
CSS
.icon-ad {
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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGaVVwMdAA2%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2220%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m38%2038l-3-3M10%2010l3%203%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.143%2028L18%2017l-3.143%2011z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m14%2031l.857-3M22%2031l-.857-3m0%200L18%2017l-3.143%2011m6.286%200h-6.286%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M35%2024c0%205-3.582%207-8%207V17c4.418%200%208%202%208%207%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGaVVwMdAA2)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGaVVwMdAA2%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2220%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m38%2038l-3-3M10%2010l3%203%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.143%2028L18%2017l-3.143%2011z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m14%2031l.857-3M22%2031l-.857-3m0%200L18%2017l-3.143%2011m6.286%200h-6.286%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M35%2024c0%205-3.582%207-8%207V17c4.418%200%208%202%208%207%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGaVVwMdAA2)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/ad.svg?color=%231a73e8&size=48