fetch logo
fetch from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- fetch
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the fetch logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="115.2" fill="#fff"/><path fill="#3c790a" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0m0 25.6c56.554 0 102.4 45.846 102.4 102.4S184.554 230.4 128 230.4S25.6 184.554 25.6 128S71.446 25.6 128 25.6"/><path fill="#3c790a" d="M87.04 140.8a153.6 153.6 0 0 0 51.2-51.2c-.424-15.317 6.682-28.306 15.872-29.013s16.984 11.136 17.408 26.453c15.317.424 27.16 8.218 26.453 17.408s-13.696 16.296-29.013 15.872a153.6 153.6 0 0 0-51.2 51.2c.274 9.908-2.644 19.308-7.655 24.658s-11.354 5.838-16.64 1.28s-8.71-13.47-8.985-23.378c-15.317-.424-27.16-8.218-26.453-17.408S71.723 140.376 87.04 140.8"/></svg>
React
import type { SVGProps } from "react";
export function LogosFetch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="115.2" fill="#fff"/><path fill="#3c790a" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0m0 25.6c56.554 0 102.4 45.846 102.4 102.4S184.554 230.4 128 230.4S25.6 184.554 25.6 128S71.446 25.6 128 25.6"/><path fill="#3c790a" d="M87.04 140.8a153.6 153.6 0 0 0 51.2-51.2c-.424-15.317 6.682-28.306 15.872-29.013s16.984 11.136 17.408 26.453c15.317.424 27.16 8.218 26.453 17.408s-13.696 16.296-29.013 15.872a153.6 153.6 0 0 0-51.2 51.2c.274 9.908-2.644 19.308-7.655 24.658s-11.354 5.838-16.64 1.28s-8.71-13.47-8.985-23.378c-15.317-.424-27.16-8.218-26.453-17.408S71.723 140.376 87.04 140.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="115.2" fill="#fff"/><path fill="#3c790a" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0m0 25.6c56.554 0 102.4 45.846 102.4 102.4S184.554 230.4 128 230.4S25.6 184.554 25.6 128S71.446 25.6 128 25.6"/><path fill="#3c790a" d="M87.04 140.8a153.6 153.6 0 0 0 51.2-51.2c-.424-15.317 6.682-28.306 15.872-29.013s16.984 11.136 17.408 26.453c15.317.424 27.16 8.218 26.453 17.408s-13.696 16.296-29.013 15.872a153.6 153.6 0 0 0-51.2 51.2c.274 9.908-2.644 19.308-7.655 24.658s-11.354 5.838-16.64 1.28s-8.71-13.47-8.985-23.378c-15.317-.424-27.16-8.218-26.453-17.408S71.723 140.376 87.04 140.8"/></svg> </template>
CSS
.icon-fetch {
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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22115.2%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128S198.692%200%20128%200m0%2025.6c56.554%200%20102.4%2045.846%20102.4%20102.4S184.554%20230.4%20128%20230.4S25.6%20184.554%2025.6%20128S71.446%2025.6%20128%2025.6%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M87.04%20140.8a153.6%20153.6%200%200%200%2051.2-51.2c-.424-15.317%206.682-28.306%2015.872-29.013s16.984%2011.136%2017.408%2026.453c15.317.424%2027.16%208.218%2026.453%2017.408s-13.696%2016.296-29.013%2015.872a153.6%20153.6%200%200%200-51.2%2051.2c.274%209.908-2.644%2019.308-7.655%2024.658s-11.354%205.838-16.64%201.28s-8.71-13.47-8.985-23.378c-15.317-.424-27.16-8.218-26.453-17.408S71.723%20140.376%2087.04%20140.8%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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22115.2%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128S198.692%200%20128%200m0%2025.6c56.554%200%20102.4%2045.846%20102.4%20102.4S184.554%20230.4%20128%20230.4S25.6%20184.554%2025.6%20128S71.446%2025.6%20128%2025.6%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M87.04%20140.8a153.6%20153.6%200%200%200%2051.2-51.2c-.424-15.317%206.682-28.306%2015.872-29.013s16.984%2011.136%2017.408%2026.453c15.317.424%2027.16%208.218%2026.453%2017.408s-13.696%2016.296-29.013%2015.872a153.6%20153.6%200%200%200-51.2%2051.2c.274%209.908-2.644%2019.308-7.655%2024.658s-11.354%205.838-16.64%201.28s-8.71-13.47-8.985-23.378c-15.317-.424-27.16-8.218-26.453-17.408S71.723%20140.376%2087.04%20140.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/fetch.svg?color=%231a73e8&size=48