fawry logo
fawry from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- fawry
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the fawry logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.834 18.305c-1.06-1.594-1.63-3.36-1.79-5.261C-.238 9.474.84 6.34 3.318 3.74C5.311 1.65 7.788.435 10.652.11c2.882-.325 5.538.325 7.966 1.907c.227 1.012.037 1.975-.331 2.925c-.534 1.398-1.313 2.65-2.19 3.851c-.177.251-.447.49-.27.84c.197.362.54.233.853.209c.65-.062 1.294-.099 1.944-.166c.264-.025.368.043.331.337c-.073.472-.11.957-.16 1.435c-.024.24 0 .46.264.552c.27.098.466-.018.626-.24c1.232-1.771 2.336-3.61 2.637-5.806c2.692 4.206 2.09 10.18-1.41 14.055A12.05 12.05 0 0 1 6.09 22.432c-.147-.08-.282-.178-.417-.27c.89-.172 1.778-.374 2.618-.73c2.282-.944 4.268-2.342 6.114-3.937c.282-.245.454-.294.7.013c.208.263.471.484.692.73c.172.19.368.318.638.226c.264-.086.288-.325.313-.545c.251-2.042.49-4.09.748-6.133c.055-.447-.141-.68-.601-.637c-2.091.171-4.188.35-6.28.54c-.508.048-.65.422-.312.815q.415.497.895.92c.294.251.313.417 0 .674c-1.288 1.073-2.618 2.085-4.09 2.888c-1.613.877-3.25 1.668-5.176 1.38h.007q-.001-.092-.105-.073"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFawry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.834 18.305c-1.06-1.594-1.63-3.36-1.79-5.261C-.238 9.474.84 6.34 3.318 3.74C5.311 1.65 7.788.435 10.652.11c2.882-.325 5.538.325 7.966 1.907c.227 1.012.037 1.975-.331 2.925c-.534 1.398-1.313 2.65-2.19 3.851c-.177.251-.447.49-.27.84c.197.362.54.233.853.209c.65-.062 1.294-.099 1.944-.166c.264-.025.368.043.331.337c-.073.472-.11.957-.16 1.435c-.024.24 0 .46.264.552c.27.098.466-.018.626-.24c1.232-1.771 2.336-3.61 2.637-5.806c2.692 4.206 2.09 10.18-1.41 14.055A12.05 12.05 0 0 1 6.09 22.432c-.147-.08-.282-.178-.417-.27c.89-.172 1.778-.374 2.618-.73c2.282-.944 4.268-2.342 6.114-3.937c.282-.245.454-.294.7.013c.208.263.471.484.692.73c.172.19.368.318.638.226c.264-.086.288-.325.313-.545c.251-2.042.49-4.09.748-6.133c.055-.447-.141-.68-.601-.637c-2.091.171-4.188.35-6.28.54c-.508.048-.65.422-.312.815q.415.497.895.92c.294.251.313.417 0 .674c-1.288 1.073-2.618 2.085-4.09 2.888c-1.613.877-3.25 1.668-5.176 1.38h.007q-.001-.092-.105-.073"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.834 18.305c-1.06-1.594-1.63-3.36-1.79-5.261C-.238 9.474.84 6.34 3.318 3.74C5.311 1.65 7.788.435 10.652.11c2.882-.325 5.538.325 7.966 1.907c.227 1.012.037 1.975-.331 2.925c-.534 1.398-1.313 2.65-2.19 3.851c-.177.251-.447.49-.27.84c.197.362.54.233.853.209c.65-.062 1.294-.099 1.944-.166c.264-.025.368.043.331.337c-.073.472-.11.957-.16 1.435c-.024.24 0 .46.264.552c.27.098.466-.018.626-.24c1.232-1.771 2.336-3.61 2.637-5.806c2.692 4.206 2.09 10.18-1.41 14.055A12.05 12.05 0 0 1 6.09 22.432c-.147-.08-.282-.178-.417-.27c.89-.172 1.778-.374 2.618-.73c2.282-.944 4.268-2.342 6.114-3.937c.282-.245.454-.294.7.013c.208.263.471.484.692.73c.172.19.368.318.638.226c.264-.086.288-.325.313-.545c.251-2.042.49-4.09.748-6.133c.055-.447-.141-.68-.601-.637c-2.091.171-4.188.35-6.28.54c-.508.048-.65.422-.312.815q.415.497.895.92c.294.251.313.417 0 .674c-1.288 1.073-2.618 2.085-4.09 2.888c-1.613.877-3.25 1.668-5.176 1.38h.007q-.001-.092-.105-.073"/></svg> </template>
CSS
.icon-fawry {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.834%2018.305c-1.06-1.594-1.63-3.36-1.79-5.261C-.238%209.474.84%206.34%203.318%203.74C5.311%201.65%207.788.435%2010.652.11c2.882-.325%205.538.325%207.966%201.907c.227%201.012.037%201.975-.331%202.925c-.534%201.398-1.313%202.65-2.19%203.851c-.177.251-.447.49-.27.84c.197.362.54.233.853.209c.65-.062%201.294-.099%201.944-.166c.264-.025.368.043.331.337c-.073.472-.11.957-.16%201.435c-.024.24%200%20.46.264.552c.27.098.466-.018.626-.24c1.232-1.771%202.336-3.61%202.637-5.806c2.692%204.206%202.09%2010.18-1.41%2014.055A12.05%2012.05%200%200%201%206.09%2022.432c-.147-.08-.282-.178-.417-.27c.89-.172%201.778-.374%202.618-.73c2.282-.944%204.268-2.342%206.114-3.937c.282-.245.454-.294.7.013c.208.263.471.484.692.73c.172.19.368.318.638.226c.264-.086.288-.325.313-.545c.251-2.042.49-4.09.748-6.133c.055-.447-.141-.68-.601-.637c-2.091.171-4.188.35-6.28.54c-.508.048-.65.422-.312.815q.415.497.895.92c.294.251.313.417%200%20.674c-1.288%201.073-2.618%202.085-4.09%202.888c-1.613.877-3.25%201.668-5.176%201.38h.007q-.001-.092-.105-.073%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.834%2018.305c-1.06-1.594-1.63-3.36-1.79-5.261C-.238%209.474.84%206.34%203.318%203.74C5.311%201.65%207.788.435%2010.652.11c2.882-.325%205.538.325%207.966%201.907c.227%201.012.037%201.975-.331%202.925c-.534%201.398-1.313%202.65-2.19%203.851c-.177.251-.447.49-.27.84c.197.362.54.233.853.209c.65-.062%201.294-.099%201.944-.166c.264-.025.368.043.331.337c-.073.472-.11.957-.16%201.435c-.024.24%200%20.46.264.552c.27.098.466-.018.626-.24c1.232-1.771%202.336-3.61%202.637-5.806c2.692%204.206%202.09%2010.18-1.41%2014.055A12.05%2012.05%200%200%201%206.09%2022.432c-.147-.08-.282-.178-.417-.27c.89-.172%201.778-.374%202.618-.73c2.282-.944%204.268-2.342%206.114-3.937c.282-.245.454-.294.7.013c.208.263.471.484.692.73c.172.19.368.318.638.226c.264-.086.288-.325.313-.545c.251-2.042.49-4.09.748-6.133c.055-.447-.141-.68-.601-.637c-2.091.171-4.188.35-6.28.54c-.508.048-.65.422-.312.815q.415.497.895.92c.294.251.313.417%200%20.674c-1.288%201.073-2.618%202.085-4.09%202.888c-1.613.877-3.25%201.668-5.176%201.38h.007q-.001-.092-.105-.073%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/fawry.svg?color=%231a73e8&size=48