fnac from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
fnac
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the fnac logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1.708 20.989h1.907v-5.568h3.344v5.563H8.86v-3.901c.099-.661.509-1.588 2.004-1.708c0 0 2.167-.391 2.439 1.708v3.907h1.9v-4.713c-.437-3.344-4.781-2.317-4.781-2.317c-1.025.292-1.416.735-1.588.973v-.953H3.585c-.147-1.828 1.588-1.801 1.588-1.801c1.708-.052 1.787 1.145 1.787 1.145h1.901c0-2.145-2.735-2.416-2.735-2.416c-2.688-.219-3.609.755-3.609.755c-.86.787-.833 2.032-.808 2.323H.001v1.417h1.708zm19.5-1.885c-.484.641-1.047.833-1.729.86c-.588.02-1.859.145-1.885-.901c-.02-1.005 1.543-.959 2.568-1.032c0 0 1.047 0 1.245-.312c0 0 .025-.025.025 0c.021.021.193.823-.224 1.385m-.02-5.099c-2.1-.391-3.324 0-3.344 0c-2.052.516-2.079 2.297-2.079 2.297h1.953s.027-1.391 2.099-1.22c0 0 1.516.068 1.589.803c0 0 .484.88-1.589 1c-2.099.125-4.588.099-4.317 2.224c0 0-.052 2.027 3.364 1.979c0 0 1.833.048 2.589-.952v.02l.073.781h1.905l-.052-4.197c.147-2.365-2.192-2.735-2.192-2.735zm8.859 4.714c-.297.656-.88 1.027-1.932 1.027c0 0-2.365.172-2.437-2.177v-.073c.072-2.317 2.437-2.172 2.437-2.172c1.079 0 1.64.371 1.932 1.032h1.927a2.3 2.3 0 0 0-.219-.833c-.463-.808-1.561-1.735-4.124-1.563c-.709.047-1.245.12-1.709.317c-.853.344-2.249 1.292-2.224 3.151v.219c-.025 1.855 1.371 2.808 2.224 3.147c.459.192 1.027.271 1.709.317c1.708.093 2.755-.265 3.416-.755c.927-.735.953-1.641.953-1.641h-1.953z"/></svg>

React

import type { SVGProps } from "react";

