foobar2000 logo
foobar2000 from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- foobar2000
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the foobar2000 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.382 7.62L15.381 0l-2.396 5.166c-.509-.174-1.461-.176-1.97 0L8.619 0L5.618 7.62c-.846 2.146-1.622 4.379 0 6.81c.597.896 6.375 9.58 6.382 9.57l6.382-9.57c1.622-2.431.846-4.664 0-6.81m-5.007 7.25c-.336-.297-.417-.844-.228-1.54c.19-.695.626-1.454 1.23-2.135c.603-.682 1.303-1.207 1.972-1.479c.667-.271 1.22-.257 1.556.04c.336.299.417.846.228 1.54c-.19.697-.626 1.455-1.23 2.137c-.603.681-1.304 1.206-1.972 1.478s-1.22.258-1.556-.04m.445 4.834c-.157.09-.376.08-.489-.116l-1.328-2.304L12 17.28l-1.333 2.311a.32.32 0 0 1-.281.169a.41.41 0 0 1-.348-.202a.32.32 0 0 1 .005-.331l1.555-2.688a.46.46 0 0 1 .4-.228c.171 0 .322.086.406.23l1.547 2.686c.12.208.016.393-.131.478m-4.751-4.793c-.669-.272-1.369-.797-1.972-1.478c-.604-.681-1.04-1.44-1.23-2.136c-.19-.695-.108-1.242.228-1.54c.176-.156.412-.234.693-.234c.254 0 .546.064.863.194c.669.272 1.369.797 1.972 1.478c.604.681 1.04 1.44 1.23 2.136c.189.695.108 1.242-.228 1.54s-.89.312-1.556.04"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFoobar2000(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="M18.382 7.62L15.381 0l-2.396 5.166c-.509-.174-1.461-.176-1.97 0L8.619 0L5.618 7.62c-.846 2.146-1.622 4.379 0 6.81c.597.896 6.375 9.58 6.382 9.57l6.382-9.57c1.622-2.431.846-4.664 0-6.81m-5.007 7.25c-.336-.297-.417-.844-.228-1.54c.19-.695.626-1.454 1.23-2.135c.603-.682 1.303-1.207 1.972-1.479c.667-.271 1.22-.257 1.556.04c.336.299.417.846.228 1.54c-.19.697-.626 1.455-1.23 2.137c-.603.681-1.304 1.206-1.972 1.478s-1.22.258-1.556-.04m.445 4.834c-.157.09-.376.08-.489-.116l-1.328-2.304L12 17.28l-1.333 2.311a.32.32 0 0 1-.281.169a.41.41 0 0 1-.348-.202a.32.32 0 0 1 .005-.331l1.555-2.688a.46.46 0 0 1 .4-.228c.171 0 .322.086.406.23l1.547 2.686c.12.208.016.393-.131.478m-4.751-4.793c-.669-.272-1.369-.797-1.972-1.478c-.604-.681-1.04-1.44-1.23-2.136c-.19-.695-.108-1.242.228-1.54c.176-.156.412-.234.693-.234c.254 0 .546.064.863.194c.669.272 1.369.797 1.972 1.478c.604.681 1.04 1.44 1.23 2.136c.189.695.108 1.242-.228 1.54s-.89.312-1.556.04"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.382 7.62L15.381 0l-2.396 5.166c-.509-.174-1.461-.176-1.97 0L8.619 0L5.618 7.62c-.846 2.146-1.622 4.379 0 6.81c.597.896 6.375 9.58 6.382 9.57l6.382-9.57c1.622-2.431.846-4.664 0-6.81m-5.007 7.25c-.336-.297-.417-.844-.228-1.54c.19-.695.626-1.454 1.23-2.135c.603-.682 1.303-1.207 1.972-1.479c.667-.271 1.22-.257 1.556.04c.336.299.417.846.228 1.54c-.19.697-.626 1.455-1.23 2.137c-.603.681-1.304 1.206-1.972 1.478s-1.22.258-1.556-.04m.445 4.834c-.157.09-.376.08-.489-.116l-1.328-2.304L12 17.28l-1.333 2.311a.32.32 0 0 1-.281.169a.41.41 0 0 1-.348-.202a.32.32 0 0 1 .005-.331l1.555-2.688a.46.46 0 0 1 .4-.228c.171 0 .322.086.406.23l1.547 2.686c.12.208.016.393-.131.478m-4.751-4.793c-.669-.272-1.369-.797-1.972-1.478c-.604-.681-1.04-1.44-1.23-2.136c-.19-.695-.108-1.242.228-1.54c.176-.156.412-.234.693-.234c.254 0 .546.064.863.194c.669.272 1.369.797 1.972 1.478c.604.681 1.04 1.44 1.23 2.136c.189.695.108 1.242-.228 1.54s-.89.312-1.556.04"/></svg> </template>
CSS
.icon-foobar2000 {
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%22M18.382%207.62L15.381%200l-2.396%205.166c-.509-.174-1.461-.176-1.97%200L8.619%200L5.618%207.62c-.846%202.146-1.622%204.379%200%206.81c.597.896%206.375%209.58%206.382%209.57l6.382-9.57c1.622-2.431.846-4.664%200-6.81m-5.007%207.25c-.336-.297-.417-.844-.228-1.54c.19-.695.626-1.454%201.23-2.135c.603-.682%201.303-1.207%201.972-1.479c.667-.271%201.22-.257%201.556.04c.336.299.417.846.228%201.54c-.19.697-.626%201.455-1.23%202.137c-.603.681-1.304%201.206-1.972%201.478s-1.22.258-1.556-.04m.445%204.834c-.157.09-.376.08-.489-.116l-1.328-2.304L12%2017.28l-1.333%202.311a.32.32%200%200%201-.281.169a.41.41%200%200%201-.348-.202a.32.32%200%200%201%20.005-.331l1.555-2.688a.46.46%200%200%201%20.4-.228c.171%200%20.322.086.406.23l1.547%202.686c.12.208.016.393-.131.478m-4.751-4.793c-.669-.272-1.369-.797-1.972-1.478c-.604-.681-1.04-1.44-1.23-2.136c-.19-.695-.108-1.242.228-1.54c.176-.156.412-.234.693-.234c.254%200%20.546.064.863.194c.669.272%201.369.797%201.972%201.478c.604.681%201.04%201.44%201.23%202.136c.189.695.108%201.242-.228%201.54s-.89.312-1.556.04%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%22M18.382%207.62L15.381%200l-2.396%205.166c-.509-.174-1.461-.176-1.97%200L8.619%200L5.618%207.62c-.846%202.146-1.622%204.379%200%206.81c.597.896%206.375%209.58%206.382%209.57l6.382-9.57c1.622-2.431.846-4.664%200-6.81m-5.007%207.25c-.336-.297-.417-.844-.228-1.54c.19-.695.626-1.454%201.23-2.135c.603-.682%201.303-1.207%201.972-1.479c.667-.271%201.22-.257%201.556.04c.336.299.417.846.228%201.54c-.19.697-.626%201.455-1.23%202.137c-.603.681-1.304%201.206-1.972%201.478s-1.22.258-1.556-.04m.445%204.834c-.157.09-.376.08-.489-.116l-1.328-2.304L12%2017.28l-1.333%202.311a.32.32%200%200%201-.281.169a.41.41%200%200%201-.348-.202a.32.32%200%200%201%20.005-.331l1.555-2.688a.46.46%200%200%201%20.4-.228c.171%200%20.322.086.406.23l1.547%202.686c.12.208.016.393-.131.478m-4.751-4.793c-.669-.272-1.369-.797-1.972-1.478c-.604-.681-1.04-1.44-1.23-2.136c-.19-.695-.108-1.242.228-1.54c.176-.156.412-.234.693-.234c.254%200%20.546.064.863.194c.669.272%201.369.797%201.972%201.478c.604.681%201.04%201.44%201.23%202.136c.189.695.108%201.242-.228%201.54s-.89.312-1.556.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/foobar2000.svg?color=%231a73e8&size=48