brandfetch logo
brandfetch from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- brandfetch
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the brandfetch logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.226 5.842q0 2.236-1.589 3.869q-1.588 1.605-4.633 2.315q1.641.448 2.489 1.474q.847 1 .847 2.316q0 2.08-1.324 3.605q-1.298 1.527-3.812 2.368q-2.515.816-6.063.816q-1.324 0-2.118-.079q-.027.737-.636 1.106q-.61.368-1.562.368c-.952 0-1.077-.14-1.324-.421q-.344-.42-.291-1.237q.238-3.684.927-7.71a76 76 0 0 1 1.747-7.816q.185-.659.741-.921q.556-.264 1.457-.263q1.614 0 1.615.894q0 .37-.16.842q-.687 2.053-1.376 5.58a66 66 0 0 0-.98 6.684q1.271.105 2.066.105q3.706 0 5.427-1.053q1.747-1.079 1.747-2.737q0-1.157-1.006-1.947q-.98-.79-3.31-.868q-.529-.027-.74-.264q-.212-.236-.212-.763q0-.762.317-1.237q.318-.473 1.165-.5q1.88-.053 3.39-.552q1.535-.5 2.409-1.395q.873-.921.873-2.132q0-1.525-1.509-2.394Q16.289 3 13.165 3q-2.834 0-5.48.737q-2.649.71-4.501 1.816q-.848.5-1.43.5q-.477 0-.742-.316q-.237-.342-.238-.842q0-.658.265-1.132q.291-.473 1.35-1.079Q4.613 1.421 7.605.711A26.4 26.4 0 0 1 13.721 0q4.792 0 7.148 1.605q2.357 1.605 2.357 4.237"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBrandfetch(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="M23.226 5.842q0 2.236-1.589 3.869q-1.588 1.605-4.633 2.315q1.641.448 2.489 1.474q.847 1 .847 2.316q0 2.08-1.324 3.605q-1.298 1.527-3.812 2.368q-2.515.816-6.063.816q-1.324 0-2.118-.079q-.027.737-.636 1.106q-.61.368-1.562.368c-.952 0-1.077-.14-1.324-.421q-.344-.42-.291-1.237q.238-3.684.927-7.71a76 76 0 0 1 1.747-7.816q.185-.659.741-.921q.556-.264 1.457-.263q1.614 0 1.615.894q0 .37-.16.842q-.687 2.053-1.376 5.58a66 66 0 0 0-.98 6.684q1.271.105 2.066.105q3.706 0 5.427-1.053q1.747-1.079 1.747-2.737q0-1.157-1.006-1.947q-.98-.79-3.31-.868q-.529-.027-.74-.264q-.212-.236-.212-.763q0-.762.317-1.237q.318-.473 1.165-.5q1.88-.053 3.39-.552q1.535-.5 2.409-1.395q.873-.921.873-2.132q0-1.525-1.509-2.394Q16.289 3 13.165 3q-2.834 0-5.48.737q-2.649.71-4.501 1.816q-.848.5-1.43.5q-.477 0-.742-.316q-.237-.342-.238-.842q0-.658.265-1.132q.291-.473 1.35-1.079Q4.613 1.421 7.605.711A26.4 26.4 0 0 1 13.721 0q4.792 0 7.148 1.605q2.357 1.605 2.357 4.237"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.226 5.842q0 2.236-1.589 3.869q-1.588 1.605-4.633 2.315q1.641.448 2.489 1.474q.847 1 .847 2.316q0 2.08-1.324 3.605q-1.298 1.527-3.812 2.368q-2.515.816-6.063.816q-1.324 0-2.118-.079q-.027.737-.636 1.106q-.61.368-1.562.368c-.952 0-1.077-.14-1.324-.421q-.344-.42-.291-1.237q.238-3.684.927-7.71a76 76 0 0 1 1.747-7.816q.185-.659.741-.921q.556-.264 1.457-.263q1.614 0 1.615.894q0 .37-.16.842q-.687 2.053-1.376 5.58a66 66 0 0 0-.98 6.684q1.271.105 2.066.105q3.706 0 5.427-1.053q1.747-1.079 1.747-2.737q0-1.157-1.006-1.947q-.98-.79-3.31-.868q-.529-.027-.74-.264q-.212-.236-.212-.763q0-.762.317-1.237q.318-.473 1.165-.5q1.88-.053 3.39-.552q1.535-.5 2.409-1.395q.873-.921.873-2.132q0-1.525-1.509-2.394Q16.289 3 13.165 3q-2.834 0-5.48.737q-2.649.71-4.501 1.816q-.848.5-1.43.5q-.477 0-.742-.316q-.237-.342-.238-.842q0-.658.265-1.132q.291-.473 1.35-1.079Q4.613 1.421 7.605.711A26.4 26.4 0 0 1 13.721 0q4.792 0 7.148 1.605q2.357 1.605 2.357 4.237"/></svg> </template>
CSS
.icon-brandfetch {
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%22M23.226%205.842q0%202.236-1.589%203.869q-1.588%201.605-4.633%202.315q1.641.448%202.489%201.474q.847%201%20.847%202.316q0%202.08-1.324%203.605q-1.298%201.527-3.812%202.368q-2.515.816-6.063.816q-1.324%200-2.118-.079q-.027.737-.636%201.106q-.61.368-1.562.368c-.952%200-1.077-.14-1.324-.421q-.344-.42-.291-1.237q.238-3.684.927-7.71a76%2076%200%200%201%201.747-7.816q.185-.659.741-.921q.556-.264%201.457-.263q1.614%200%201.615.894q0%20.37-.16.842q-.687%202.053-1.376%205.58a66%2066%200%200%200-.98%206.684q1.271.105%202.066.105q3.706%200%205.427-1.053q1.747-1.079%201.747-2.737q0-1.157-1.006-1.947q-.98-.79-3.31-.868q-.529-.027-.74-.264q-.212-.236-.212-.763q0-.762.317-1.237q.318-.473%201.165-.5q1.88-.053%203.39-.552q1.535-.5%202.409-1.395q.873-.921.873-2.132q0-1.525-1.509-2.394Q16.289%203%2013.165%203q-2.834%200-5.48.737q-2.649.71-4.501%201.816q-.848.5-1.43.5q-.477%200-.742-.316q-.237-.342-.238-.842q0-.658.265-1.132q.291-.473%201.35-1.079Q4.613%201.421%207.605.711A26.4%2026.4%200%200%201%2013.721%200q4.792%200%207.148%201.605q2.357%201.605%202.357%204.237%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%22M23.226%205.842q0%202.236-1.589%203.869q-1.588%201.605-4.633%202.315q1.641.448%202.489%201.474q.847%201%20.847%202.316q0%202.08-1.324%203.605q-1.298%201.527-3.812%202.368q-2.515.816-6.063.816q-1.324%200-2.118-.079q-.027.737-.636%201.106q-.61.368-1.562.368c-.952%200-1.077-.14-1.324-.421q-.344-.42-.291-1.237q.238-3.684.927-7.71a76%2076%200%200%201%201.747-7.816q.185-.659.741-.921q.556-.264%201.457-.263q1.614%200%201.615.894q0%20.37-.16.842q-.687%202.053-1.376%205.58a66%2066%200%200%200-.98%206.684q1.271.105%202.066.105q3.706%200%205.427-1.053q1.747-1.079%201.747-2.737q0-1.157-1.006-1.947q-.98-.79-3.31-.868q-.529-.027-.74-.264q-.212-.236-.212-.763q0-.762.317-1.237q.318-.473%201.165-.5q1.88-.053%203.39-.552q1.535-.5%202.409-1.395q.873-.921.873-2.132q0-1.525-1.509-2.394Q16.289%203%2013.165%203q-2.834%200-5.48.737q-2.649.71-4.501%201.816q-.848.5-1.43.5q-.477%200-.742-.316q-.237-.342-.238-.842q0-.658.265-1.132q.291-.473%201.35-1.079Q4.613%201.421%207.605.711A26.4%2026.4%200%200%201%2013.721%200q4.792%200%207.148%201.605q2.357%201.605%202.357%204.237%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/brandfetch.svg?color=%231a73e8&size=48