instacart logo
instacart from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- instacart
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the instacart logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.839 12.823c1.896 1.906 3.443 5.026 2.557 6.87c-2.37 4.953-20.052 13.635-21.557 12.135c-1.5-1.5 7.188-19.193 12.135-21.568c1.849-.88 4.964.682 6.87 2.563l-.005.021zm9.369-2.083c-.307-1.141-1.094-2.292-2.266-2.427c-2.146-.25-5.536 3.547-5.297 4.448c.245.922 5.026 2.5 6.802 1.224c.922-.661 1.042-2.083.74-3.219zM23.552.208c1.599.432 3.214 1.531 3.406 3.177c.344 3.016-4.979 7.76-6.245 7.422c-1.26-.339-3.49-7.047-1.688-9.552c.927-1.297 2.932-1.474 4.531-1.052v.005z"/></svg>
React
import type { SVGProps } from "react";
export function CibInstacart(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="M20.839 12.823c1.896 1.906 3.443 5.026 2.557 6.87c-2.37 4.953-20.052 13.635-21.557 12.135c-1.5-1.5 7.188-19.193 12.135-21.568c1.849-.88 4.964.682 6.87 2.563l-.005.021zm9.369-2.083c-.307-1.141-1.094-2.292-2.266-2.427c-2.146-.25-5.536 3.547-5.297 4.448c.245.922 5.026 2.5 6.802 1.224c.922-.661 1.042-2.083.74-3.219zM23.552.208c1.599.432 3.214 1.531 3.406 3.177c.344 3.016-4.979 7.76-6.245 7.422c-1.26-.339-3.49-7.047-1.688-9.552c.927-1.297 2.932-1.474 4.531-1.052v.005z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.839 12.823c1.896 1.906 3.443 5.026 2.557 6.87c-2.37 4.953-20.052 13.635-21.557 12.135c-1.5-1.5 7.188-19.193 12.135-21.568c1.849-.88 4.964.682 6.87 2.563l-.005.021zm9.369-2.083c-.307-1.141-1.094-2.292-2.266-2.427c-2.146-.25-5.536 3.547-5.297 4.448c.245.922 5.026 2.5 6.802 1.224c.922-.661 1.042-2.083.74-3.219zM23.552.208c1.599.432 3.214 1.531 3.406 3.177c.344 3.016-4.979 7.76-6.245 7.422c-1.26-.339-3.49-7.047-1.688-9.552c.927-1.297 2.932-1.474 4.531-1.052v.005z"/></svg> </template>
CSS
.icon-instacart {
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%22M20.839%2012.823c1.896%201.906%203.443%205.026%202.557%206.87c-2.37%204.953-20.052%2013.635-21.557%2012.135c-1.5-1.5%207.188-19.193%2012.135-21.568c1.849-.88%204.964.682%206.87%202.563l-.005.021zm9.369-2.083c-.307-1.141-1.094-2.292-2.266-2.427c-2.146-.25-5.536%203.547-5.297%204.448c.245.922%205.026%202.5%206.802%201.224c.922-.661%201.042-2.083.74-3.219zM23.552.208c1.599.432%203.214%201.531%203.406%203.177c.344%203.016-4.979%207.76-6.245%207.422c-1.26-.339-3.49-7.047-1.688-9.552c.927-1.297%202.932-1.474%204.531-1.052v.005z%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%22M20.839%2012.823c1.896%201.906%203.443%205.026%202.557%206.87c-2.37%204.953-20.052%2013.635-21.557%2012.135c-1.5-1.5%207.188-19.193%2012.135-21.568c1.849-.88%204.964.682%206.87%202.563l-.005.021zm9.369-2.083c-.307-1.141-1.094-2.292-2.266-2.427c-2.146-.25-5.536%203.547-5.297%204.448c.245.922%205.026%202.5%206.802%201.224c.922-.661%201.042-2.083.74-3.219zM23.552.208c1.599.432%203.214%201.531%203.406%203.177c.344%203.016-4.979%207.76-6.245%207.422c-1.26-.339-3.49-7.047-1.688-9.552c.927-1.297%202.932-1.474%204.531-1.052v.005z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/instacart.svg?color=%231a73e8&size=48