adblock logo
adblock from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- adblock
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the adblock logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.775 0a1.8 1.8 0 0 0-1.273.527L.528 6.503A1.8 1.8 0 0 0 0 7.775v8.45c0 .478.19.936.528 1.274l5.974 5.974A1.8 1.8 0 0 0 7.775 24h8.45a1.8 1.8 0 0 0 1.273-.527l5.975-5.974A1.8 1.8 0 0 0 24 16.225v-8.45a1.8 1.8 0 0 0-.527-1.272L17.498.527A1.8 1.8 0 0 0 16.225 0zm4.427 3c1.02 0 .958 1.108.958 1.108v6.784s-.009.218.16.218c.188 0 .175-.226.175-.226l-.002-5.63s-.05-.986.959-.986c1.01 0 .97.983.97.983v7.621s.014.158.141.158s.944-2.122.944-2.122s.451-1.497 2.576-1.1c.038.008-.167.688-.167.688l-2.283 6.556S15.69 20.7 11.714 20.7c-5.044 0-4.808-5.407-4.814-5.405V7.562s-.016-.99.897-.99c.858 0 .849.99.849.99l.007 3.583s-.004.172.167.172c.16 0 .141-.172.141-.172l.01-5.926s-.055-1.162.966-1.162c1.04 0 .983 1.142.983 1.142v5.611s-.005.204.152.204c.168 0 .154-.206.154-.206l.01-6.693S11.18 3 12.202 3"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAdblock(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="M7.775 0a1.8 1.8 0 0 0-1.273.527L.528 6.503A1.8 1.8 0 0 0 0 7.775v8.45c0 .478.19.936.528 1.274l5.974 5.974A1.8 1.8 0 0 0 7.775 24h8.45a1.8 1.8 0 0 0 1.273-.527l5.975-5.974A1.8 1.8 0 0 0 24 16.225v-8.45a1.8 1.8 0 0 0-.527-1.272L17.498.527A1.8 1.8 0 0 0 16.225 0zm4.427 3c1.02 0 .958 1.108.958 1.108v6.784s-.009.218.16.218c.188 0 .175-.226.175-.226l-.002-5.63s-.05-.986.959-.986c1.01 0 .97.983.97.983v7.621s.014.158.141.158s.944-2.122.944-2.122s.451-1.497 2.576-1.1c.038.008-.167.688-.167.688l-2.283 6.556S15.69 20.7 11.714 20.7c-5.044 0-4.808-5.407-4.814-5.405V7.562s-.016-.99.897-.99c.858 0 .849.99.849.99l.007 3.583s-.004.172.167.172c.16 0 .141-.172.141-.172l.01-5.926s-.055-1.162.966-1.162c1.04 0 .983 1.142.983 1.142v5.611s-.005.204.152.204c.168 0 .154-.206.154-.206l.01-6.693S11.18 3 12.202 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.775 0a1.8 1.8 0 0 0-1.273.527L.528 6.503A1.8 1.8 0 0 0 0 7.775v8.45c0 .478.19.936.528 1.274l5.974 5.974A1.8 1.8 0 0 0 7.775 24h8.45a1.8 1.8 0 0 0 1.273-.527l5.975-5.974A1.8 1.8 0 0 0 24 16.225v-8.45a1.8 1.8 0 0 0-.527-1.272L17.498.527A1.8 1.8 0 0 0 16.225 0zm4.427 3c1.02 0 .958 1.108.958 1.108v6.784s-.009.218.16.218c.188 0 .175-.226.175-.226l-.002-5.63s-.05-.986.959-.986c1.01 0 .97.983.97.983v7.621s.014.158.141.158s.944-2.122.944-2.122s.451-1.497 2.576-1.1c.038.008-.167.688-.167.688l-2.283 6.556S15.69 20.7 11.714 20.7c-5.044 0-4.808-5.407-4.814-5.405V7.562s-.016-.99.897-.99c.858 0 .849.99.849.99l.007 3.583s-.004.172.167.172c.16 0 .141-.172.141-.172l.01-5.926s-.055-1.162.966-1.162c1.04 0 .983 1.142.983 1.142v5.611s-.005.204.152.204c.168 0 .154-.206.154-.206l.01-6.693S11.18 3 12.202 3"/></svg> </template>
CSS
.icon-adblock {
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%22M7.775%200a1.8%201.8%200%200%200-1.273.527L.528%206.503A1.8%201.8%200%200%200%200%207.775v8.45c0%20.478.19.936.528%201.274l5.974%205.974A1.8%201.8%200%200%200%207.775%2024h8.45a1.8%201.8%200%200%200%201.273-.527l5.975-5.974A1.8%201.8%200%200%200%2024%2016.225v-8.45a1.8%201.8%200%200%200-.527-1.272L17.498.527A1.8%201.8%200%200%200%2016.225%200zm4.427%203c1.02%200%20.958%201.108.958%201.108v6.784s-.009.218.16.218c.188%200%20.175-.226.175-.226l-.002-5.63s-.05-.986.959-.986c1.01%200%20.97.983.97.983v7.621s.014.158.141.158s.944-2.122.944-2.122s.451-1.497%202.576-1.1c.038.008-.167.688-.167.688l-2.283%206.556S15.69%2020.7%2011.714%2020.7c-5.044%200-4.808-5.407-4.814-5.405V7.562s-.016-.99.897-.99c.858%200%20.849.99.849.99l.007%203.583s-.004.172.167.172c.16%200%20.141-.172.141-.172l.01-5.926s-.055-1.162.966-1.162c1.04%200%20.983%201.142.983%201.142v5.611s-.005.204.152.204c.168%200%20.154-.206.154-.206l.01-6.693S11.18%203%2012.202%203%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%22M7.775%200a1.8%201.8%200%200%200-1.273.527L.528%206.503A1.8%201.8%200%200%200%200%207.775v8.45c0%20.478.19.936.528%201.274l5.974%205.974A1.8%201.8%200%200%200%207.775%2024h8.45a1.8%201.8%200%200%200%201.273-.527l5.975-5.974A1.8%201.8%200%200%200%2024%2016.225v-8.45a1.8%201.8%200%200%200-.527-1.272L17.498.527A1.8%201.8%200%200%200%2016.225%200zm4.427%203c1.02%200%20.958%201.108.958%201.108v6.784s-.009.218.16.218c.188%200%20.175-.226.175-.226l-.002-5.63s-.05-.986.959-.986c1.01%200%20.97.983.97.983v7.621s.014.158.141.158s.944-2.122.944-2.122s.451-1.497%202.576-1.1c.038.008-.167.688-.167.688l-2.283%206.556S15.69%2020.7%2011.714%2020.7c-5.044%200-4.808-5.407-4.814-5.405V7.562s-.016-.99.897-.99c.858%200%20.849.99.849.99l.007%203.583s-.004.172.167.172c.16%200%20.141-.172.141-.172l.01-5.926s-.055-1.162.966-1.162c1.04%200%20.983%201.142.983%201.142v5.611s-.005.204.152.204c.168%200%20.154-.206.154-.206l.01-6.693S11.18%203%2012.202%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/adblock.svg?color=%231a73e8&size=48