atm 02 icon
atm-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- atm-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the atm 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 11c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 9.1 22 8.4 22 7s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 3 19.4 3 18 3H6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 4.9 2 5.6 2 7s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 11 4.6 11 6 11M5 7h14"/><path d="M18 7H6v8c0 2.828 0 4.243.879 5.121C7.757 21 9.172 21 12 21s4.243 0 5.121-.879C18 19.243 18 17.828 18 15zm-8 14V7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAtm02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18 11c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 9.1 22 8.4 22 7s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 3 19.4 3 18 3H6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 4.9 2 5.6 2 7s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 11 4.6 11 6 11M5 7h14"/><path d="M18 7H6v8c0 2.828 0 4.243.879 5.121C7.757 21 9.172 21 12 21s4.243 0 5.121-.879C18 19.243 18 17.828 18 15zm-8 14V7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 11c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 9.1 22 8.4 22 7s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 3 19.4 3 18 3H6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 4.9 2 5.6 2 7s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 11 4.6 11 6 11M5 7h14"/><path d="M18 7H6v8c0 2.828 0 4.243.879 5.121C7.757 21 9.172 21 12 21s4.243 0 5.121-.879C18 19.243 18 17.828 18 15zm-8 14V7"/></g></svg> </template>
CSS
.icon-atm-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2011c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C22%209.1%2022%208.4%2022%207s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C20.1%203%2019.4%203%2018%203H6c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C2%204.9%202%205.6%202%207s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C3.9%2011%204.6%2011%206%2011M5%207h14%22%2F%3E%3Cpath%20d%3D%22M18%207H6v8c0%202.828%200%204.243.879%205.121C7.757%2021%209.172%2021%2012%2021s4.243%200%205.121-.879C18%2019.243%2018%2017.828%2018%2015zm-8%2014V7%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2011c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C22%209.1%2022%208.4%2022%207s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C20.1%203%2019.4%203%2018%203H6c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C2%204.9%202%205.6%202%207s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C3.9%2011%204.6%2011%206%2011M5%207h14%22%2F%3E%3Cpath%20d%3D%22M18%207H6v8c0%202.828%200%204.243.879%205.121C7.757%2021%209.172%2021%2012%2021s4.243%200%205.121-.879C18%2019.243%2018%2017.828%2018%2015zm-8%2014V7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/atm-02.svg?color=%231a73e8&size=48