gofundme from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
gofundme
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the gofundme logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.624 4.08L17.4 7.15a1.5 1.5 0 0 0-.33 2.092a1.5 1.5 0 0 0 2.091.331l4.222-3.07c.67-.49.813-1.423.332-2.093a1.49 1.49 0 0 0-2.092-.33m-9.649-1.182c-.828 0-1.498.67-1.498 1.497v2.521a1.497 1.497 0 1 0 2.996 0v-2.52c0-.829-.67-1.498-1.498-1.498M.288 4.41c-.49.67-.339 1.603.33 2.093l4.223 3.07c.67.49 1.603.339 2.092-.331s.339-1.603-.331-2.092L2.38 4.08a1.5 1.5 0 0 0-2.092.33m3.695 7.79a11.96 11.96 0 0 1 7.992-3.056c3.07 0 5.87 1.159 7.993 3.056zm14.555 1.633c-1.347 0-2.236.443-2.8.993c-.595.587-1.023 1.505-1.023 2.65c0 1.301.564 2.144 1.009 2.588c.843.843 1.926 1.038 2.829 1.038c1.482 0 2.28-.458 2.784-.947a3.06 3.06 0 0 0 .828-1.408h-2.34a1.16 1.16 0 0 1-.43.459c-.308.165-.736.181-.797.181c-.549 0-.858-.188-1.008-.339c-.294-.286-.43-.775-.43-1.144h5.095v-.263c0-.76-.12-1.957-1.083-2.875c-.814-.768-1.836-.933-2.634-.933m.06 1.558c.241 0 .685.045 1.008.368c.188.188.339.475.4.738h-2.77c.045-.308.203-.557.369-.738c.256-.263.58-.368.993-.368m-16.85-1.355h2.445v.828c.58-.7 1.377-.949 2.047-.949c.49 0 .949.106 1.317.31c.505.263.783.639.948.977c.28-.489.626-.782.934-.948c.49-.278.963-.338 1.423-.338c.503 0 1.331.075 1.896.624c.61.595.64 1.408.64 1.882v4.455H10.95v-3.38c0-.722-.075-1.21-.353-1.467c-.136-.12-.324-.226-.64-.226a1 1 0 0 0-.722.279c-.414.399-.444.963-.444 1.302v3.507H6.346v-3.38c0-.654-.045-1.18-.324-1.467c-.21-.226-.49-.278-.737-.278c-.264 0-.474.045-.67.248c-.429.414-.429 1.069-.429 1.498v3.379H1.74v-6.856Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGofundme(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="M21.624 4.08L17.4 7.15a1.5 1.5 0 0 0-.33 2.092a1.5 1.5 0 0 0 2.091.331l4.222-3.07c.67-.49.813-1.423.332-2.093a1.49 1.49 0 0 0-2.092-.33m-9.649-1.182c-.828 0-1.498.67-1.498 1.497v2.521a1.497 1.497 0 1 0 2.996 0v-2.52c0-.829-.67-1.498-1.498-1.498M.288 4.41c-.49.67-.339 1.603.33 2.093l4.223 3.07c.67.49 1.603.339 2.092-.331s.339-1.603-.331-2.092L2.38 4.08a1.5 1.5 0 0 0-2.092.33m3.695 7.79a11.96 11.96 0 0 1 7.992-3.056c3.07 0 5.87 1.159 7.993 3.056zm14.555 1.633c-1.347 0-2.236.443-2.8.993c-.595.587-1.023 1.505-1.023 2.65c0 1.301.564 2.144 1.009 2.588c.843.843 1.926 1.038 2.829 1.038c1.482 0 2.28-.458 2.784-.947a3.06 3.06 0 0 0 .828-1.408h-2.34a1.16 1.16 0 0 1-.43.459c-.308.165-.736.181-.797.181c-.549 0-.858-.188-1.008-.339c-.294-.286-.43-.775-.43-1.144h5.095v-.263c0-.76-.12-1.957-1.083-2.875c-.814-.768-1.836-.933-2.634-.933m.06 1.558c.241 0 .685.045 1.008.368c.188.188.339.475.4.738h-2.77c.045-.308.203-.557.369-.738c.256-.263.58-.368.993-.368m-16.85-1.355h2.445v.828c.58-.7 1.377-.949 2.047-.949c.49 0 .949.106 1.317.31c.505.263.783.639.948.977c.28-.489.626-.782.934-.948c.49-.278.963-.338 1.423-.338c.503 0 1.331.075 1.896.624c.61.595.64 1.408.64 1.882v4.455H10.95v-3.38c0-.722-.075-1.21-.353-1.467c-.136-.12-.324-.226-.64-.226a1 1 0 0 0-.722.279c-.414.399-.444.963-.444 1.302v3.507H6.346v-3.38c0-.654-.045-1.18-.324-1.467c-.21-.226-.49-.278-.737-.278c-.264 0-.474.045-.67.248c-.429.414-.429 1.069-.429 1.498v3.379H1.74v-6.856Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.624 4.08L17.4 7.15a1.5 1.5 0 0 0-.33 2.092a1.5 1.5 0 0 0 2.091.331l4.222-3.07c.67-.49.813-1.423.332-2.093a1.49 1.49 0 0 0-2.092-.33m-9.649-1.182c-.828 0-1.498.67-1.498 1.497v2.521a1.497 1.497 0 1 0 2.996 0v-2.52c0-.829-.67-1.498-1.498-1.498M.288 4.41c-.49.67-.339 1.603.33 2.093l4.223 3.07c.67.49 1.603.339 2.092-.331s.339-1.603-.331-2.092L2.38 4.08a1.5 1.5 0 0 0-2.092.33m3.695 7.79a11.96 11.96 0 0 1 7.992-3.056c3.07 0 5.87 1.159 7.993 3.056zm14.555 1.633c-1.347 0-2.236.443-2.8.993c-.595.587-1.023 1.505-1.023 2.65c0 1.301.564 2.144 1.009 2.588c.843.843 1.926 1.038 2.829 1.038c1.482 0 2.28-.458 2.784-.947a3.06 3.06 0 0 0 .828-1.408h-2.34a1.16 1.16 0 0 1-.43.459c-.308.165-.736.181-.797.181c-.549 0-.858-.188-1.008-.339c-.294-.286-.43-.775-.43-1.144h5.095v-.263c0-.76-.12-1.957-1.083-2.875c-.814-.768-1.836-.933-2.634-.933m.06 1.558c.241 0 .685.045 1.008.368c.188.188.339.475.4.738h-2.77c.045-.308.203-.557.369-.738c.256-.263.58-.368.993-.368m-16.85-1.355h2.445v.828c.58-.7 1.377-.949 2.047-.949c.49 0 .949.106 1.317.31c.505.263.783.639.948.977c.28-.489.626-.782.934-.948c.49-.278.963-.338 1.423-.338c.503 0 1.331.075 1.896.624c.61.595.64 1.408.64 1.882v4.455H10.95v-3.38c0-.722-.075-1.21-.353-1.467c-.136-.12-.324-.226-.64-.226a1 1 0 0 0-.722.279c-.414.399-.444.963-.444 1.302v3.507H6.346v-3.38c0-.654-.045-1.18-.324-1.467c-.21-.226-.49-.278-.737-.278c-.264 0-.474.045-.67.248c-.429.414-.429 1.069-.429 1.498v3.379H1.74v-6.856Z"/></svg>
</template>

CSS

.icon-gofundme {
  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%22M21.624%204.08L17.4%207.15a1.5%201.5%200%200%200-.33%202.092a1.5%201.5%200%200%200%202.091.331l4.222-3.07c.67-.49.813-1.423.332-2.093a1.49%201.49%200%200%200-2.092-.33m-9.649-1.182c-.828%200-1.498.67-1.498%201.497v2.521a1.497%201.497%200%201%200%202.996%200v-2.52c0-.829-.67-1.498-1.498-1.498M.288%204.41c-.49.67-.339%201.603.33%202.093l4.223%203.07c.67.49%201.603.339%202.092-.331s.339-1.603-.331-2.092L2.38%204.08a1.5%201.5%200%200%200-2.092.33m3.695%207.79a11.96%2011.96%200%200%201%207.992-3.056c3.07%200%205.87%201.159%207.993%203.056zm14.555%201.633c-1.347%200-2.236.443-2.8.993c-.595.587-1.023%201.505-1.023%202.65c0%201.301.564%202.144%201.009%202.588c.843.843%201.926%201.038%202.829%201.038c1.482%200%202.28-.458%202.784-.947a3.06%203.06%200%200%200%20.828-1.408h-2.34a1.16%201.16%200%200%201-.43.459c-.308.165-.736.181-.797.181c-.549%200-.858-.188-1.008-.339c-.294-.286-.43-.775-.43-1.144h5.095v-.263c0-.76-.12-1.957-1.083-2.875c-.814-.768-1.836-.933-2.634-.933m.06%201.558c.241%200%20.685.045%201.008.368c.188.188.339.475.4.738h-2.77c.045-.308.203-.557.369-.738c.256-.263.58-.368.993-.368m-16.85-1.355h2.445v.828c.58-.7%201.377-.949%202.047-.949c.49%200%20.949.106%201.317.31c.505.263.783.639.948.977c.28-.489.626-.782.934-.948c.49-.278.963-.338%201.423-.338c.503%200%201.331.075%201.896.624c.61.595.64%201.408.64%201.882v4.455H10.95v-3.38c0-.722-.075-1.21-.353-1.467c-.136-.12-.324-.226-.64-.226a1%201%200%200%200-.722.279c-.414.399-.444.963-.444%201.302v3.507H6.346v-3.38c0-.654-.045-1.18-.324-1.467c-.21-.226-.49-.278-.737-.278c-.264%200-.474.045-.67.248c-.429.414-.429%201.069-.429%201.498v3.379H1.74v-6.856Z%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%22M21.624%204.08L17.4%207.15a1.5%201.5%200%200%200-.33%202.092a1.5%201.5%200%200%200%202.091.331l4.222-3.07c.67-.49.813-1.423.332-2.093a1.49%201.49%200%200%200-2.092-.33m-9.649-1.182c-.828%200-1.498.67-1.498%201.497v2.521a1.497%201.497%200%201%200%202.996%200v-2.52c0-.829-.67-1.498-1.498-1.498M.288%204.41c-.49.67-.339%201.603.33%202.093l4.223%203.07c.67.49%201.603.339%202.092-.331s.339-1.603-.331-2.092L2.38%204.08a1.5%201.5%200%200%200-2.092.33m3.695%207.79a11.96%2011.96%200%200%201%207.992-3.056c3.07%200%205.87%201.159%207.993%203.056zm14.555%201.633c-1.347%200-2.236.443-2.8.993c-.595.587-1.023%201.505-1.023%202.65c0%201.301.564%202.144%201.009%202.588c.843.843%201.926%201.038%202.829%201.038c1.482%200%202.28-.458%202.784-.947a3.06%203.06%200%200%200%20.828-1.408h-2.34a1.16%201.16%200%200%201-.43.459c-.308.165-.736.181-.797.181c-.549%200-.858-.188-1.008-.339c-.294-.286-.43-.775-.43-1.144h5.095v-.263c0-.76-.12-1.957-1.083-2.875c-.814-.768-1.836-.933-2.634-.933m.06%201.558c.241%200%20.685.045%201.008.368c.188.188.339.475.4.738h-2.77c.045-.308.203-.557.369-.738c.256-.263.58-.368.993-.368m-16.85-1.355h2.445v.828c.58-.7%201.377-.949%202.047-.949c.49%200%20.949.106%201.317.31c.505.263.783.639.948.977c.28-.489.626-.782.934-.948c.49-.278.963-.338%201.423-.338c.503%200%201.331.075%201.896.624c.61.595.64%201.408.64%201.882v4.455H10.95v-3.38c0-.722-.075-1.21-.353-1.467c-.136-.12-.324-.226-.64-.226a1%201%200%200%200-.722.279c-.414.399-.444.963-.444%201.302v3.507H6.346v-3.38c0-.654-.045-1.18-.324-1.467c-.21-.226-.49-.278-.737-.278c-.264%200-.474.045-.67.248c-.429.414-.429%201.069-.429%201.498v3.379H1.74v-6.856Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gofundme.svg?color=%231a73e8&size=48