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

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

The same logo in other sets

Use the allocine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.26 28.214L22.942.928a1.09 1.09 0 0 0-1.234-.917h-.005L17.14.745c.703 4.599-6.172 5.688-6.932 1.099l-4.557.724a1.09 1.09 0 0 0-.917 1.234v.005l4.328 27.276c.089.594.641.995 1.234.901l4.563-.719a3.514 3.514 0 1 1 6.943-1.089l4.563-.719c.589-.094.99-.646.901-1.234v-.01zm-7.567-17.266l-1.641 2.406a1.17 1.17 0 0 1-.578.401c-.677.156-1.661-1.286-2.359 2.005c-.698 3.286.786 2.38 1.339 2.807c.182.151.313.354.375.583l.526 2.854h-.016a.81.81 0 0 1-.458.859c-.604.245-1.557.568-2.115.448c-1.203-.255-3.12-3.234-2.083-8.094s3.99-6.771 5.193-6.516c.552.12 1.297.802 1.755 1.271c.24.271.266.672.063.974z"/></svg>

React

import type { SVGProps } from "react";

export function CibAllocine(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="M27.26 28.214L22.942.928a1.09 1.09 0 0 0-1.234-.917h-.005L17.14.745c.703 4.599-6.172 5.688-6.932 1.099l-4.557.724a1.09 1.09 0 0 0-.917 1.234v.005l4.328 27.276c.089.594.641.995 1.234.901l4.563-.719a3.514 3.514 0 1 1 6.943-1.089l4.563-.719c.589-.094.99-.646.901-1.234v-.01zm-7.567-17.266l-1.641 2.406a1.17 1.17 0 0 1-.578.401c-.677.156-1.661-1.286-2.359 2.005c-.698 3.286.786 2.38 1.339 2.807c.182.151.313.354.375.583l.526 2.854h-.016a.81.81 0 0 1-.458.859c-.604.245-1.557.568-2.115.448c-1.203-.255-3.12-3.234-2.083-8.094s3.99-6.771 5.193-6.516c.552.12 1.297.802 1.755 1.271c.24.271.266.672.063.974z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.26 28.214L22.942.928a1.09 1.09 0 0 0-1.234-.917h-.005L17.14.745c.703 4.599-6.172 5.688-6.932 1.099l-4.557.724a1.09 1.09 0 0 0-.917 1.234v.005l4.328 27.276c.089.594.641.995 1.234.901l4.563-.719a3.514 3.514 0 1 1 6.943-1.089l4.563-.719c.589-.094.99-.646.901-1.234v-.01zm-7.567-17.266l-1.641 2.406a1.17 1.17 0 0 1-.578.401c-.677.156-1.661-1.286-2.359 2.005c-.698 3.286.786 2.38 1.339 2.807c.182.151.313.354.375.583l.526 2.854h-.016a.81.81 0 0 1-.458.859c-.604.245-1.557.568-2.115.448c-1.203-.255-3.12-3.234-2.083-8.094s3.99-6.771 5.193-6.516c.552.12 1.297.802 1.755 1.271c.24.271.266.672.063.974z"/></svg>
</template>

CSS

.icon-allocine {
  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%22M27.26%2028.214L22.942.928a1.09%201.09%200%200%200-1.234-.917h-.005L17.14.745c.703%204.599-6.172%205.688-6.932%201.099l-4.557.724a1.09%201.09%200%200%200-.917%201.234v.005l4.328%2027.276c.089.594.641.995%201.234.901l4.563-.719a3.514%203.514%200%201%201%206.943-1.089l4.563-.719c.589-.094.99-.646.901-1.234v-.01zm-7.567-17.266l-1.641%202.406a1.17%201.17%200%200%201-.578.401c-.677.156-1.661-1.286-2.359%202.005c-.698%203.286.786%202.38%201.339%202.807c.182.151.313.354.375.583l.526%202.854h-.016a.81.81%200%200%201-.458.859c-.604.245-1.557.568-2.115.448c-1.203-.255-3.12-3.234-2.083-8.094s3.99-6.771%205.193-6.516c.552.12%201.297.802%201.755%201.271c.24.271.266.672.063.974z%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%22M27.26%2028.214L22.942.928a1.09%201.09%200%200%200-1.234-.917h-.005L17.14.745c.703%204.599-6.172%205.688-6.932%201.099l-4.557.724a1.09%201.09%200%200%200-.917%201.234v.005l4.328%2027.276c.089.594.641.995%201.234.901l4.563-.719a3.514%203.514%200%201%201%206.943-1.089l4.563-.719c.589-.094.99-.646.901-1.234v-.01zm-7.567-17.266l-1.641%202.406a1.17%201.17%200%200%201-.578.401c-.677.156-1.661-1.286-2.359%202.005c-.698%203.286.786%202.38%201.339%202.807c.182.151.313.354.375.583l.526%202.854h-.016a.81.81%200%200%201-.458.859c-.604.245-1.557.568-2.115.448c-1.203-.255-3.12-3.234-2.083-8.094s3.99-6.771%205.193-6.516c.552.12%201.297.802%201.755%201.271c.24.271.266.672.063.974z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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