2checkout Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 2checkout icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304884.svg" alt="2checkout icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304884.svg" alt="2checkout icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304884.svg" alt="2checkout icon" :width="24" :height="24" />
CSS background
.icon-2checkout {
background-image: url('https://proicons.com/icon/304884.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M257 500c0-34 26-61 62-61 13 0 24 3 33 8-23-73-91-127-172-127C81 320 0 401 0 500s81 180 180 180c81 0 150-54 172-128-9 5-21 9-33 9-36 0-62-28-62-61zm-117 60H55v-18l40-34c16-14 21-22 21-32 0-12-8-18-19-18s-18 5-27 17l-15-11c11-16 22-25 43-25 23 0 38 14 38 35v1c0 18-9 29-30 46l-24 21h58v18zm71-18c12 0 21-5 29-12l14 14c-11 10-25 17-44 17-34 0-61-27-61-61s26-61 62-61c20 0 33 6 44 16l-14 14c-9-7-18-11-30-11-22 0-39 18-39 41v1c0 23 17 42 39 42zm109-84c-23 0-40 18-40 41v1c0 23 17 42 41 42s40-19 40-42-17-42-41-42zm147 50c10-7 15-11 15-21v-1c0-12-9-20-24-20-12 0-19 5-26 14l12 10c5-6 9-9 13-9s7 3 7 7-1 7-7 12l-24 18v15h49v-18h-26l11-7zm54 9c-9 0-16-8-16-18 0-9 7-17 16-17 6 0 11 3 14 8l14-11c-6-8-14-13-28-13-19 0-34 14-34 33v1c0 19 15 33 34 33 14 0 22-6 28-15l-13-9c-4 5-8 8-15 8zm420-51v18h23v49h18v-49h18v-18zm-301 40h31v-13h-31v-9h36v-18h-54v67h54v-18h-36zm279-3c0 10-4 14-11 14s-12-5-12-14v-37h-18v37c0 21 11 30 29 30s30-9 30-30v-37h-18v37zm-112-37h-21l-25 27v-27h-18v67h18v-18l8-7 17 25h22l-25-38zm-94 51c-9 0-15-8-15-18 0-9 6-17 15-17 6 0 10 3 14 8l13-11c-5-8-13-13-26-13-20 0-34 14-34 33v1c0 19 14 33 33 33 14 0 22-6 28-15l-13-9c-4 5-8 8-15 8zm125-51c-20 0-36 15-36 33v1c0 18 16 33 36 33s36-15 36-34c0-18-16-33-36-33zm18 34c0 9-8 17-18 17s-18-8-18-18c0-9 8-17 18-17s18 8 18 17v1zm-261-7h-23v-27h-18v67h18v-27h23v27h18v-67h-18z"/></svg>
Copied!