cc discover icon
cc-discover from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- cc-discover
- Set
- Line Awesome
- Style
- Line
- Category
- Payments & Shopping
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More payments & shopping icons from Line Awesome
Use the cc discover icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m5.438 6.156c-.626 0-1.094.453-1.094 1.031c0 .485.23.727.875.97c.375.14.687.222.687.562c0 .285-.222.5-.531.5a.8.8 0 0 1-.75-.469l-.469.406c.317.465.727.688 1.25.688c.715 0 1.188-.473 1.188-1.157c0-.562-.219-.84-1-1.125c-.414-.152-.531-.246-.531-.437c0-.223.203-.375.5-.375c.207 0 .382.082.562.281l.375-.469a1.63 1.63 0 0 0-1.063-.406zm3.25 0c-1.043.004-1.876.817-1.876 1.844c0 1.035.829 1.844 1.876 1.844c.296 0 .562-.07.874-.219v-.813c-.273.274-.53.375-.843.375c-.692 0-1.188-.503-1.188-1.218c0-.676.512-1.188 1.156-1.188c.329 0 .59.094.876.375v-.812c-.301-.153-.579-.188-.876-.188zm2.906 0A1.847 1.847 0 0 0 14.75 16c0 1.016.828 1.844 1.844 1.844A1.847 1.847 0 0 0 18.437 16a1.847 1.847 0 0 0-1.843-1.844M5 14.22v3.531h1c1.535 0 1.906-1.2 1.906-1.75c0-1.04-.789-1.781-1.906-1.781zm3.219 0v3.531h.687V14.22zm10.094 0l1.5 3.625h.375l1.53-3.625h-.75L20 16.594l-.938-2.375zm3.718 0v3.531h1.938v-.594h-1.25v-.968h1.218v-.594H22.72v-.781h1.25v-.594zm2.407 0v3.531h.687v-1.406h.063l.968 1.406H27l-1.125-1.5c.52-.105.813-.46.813-1c0-.66-.458-1.031-1.25-1.031zm.687.562h.188c.43 0 .687.188.687.531c0 .356-.246.532-.688.532h-.187zm-19.438.031h.22c.937 0 1.28.633 1.28 1.188c0 .266-.074 1.156-1.312 1.156h-.188z"/></svg>
React
import type { SVGProps } from "react";
export function LaCcDiscover(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="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m5.438 6.156c-.626 0-1.094.453-1.094 1.031c0 .485.23.727.875.97c.375.14.687.222.687.562c0 .285-.222.5-.531.5a.8.8 0 0 1-.75-.469l-.469.406c.317.465.727.688 1.25.688c.715 0 1.188-.473 1.188-1.157c0-.562-.219-.84-1-1.125c-.414-.152-.531-.246-.531-.437c0-.223.203-.375.5-.375c.207 0 .382.082.562.281l.375-.469a1.63 1.63 0 0 0-1.063-.406zm3.25 0c-1.043.004-1.876.817-1.876 1.844c0 1.035.829 1.844 1.876 1.844c.296 0 .562-.07.874-.219v-.813c-.273.274-.53.375-.843.375c-.692 0-1.188-.503-1.188-1.218c0-.676.512-1.188 1.156-1.188c.329 0 .59.094.876.375v-.812c-.301-.153-.579-.188-.876-.188zm2.906 0A1.847 1.847 0 0 0 14.75 16c0 1.016.828 1.844 1.844 1.844A1.847 1.847 0 0 0 18.437 16a1.847 1.847 0 0 0-1.843-1.844M5 14.22v3.531h1c1.535 0 1.906-1.2 1.906-1.75c0-1.04-.789-1.781-1.906-1.781zm3.219 0v3.531h.687V14.22zm10.094 0l1.5 3.625h.375l1.53-3.625h-.75L20 16.594l-.938-2.375zm3.718 0v3.531h1.938v-.594h-1.25v-.968h1.218v-.594H22.72v-.781h1.25v-.594zm2.407 0v3.531h.687v-1.406h.063l.968 1.406H27l-1.125-1.5c.52-.105.813-.46.813-1c0-.66-.458-1.031-1.25-1.031zm.687.562h.188c.43 0 .687.188.687.531c0 .356-.246.532-.688.532h-.187zm-19.438.031h.22c.937 0 1.28.633 1.28 1.188c0 .266-.074 1.156-1.312 1.156h-.188z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m5.438 6.156c-.626 0-1.094.453-1.094 1.031c0 .485.23.727.875.97c.375.14.687.222.687.562c0 .285-.222.5-.531.5a.8.8 0 0 1-.75-.469l-.469.406c.317.465.727.688 1.25.688c.715 0 1.188-.473 1.188-1.157c0-.562-.219-.84-1-1.125c-.414-.152-.531-.246-.531-.437c0-.223.203-.375.5-.375c.207 0 .382.082.562.281l.375-.469a1.63 1.63 0 0 0-1.063-.406zm3.25 0c-1.043.004-1.876.817-1.876 1.844c0 1.035.829 1.844 1.876 1.844c.296 0 .562-.07.874-.219v-.813c-.273.274-.53.375-.843.375c-.692 0-1.188-.503-1.188-1.218c0-.676.512-1.188 1.156-1.188c.329 0 .59.094.876.375v-.812c-.301-.153-.579-.188-.876-.188zm2.906 0A1.847 1.847 0 0 0 14.75 16c0 1.016.828 1.844 1.844 1.844A1.847 1.847 0 0 0 18.437 16a1.847 1.847 0 0 0-1.843-1.844M5 14.22v3.531h1c1.535 0 1.906-1.2 1.906-1.75c0-1.04-.789-1.781-1.906-1.781zm3.219 0v3.531h.687V14.22zm10.094 0l1.5 3.625h.375l1.53-3.625h-.75L20 16.594l-.938-2.375zm3.718 0v3.531h1.938v-.594h-1.25v-.968h1.218v-.594H22.72v-.781h1.25v-.594zm2.407 0v3.531h.687v-1.406h.063l.968 1.406H27l-1.125-1.5c.52-.105.813-.46.813-1c0-.66-.458-1.031-1.25-1.031zm.687.562h.188c.43 0 .687.188.687.531c0 .356-.246.532-.688.532h-.187zm-19.438.031h.22c.937 0 1.28.633 1.28 1.188c0 .266-.074 1.156-1.312 1.156h-.188z"/></svg> </template>
CSS
.icon-cc-discover {
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%22M5%206C3.355%206%202%207.355%202%209v14c0%201.645%201.355%203%203%203h22c1.645%200%203-1.355%203-3V9c0-1.645-1.355-3-3-3zm0%202h22c.566%200%201%20.434%201%201v14c0%20.566-.434%201-1%201H5c-.566%200-1-.434-1-1V9c0-.566.434-1%201-1m5.438%206.156c-.626%200-1.094.453-1.094%201.031c0%20.485.23.727.875.97c.375.14.687.222.687.562c0%20.285-.222.5-.531.5a.8.8%200%200%201-.75-.469l-.469.406c.317.465.727.688%201.25.688c.715%200%201.188-.473%201.188-1.157c0-.562-.219-.84-1-1.125c-.414-.152-.531-.246-.531-.437c0-.223.203-.375.5-.375c.207%200%20.382.082.562.281l.375-.469a1.63%201.63%200%200%200-1.063-.406zm3.25%200c-1.043.004-1.876.817-1.876%201.844c0%201.035.829%201.844%201.876%201.844c.296%200%20.562-.07.874-.219v-.813c-.273.274-.53.375-.843.375c-.692%200-1.188-.503-1.188-1.218c0-.676.512-1.188%201.156-1.188c.329%200%20.59.094.876.375v-.812c-.301-.153-.579-.188-.876-.188zm2.906%200A1.847%201.847%200%200%200%2014.75%2016c0%201.016.828%201.844%201.844%201.844A1.847%201.847%200%200%200%2018.437%2016a1.847%201.847%200%200%200-1.843-1.844M5%2014.22v3.531h1c1.535%200%201.906-1.2%201.906-1.75c0-1.04-.789-1.781-1.906-1.781zm3.219%200v3.531h.687V14.22zm10.094%200l1.5%203.625h.375l1.53-3.625h-.75L20%2016.594l-.938-2.375zm3.718%200v3.531h1.938v-.594h-1.25v-.968h1.218v-.594H22.72v-.781h1.25v-.594zm2.407%200v3.531h.687v-1.406h.063l.968%201.406H27l-1.125-1.5c.52-.105.813-.46.813-1c0-.66-.458-1.031-1.25-1.031zm.687.562h.188c.43%200%20.687.188.687.531c0%20.356-.246.532-.688.532h-.187zm-19.438.031h.22c.937%200%201.28.633%201.28%201.188c0%20.266-.074%201.156-1.312%201.156h-.188z%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%22M5%206C3.355%206%202%207.355%202%209v14c0%201.645%201.355%203%203%203h22c1.645%200%203-1.355%203-3V9c0-1.645-1.355-3-3-3zm0%202h22c.566%200%201%20.434%201%201v14c0%20.566-.434%201-1%201H5c-.566%200-1-.434-1-1V9c0-.566.434-1%201-1m5.438%206.156c-.626%200-1.094.453-1.094%201.031c0%20.485.23.727.875.97c.375.14.687.222.687.562c0%20.285-.222.5-.531.5a.8.8%200%200%201-.75-.469l-.469.406c.317.465.727.688%201.25.688c.715%200%201.188-.473%201.188-1.157c0-.562-.219-.84-1-1.125c-.414-.152-.531-.246-.531-.437c0-.223.203-.375.5-.375c.207%200%20.382.082.562.281l.375-.469a1.63%201.63%200%200%200-1.063-.406zm3.25%200c-1.043.004-1.876.817-1.876%201.844c0%201.035.829%201.844%201.876%201.844c.296%200%20.562-.07.874-.219v-.813c-.273.274-.53.375-.843.375c-.692%200-1.188-.503-1.188-1.218c0-.676.512-1.188%201.156-1.188c.329%200%20.59.094.876.375v-.812c-.301-.153-.579-.188-.876-.188zm2.906%200A1.847%201.847%200%200%200%2014.75%2016c0%201.016.828%201.844%201.844%201.844A1.847%201.847%200%200%200%2018.437%2016a1.847%201.847%200%200%200-1.843-1.844M5%2014.22v3.531h1c1.535%200%201.906-1.2%201.906-1.75c0-1.04-.789-1.781-1.906-1.781zm3.219%200v3.531h.687V14.22zm10.094%200l1.5%203.625h.375l1.53-3.625h-.75L20%2016.594l-.938-2.375zm3.718%200v3.531h1.938v-.594h-1.25v-.968h1.218v-.594H22.72v-.781h1.25v-.594zm2.407%200v3.531h.687v-1.406h.063l.968%201.406H27l-1.125-1.5c.52-.105.813-.46.813-1c0-.66-.458-1.031-1.25-1.031zm.687.562h.188c.43%200%20.687.188.687.531c0%20.356-.246.532-.688.532h-.187zm-19.438.031h.22c.937%200%201.28.633%201.28%201.188c0%20.266-.074%201.156-1.312%201.156h-.188z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cc-discover.svg?color=%231a73e8&size=48