buysellads logo
buysellads from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- buysellads
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the buysellads logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 16.4h-2.685l-.716-2.704l-3.3 2.704h-2.675l2.796-8.821h3.784zm-5.955-2.785h2.544l-1.272-4.744zM5.581 11.849c.939.151 1.676 1.049 1.676 2.149c0 1.282-.677 2.392-2.403 2.392H0V7.579h4.32c1.736 0 2.573 1.141 2.573 2.251c0 1.09-.474 1.837-1.312 2.019m-3.502 2.634l1.988-.01c.535 0 .868-.313.868-.788c0-.434-.313-.787-.868-.787H2.079zm0-4.986v1.463h1.726c.464 0 .777-.302.777-.736c0-.424-.313-.727-.777-.727zm7.953.454c0 1.302 4.582.202 4.592 3.714c0 1.756-1.171 2.967-3.512 2.967c-1.413 0-2.604-.333-3.492-.938l.888-1.938c.676.525 1.524.898 2.675.898c.777 0 1.15-.302 1.15-.716c0-1.443-4.622-.051-4.612-3.795c.01-1.463 1.312-2.775 3.552-2.775c1.272 0 2.523.242 3.502.867l-.837 1.928c-.919-.615-1.867-.908-2.735-.888c-.656.02-1.171.212-1.171.676"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBuysellads(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="M24 16.4h-2.685l-.716-2.704l-3.3 2.704h-2.675l2.796-8.821h3.784zm-5.955-2.785h2.544l-1.272-4.744zM5.581 11.849c.939.151 1.676 1.049 1.676 2.149c0 1.282-.677 2.392-2.403 2.392H0V7.579h4.32c1.736 0 2.573 1.141 2.573 2.251c0 1.09-.474 1.837-1.312 2.019m-3.502 2.634l1.988-.01c.535 0 .868-.313.868-.788c0-.434-.313-.787-.868-.787H2.079zm0-4.986v1.463h1.726c.464 0 .777-.302.777-.736c0-.424-.313-.727-.777-.727zm7.953.454c0 1.302 4.582.202 4.592 3.714c0 1.756-1.171 2.967-3.512 2.967c-1.413 0-2.604-.333-3.492-.938l.888-1.938c.676.525 1.524.898 2.675.898c.777 0 1.15-.302 1.15-.716c0-1.443-4.622-.051-4.612-3.795c.01-1.463 1.312-2.775 3.552-2.775c1.272 0 2.523.242 3.502.867l-.837 1.928c-.919-.615-1.867-.908-2.735-.888c-.656.02-1.171.212-1.171.676"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 16.4h-2.685l-.716-2.704l-3.3 2.704h-2.675l2.796-8.821h3.784zm-5.955-2.785h2.544l-1.272-4.744zM5.581 11.849c.939.151 1.676 1.049 1.676 2.149c0 1.282-.677 2.392-2.403 2.392H0V7.579h4.32c1.736 0 2.573 1.141 2.573 2.251c0 1.09-.474 1.837-1.312 2.019m-3.502 2.634l1.988-.01c.535 0 .868-.313.868-.788c0-.434-.313-.787-.868-.787H2.079zm0-4.986v1.463h1.726c.464 0 .777-.302.777-.736c0-.424-.313-.727-.777-.727zm7.953.454c0 1.302 4.582.202 4.592 3.714c0 1.756-1.171 2.967-3.512 2.967c-1.413 0-2.604-.333-3.492-.938l.888-1.938c.676.525 1.524.898 2.675.898c.777 0 1.15-.302 1.15-.716c0-1.443-4.622-.051-4.612-3.795c.01-1.463 1.312-2.775 3.552-2.775c1.272 0 2.523.242 3.502.867l-.837 1.928c-.919-.615-1.867-.908-2.735-.888c-.656.02-1.171.212-1.171.676"/></svg> </template>
CSS
.icon-buysellads {
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%22M24%2016.4h-2.685l-.716-2.704l-3.3%202.704h-2.675l2.796-8.821h3.784zm-5.955-2.785h2.544l-1.272-4.744zM5.581%2011.849c.939.151%201.676%201.049%201.676%202.149c0%201.282-.677%202.392-2.403%202.392H0V7.579h4.32c1.736%200%202.573%201.141%202.573%202.251c0%201.09-.474%201.837-1.312%202.019m-3.502%202.634l1.988-.01c.535%200%20.868-.313.868-.788c0-.434-.313-.787-.868-.787H2.079zm0-4.986v1.463h1.726c.464%200%20.777-.302.777-.736c0-.424-.313-.727-.777-.727zm7.953.454c0%201.302%204.582.202%204.592%203.714c0%201.756-1.171%202.967-3.512%202.967c-1.413%200-2.604-.333-3.492-.938l.888-1.938c.676.525%201.524.898%202.675.898c.777%200%201.15-.302%201.15-.716c0-1.443-4.622-.051-4.612-3.795c.01-1.463%201.312-2.775%203.552-2.775c1.272%200%202.523.242%203.502.867l-.837%201.928c-.919-.615-1.867-.908-2.735-.888c-.656.02-1.171.212-1.171.676%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%22M24%2016.4h-2.685l-.716-2.704l-3.3%202.704h-2.675l2.796-8.821h3.784zm-5.955-2.785h2.544l-1.272-4.744zM5.581%2011.849c.939.151%201.676%201.049%201.676%202.149c0%201.282-.677%202.392-2.403%202.392H0V7.579h4.32c1.736%200%202.573%201.141%202.573%202.251c0%201.09-.474%201.837-1.312%202.019m-3.502%202.634l1.988-.01c.535%200%20.868-.313.868-.788c0-.434-.313-.787-.868-.787H2.079zm0-4.986v1.463h1.726c.464%200%20.777-.302.777-.736c0-.424-.313-.727-.777-.727zm7.953.454c0%201.302%204.582.202%204.592%203.714c0%201.756-1.171%202.967-3.512%202.967c-1.413%200-2.604-.333-3.492-.938l.888-1.938c.676.525%201.524.898%202.675.898c.777%200%201.15-.302%201.15-.716c0-1.443-4.622-.051-4.612-3.795c.01-1.463%201.312-2.775%203.552-2.775c1.272%200%202.523.242%203.502.867l-.837%201.928c-.919-.615-1.867-.908-2.735-.888c-.656.02-1.171.212-1.171.676%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/buysellads.svg?color=%231a73e8&size=48