groupon logo
groupon from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- groupon
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the groupon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.422 27.115C7.49 30.313 11.406 32 16.016 32c5.318 0 10.318-2.599 13.302-6.885C31.125 22.516 32 19.573 32 16.11c0-.646-.042-1.344-.083-2.036H14.125v6.146h8.917c-1.536 2.682-4.125 4.156-7.026 4.156c-4.307 0-8.167-3.76-8.167-8.661c0-4.417 3.599-8.089 8.167-8.089c2.458 0 4.474.995 6.417 2.984h8.693C28.626 4.027 22.782.001 16.11.001c-4.427 0-8.292 1.563-11.37 4.547C1.667 7.532 0 11.428 0 15.673c-.01 4.557 1.479 8.359 4.422 11.443z"/></svg>
React
import type { SVGProps } from "react";
export function CibGroupon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.422 27.115C7.49 30.313 11.406 32 16.016 32c5.318 0 10.318-2.599 13.302-6.885C31.125 22.516 32 19.573 32 16.11c0-.646-.042-1.344-.083-2.036H14.125v6.146h8.917c-1.536 2.682-4.125 4.156-7.026 4.156c-4.307 0-8.167-3.76-8.167-8.661c0-4.417 3.599-8.089 8.167-8.089c2.458 0 4.474.995 6.417 2.984h8.693C28.626 4.027 22.782.001 16.11.001c-4.427 0-8.292 1.563-11.37 4.547C1.667 7.532 0 11.428 0 15.673c-.01 4.557 1.479 8.359 4.422 11.443z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.422 27.115C7.49 30.313 11.406 32 16.016 32c5.318 0 10.318-2.599 13.302-6.885C31.125 22.516 32 19.573 32 16.11c0-.646-.042-1.344-.083-2.036H14.125v6.146h8.917c-1.536 2.682-4.125 4.156-7.026 4.156c-4.307 0-8.167-3.76-8.167-8.661c0-4.417 3.599-8.089 8.167-8.089c2.458 0 4.474.995 6.417 2.984h8.693C28.626 4.027 22.782.001 16.11.001c-4.427 0-8.292 1.563-11.37 4.547C1.667 7.532 0 11.428 0 15.673c-.01 4.557 1.479 8.359 4.422 11.443z"/></svg> </template>
CSS
.icon-groupon {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.422%2027.115C7.49%2030.313%2011.406%2032%2016.016%2032c5.318%200%2010.318-2.599%2013.302-6.885C31.125%2022.516%2032%2019.573%2032%2016.11c0-.646-.042-1.344-.083-2.036H14.125v6.146h8.917c-1.536%202.682-4.125%204.156-7.026%204.156c-4.307%200-8.167-3.76-8.167-8.661c0-4.417%203.599-8.089%208.167-8.089c2.458%200%204.474.995%206.417%202.984h8.693C28.626%204.027%2022.782.001%2016.11.001c-4.427%200-8.292%201.563-11.37%204.547C1.667%207.532%200%2011.428%200%2015.673c-.01%204.557%201.479%208.359%204.422%2011.443z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.422%2027.115C7.49%2030.313%2011.406%2032%2016.016%2032c5.318%200%2010.318-2.599%2013.302-6.885C31.125%2022.516%2032%2019.573%2032%2016.11c0-.646-.042-1.344-.083-2.036H14.125v6.146h8.917c-1.536%202.682-4.125%204.156-7.026%204.156c-4.307%200-8.167-3.76-8.167-8.661c0-4.417%203.599-8.089%208.167-8.089c2.458%200%204.474.995%206.417%202.984h8.693C28.626%204.027%2022.782.001%2016.11.001c-4.427%200-8.292%201.563-11.37%204.547C1.667%207.532%200%2011.428%200%2015.673c-.01%204.557%201.479%208.359%204.422%2011.443z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/groupon.svg?color=%231a73e8&size=48