export function CibFnac(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1.708 20.989h1.907v-5.568h3.344v5.563H8.86v-3.901c.099-.661.509-1.588 2.004-1.708c0 0 2.167-.391 2.439 1.708v3.907h1.9v-4.713c-.437-3.344-4.781-2.317-4.781-2.317c-1.025.292-1.416.735-1.588.973v-.953H3.585c-.147-1.828 1.588-1.801 1.588-1.801c1.708-.052 1.787 1.145 1.787 1.145h1.901c0-2.145-2.735-2.416-2.735-2.416c-2.688-.219-3.609.755-3.609.755c-.86.787-.833 2.032-.808 2.323H.001v1.417h1.708zm19.5-1.885c-.484.641-1.047.833-1.729.86c-.588.02-1.859.145-1.885-.901c-.02-1.005 1.543-.959 2.568-1.032c0 0 1.047 0 1.245-.312c0 0 .025-.025.025 0c.021.021.193.823-.224 1.385m-.02-5.099c-2.1-.391-3.324 0-3.344 0c-2.052.516-2.079 2.297-2.079 2.297h1.953s.027-1.391 2.099-1.22c0 0 1.516.068 1.589.803c0 0 .484.88-1.589 1c-2.099.125-4.588.099-4.317 2.224c0 0-.052 2.027 3.364 1.979c0 0 1.833.048 2.589-.952v.02l.073.781h1.905l-.052-4.197c.147-2.365-2.192-2.735-2.192-2.735zm8.859 4.714c-.297.656-.88 1.027-1.932 1.027c0 0-2.365.172-2.437-2.177v-.073c.072-2.317 2.437-2.172 2.437-2.172c1.079 0 1.64.371 1.932 1.032h1.927a2.3 2.3 0 0 0-.219-.833c-.463-.808-1.561-1.735-4.124-1.563c-.709.047-1.245.12-1.709.317c-.853.344-2.249 1.292-2.224 3.151v.219c-.025 1.855 1.371 2.808 2.224 3.147c.459.192 1.027.271 1.709.317c1.708.093 2.755-.265 3.416-.755c.927-.735.953-1.641.953-1.641h-1.953z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1.708 20.989h1.907v-5.568h3.344v5.563H8.86v-3.901c.099-.661.509-1.588 2.004-1.708c0 0 2.167-.391 2.439 1.708v3.907h1.9v-4.713c-.437-3.344-4.781-2.317-4.781-2.317c-1.025.292-1.416.735-1.588.973v-.953H3.585c-.147-1.828 1.588-1.801 1.588-1.801c1.708-.052 1.787 1.145 1.787 1.145h1.901c0-2.145-2.735-2.416-2.735-2.416c-2.688-.219-3.609.755-3.609.755c-.86.787-.833 2.032-.808 2.323H.001v1.417h1.708zm19.5-1.885c-.484.641-1.047.833-1.729.86c-.588.02-1.859.145-1.885-.901c-.02-1.005 1.543-.959 2.568-1.032c0 0 1.047 0 1.245-.312c0 0 .025-.025.025 0c.021.021.193.823-.224 1.385m-.02-5.099c-2.1-.391-3.324 0-3.344 0c-2.052.516-2.079 2.297-2.079 2.297h1.953s.027-1.391 2.099-1.22c0 0 1.516.068 1.589.803c0 0 .484.88-1.589 1c-2.099.125-4.588.099-4.317 2.224c0 0-.052 2.027 3.364 1.979c0 0 1.833.048 2.589-.952v.02l.073.781h1.905l-.052-4.197c.147-2.365-2.192-2.735-2.192-2.735zm8.859 4.714c-.297.656-.88 1.027-1.932 1.027c0 0-2.365.172-2.437-2.177v-.073c.072-2.317 2.437-2.172 2.437-2.172c1.079 0 1.64.371 1.932 1.032h1.927a2.3 2.3 0 0 0-.219-.833c-.463-.808-1.561-1.735-4.124-1.563c-.709.047-1.245.12-1.709.317c-.853.344-2.249 1.292-2.224 3.151v.219c-.025 1.855 1.371 2.808 2.224 3.147c.459.192 1.027.271 1.709.317c1.708.093 2.755-.265 3.416-.755c.927-.735.953-1.641.953-1.641h-1.953z"/></svg>
</template>

CSS

.icon-fnac {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.708%2020.989h1.907v-5.568h3.344v5.563H8.86v-3.901c.099-.661.509-1.588%202.004-1.708c0%200%202.167-.391%202.439%201.708v3.907h1.9v-4.713c-.437-3.344-4.781-2.317-4.781-2.317c-1.025.292-1.416.735-1.588.973v-.953H3.585c-.147-1.828%201.588-1.801%201.588-1.801c1.708-.052%201.787%201.145%201.787%201.145h1.901c0-2.145-2.735-2.416-2.735-2.416c-2.688-.219-3.609.755-3.609.755c-.86.787-.833%202.032-.808%202.323H.001v1.417h1.708zm19.5-1.885c-.484.641-1.047.833-1.729.86c-.588.02-1.859.145-1.885-.901c-.02-1.005%201.543-.959%202.568-1.032c0%200%201.047%200%201.245-.312c0%200%20.025-.025.025%200c.021.021.193.823-.224%201.385m-.02-5.099c-2.1-.391-3.324%200-3.344%200c-2.052.516-2.079%202.297-2.079%202.297h1.953s.027-1.391%202.099-1.22c0%200%201.516.068%201.589.803c0%200%20.484.88-1.589%201c-2.099.125-4.588.099-4.317%202.224c0%200-.052%202.027%203.364%201.979c0%200%201.833.048%202.589-.952v.02l.073.781h1.905l-.052-4.197c.147-2.365-2.192-2.735-2.192-2.735zm8.859%204.714c-.297.656-.88%201.027-1.932%201.027c0%200-2.365.172-2.437-2.177v-.073c.072-2.317%202.437-2.172%202.437-2.172c1.079%200%201.64.371%201.932%201.032h1.927a2.3%202.3%200%200%200-.219-.833c-.463-.808-1.561-1.735-4.124-1.563c-.709.047-1.245.12-1.709.317c-.853.344-2.249%201.292-2.224%203.151v.219c-.025%201.855%201.371%202.808%202.224%203.147c.459.192%201.027.271%201.709.317c1.708.093%202.755-.265%203.416-.755c.927-.735.953-1.641.953-1.641h-1.953z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.708%2020.989h1.907v-5.568h3.344v5.563H8.86v-3.901c.099-.661.509-1.588%202.004-1.708c0%200%202.167-.391%202.439%201.708v3.907h1.9v-4.713c-.437-3.344-4.781-2.317-4.781-2.317c-1.025.292-1.416.735-1.588.973v-.953H3.585c-.147-1.828%201.588-1.801%201.588-1.801c1.708-.052%201.787%201.145%201.787%201.145h1.901c0-2.145-2.735-2.416-2.735-2.416c-2.688-.219-3.609.755-3.609.755c-.86.787-.833%202.032-.808%202.323H.001v1.417h1.708zm19.5-1.885c-.484.641-1.047.833-1.729.86c-.588.02-1.859.145-1.885-.901c-.02-1.005%201.543-.959%202.568-1.032c0%200%201.047%200%201.245-.312c0%200%20.025-.025.025%200c.021.021.193.823-.224%201.385m-.02-5.099c-2.1-.391-3.324%200-3.344%200c-2.052.516-2.079%202.297-2.079%202.297h1.953s.027-1.391%202.099-1.22c0%200%201.516.068%201.589.803c0%200%20.484.88-1.589%201c-2.099.125-4.588.099-4.317%202.224c0%200-.052%202.027%203.364%201.979c0%200%201.833.048%202.589-.952v.02l.073.781h1.905l-.052-4.197c.147-2.365-2.192-2.735-2.192-2.735zm8.859%204.714c-.297.656-.88%201.027-1.932%201.027c0%200-2.365.172-2.437-2.177v-.073c.072-2.317%202.437-2.172%202.437-2.172c1.079%200%201.64.371%201.932%201.032h1.927a2.3%202.3%200%200%200-.219-.833c-.463-.808-1.561-1.735-4.124-1.563c-.709.047-1.245.12-1.709.317c-.853.344-2.249%201.292-2.224%203.151v.219c-.025%201.855%201.371%202.808%202.224%203.147c.459.192%201.027.271%201.709.317c1.708.093%202.755-.265%203.416-.755c.927-.735.953-1.641.953-1.641h-1.953z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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