ubisoft logo
ubisoft from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ubisoft
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the ubisoft logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.416 15.984C31.068-.407 9.271-6.521.875 8.844c.376.276.88.635 1.256.896a15.7 15.7 0 0 0-1.303 4.093a16 16 0 0 0-.244 2.76C.584 25.093 7.495 32 16.005 32c8.516 0 15.411-6.896 15.411-15.407zM4.385 18.729c-.203 1.667-.073 2.183-.073 2.385l-.375.131c-.14-.272-.489-1.24-.651-2.543c-.407-4.957 2.979-9.421 8.14-10.265c4.724-.692 9.251 2.245 10.303 6.349l-.375.131c-.115-.115-.303-.448-1.027-1.172c-5.708-5.709-14.672-3.095-15.943 4.989zm14.672 2.776a4.19 4.19 0 0 1-3.453 1.807a4.197 4.197 0 0 1-4.208-4.208a4.214 4.214 0 0 1 3.901-4.187c1.359-.057 2.629.676 3.224 1.864a3.44 3.44 0 0 1-.604 3.927c.389.276.765.537 1.14.797m8.771.162c-2.224 5.041-6.807 7.688-11.692 7.615c-9.381-.464-12.109-11.287-5.839-15.188l.276.271c-.104.147-.48.439-1.057 1.579c-.677 1.385-.896 2.776-.808 3.641c.489 7.561 11.089 9.109 14.729 1.619C28.078 10.96 15.76.537 4.833 8.501l-.245-.245c2.876-4.509 8.5-6.52 13.86-5.176c8.197 2.067 12.604 10.609 9.38 18.588z"/></svg>
React
import type { SVGProps } from "react";
export function CibUbisoft(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="M31.416 15.984C31.068-.407 9.271-6.521.875 8.844c.376.276.88.635 1.256.896a15.7 15.7 0 0 0-1.303 4.093a16 16 0 0 0-.244 2.76C.584 25.093 7.495 32 16.005 32c8.516 0 15.411-6.896 15.411-15.407zM4.385 18.729c-.203 1.667-.073 2.183-.073 2.385l-.375.131c-.14-.272-.489-1.24-.651-2.543c-.407-4.957 2.979-9.421 8.14-10.265c4.724-.692 9.251 2.245 10.303 6.349l-.375.131c-.115-.115-.303-.448-1.027-1.172c-5.708-5.709-14.672-3.095-15.943 4.989zm14.672 2.776a4.19 4.19 0 0 1-3.453 1.807a4.197 4.197 0 0 1-4.208-4.208a4.214 4.214 0 0 1 3.901-4.187c1.359-.057 2.629.676 3.224 1.864a3.44 3.44 0 0 1-.604 3.927c.389.276.765.537 1.14.797m8.771.162c-2.224 5.041-6.807 7.688-11.692 7.615c-9.381-.464-12.109-11.287-5.839-15.188l.276.271c-.104.147-.48.439-1.057 1.579c-.677 1.385-.896 2.776-.808 3.641c.489 7.561 11.089 9.109 14.729 1.619C28.078 10.96 15.76.537 4.833 8.501l-.245-.245c2.876-4.509 8.5-6.52 13.86-5.176c8.197 2.067 12.604 10.609 9.38 18.588z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.416 15.984C31.068-.407 9.271-6.521.875 8.844c.376.276.88.635 1.256.896a15.7 15.7 0 0 0-1.303 4.093a16 16 0 0 0-.244 2.76C.584 25.093 7.495 32 16.005 32c8.516 0 15.411-6.896 15.411-15.407zM4.385 18.729c-.203 1.667-.073 2.183-.073 2.385l-.375.131c-.14-.272-.489-1.24-.651-2.543c-.407-4.957 2.979-9.421 8.14-10.265c4.724-.692 9.251 2.245 10.303 6.349l-.375.131c-.115-.115-.303-.448-1.027-1.172c-5.708-5.709-14.672-3.095-15.943 4.989zm14.672 2.776a4.19 4.19 0 0 1-3.453 1.807a4.197 4.197 0 0 1-4.208-4.208a4.214 4.214 0 0 1 3.901-4.187c1.359-.057 2.629.676 3.224 1.864a3.44 3.44 0 0 1-.604 3.927c.389.276.765.537 1.14.797m8.771.162c-2.224 5.041-6.807 7.688-11.692 7.615c-9.381-.464-12.109-11.287-5.839-15.188l.276.271c-.104.147-.48.439-1.057 1.579c-.677 1.385-.896 2.776-.808 3.641c.489 7.561 11.089 9.109 14.729 1.619C28.078 10.96 15.76.537 4.833 8.501l-.245-.245c2.876-4.509 8.5-6.52 13.86-5.176c8.197 2.067 12.604 10.609 9.38 18.588z"/></svg> </template>
CSS
.icon-ubisoft {
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%22M31.416%2015.984C31.068-.407%209.271-6.521.875%208.844c.376.276.88.635%201.256.896a15.7%2015.7%200%200%200-1.303%204.093a16%2016%200%200%200-.244%202.76C.584%2025.093%207.495%2032%2016.005%2032c8.516%200%2015.411-6.896%2015.411-15.407zM4.385%2018.729c-.203%201.667-.073%202.183-.073%202.385l-.375.131c-.14-.272-.489-1.24-.651-2.543c-.407-4.957%202.979-9.421%208.14-10.265c4.724-.692%209.251%202.245%2010.303%206.349l-.375.131c-.115-.115-.303-.448-1.027-1.172c-5.708-5.709-14.672-3.095-15.943%204.989zm14.672%202.776a4.19%204.19%200%200%201-3.453%201.807a4.197%204.197%200%200%201-4.208-4.208a4.214%204.214%200%200%201%203.901-4.187c1.359-.057%202.629.676%203.224%201.864a3.44%203.44%200%200%201-.604%203.927c.389.276.765.537%201.14.797m8.771.162c-2.224%205.041-6.807%207.688-11.692%207.615c-9.381-.464-12.109-11.287-5.839-15.188l.276.271c-.104.147-.48.439-1.057%201.579c-.677%201.385-.896%202.776-.808%203.641c.489%207.561%2011.089%209.109%2014.729%201.619C28.078%2010.96%2015.76.537%204.833%208.501l-.245-.245c2.876-4.509%208.5-6.52%2013.86-5.176c8.197%202.067%2012.604%2010.609%209.38%2018.588z%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%22M31.416%2015.984C31.068-.407%209.271-6.521.875%208.844c.376.276.88.635%201.256.896a15.7%2015.7%200%200%200-1.303%204.093a16%2016%200%200%200-.244%202.76C.584%2025.093%207.495%2032%2016.005%2032c8.516%200%2015.411-6.896%2015.411-15.407zM4.385%2018.729c-.203%201.667-.073%202.183-.073%202.385l-.375.131c-.14-.272-.489-1.24-.651-2.543c-.407-4.957%202.979-9.421%208.14-10.265c4.724-.692%209.251%202.245%2010.303%206.349l-.375.131c-.115-.115-.303-.448-1.027-1.172c-5.708-5.709-14.672-3.095-15.943%204.989zm14.672%202.776a4.19%204.19%200%200%201-3.453%201.807a4.197%204.197%200%200%201-4.208-4.208a4.214%204.214%200%200%201%203.901-4.187c1.359-.057%202.629.676%203.224%201.864a3.44%203.44%200%200%201-.604%203.927c.389.276.765.537%201.14.797m8.771.162c-2.224%205.041-6.807%207.688-11.692%207.615c-9.381-.464-12.109-11.287-5.839-15.188l.276.271c-.104.147-.48.439-1.057%201.579c-.677%201.385-.896%202.776-.808%203.641c.489%207.561%2011.089%209.109%2014.729%201.619C28.078%2010.96%2015.76.537%204.833%208.501l-.245-.245c2.876-4.509%208.5-6.52%2013.86-5.176c8.197%202.067%2012.604%2010.609%209.38%2018.588z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/ubisoft.svg?color=%231a73e8&size=48