ulule from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
ulule
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the ulule logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A11.99 11.99 0 0 0 1.676 5.884l-.822-.822a.5.5 0 0 0-.707 0A.5.5 0 0 0 0 5.416V12c0 6.627 5.372 12 12 12c6.627 0 12-5.373 12-12V5.416a.5.5 0 0 0-.854-.354l-.823.822A11.99 11.99 0 0 0 12 0M6.814 7.626a5.53 5.53 0 0 1 4.971 3.095a2.74 2.74 0 0 0 .13 3.754a.12.12 0 0 0 .17 0a2.74 2.74 0 0 0 .13-3.754a5.53 5.53 0 0 1 5.411-3.077c2.702.214 4.876 2.41 5.064 5.113a5.528 5.528 0 0 1-10.419 2.944a.304.304 0 0 0-.542 0a5.528 5.528 0 0 1-10.42-2.944c.189-2.703 2.363-4.9 5.064-5.113q.222-.018.44-.018zm-.42 1.22a3.501 3.496 0 0 0-.235.008c-.013.16-.116.262-.248.388l-.052.05c-.117.113-.335.323-.333.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85c.002-.325-.137-.523-.347-.722c-.143-.13-.289-.281-.308-.422a3.501 3.496 0 0 0-.214-.01zm11.211 0a3.501 3.495 0 0 0-.235.008c-.013.16-.117.262-.249.388l-.051.05c-.118.113-.336.323-.334.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85c.002-.325-.136-.523-.347-.723c-.143-.13-.288-.28-.307-.42a3.501 3.495 0 0 0-.215-.011M6.093 8.86a3.501 3.496 0 0 0-3.2 3.48a3.501 3.496 0 0 0 3.502 3.496a3.501 3.496 0 0 0 3.5-3.496a3.501 3.496 0 0 0-3.033-3.46a2.393 2.393 0 1 1-2.86 2.362A2.386 2.386 0 0 1 6.093 8.86m11.816 0a2.386 2.386 0 0 1 2.088 2.382a2.391 2.391 0 1 1-4.784-.033a2.39 2.39 0 0 1 1.92-2.328a3.501 3.495 0 0 0-3.03 3.46a3.501 3.495 0 0 0 3.502 3.495a3.501 3.495 0 0 0 3.501-3.496a3.501 3.495 0 0 0-3.197-3.48"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsUlule(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="M12 0A11.99 11.99 0 0 0 1.676 5.884l-.822-.822a.5.5 0 0 0-.707 0A.5.5 0 0 0 0 5.416V12c0 6.627 5.372 12 12 12c6.627 0 12-5.373 12-12V5.416a.5.5 0 0 0-.854-.354l-.823.822A11.99 11.99 0 0 0 12 0M6.814 7.626a5.53 5.53 0 0 1 4.971 3.095a2.74 2.74 0 0 0 .13 3.754a.12.12 0 0 0 .17 0a2.74 2.74 0 0 0 .13-3.754a5.53 5.53 0 0 1 5.411-3.077c2.702.214 4.876 2.41 5.064 5.113a5.528 5.528 0 0 1-10.419 2.944a.304.304 0 0 0-.542 0a5.528 5.528 0 0 1-10.42-2.944c.189-2.703 2.363-4.9 5.064-5.113q.222-.018.44-.018zm-.42 1.22a3.501 3.496 0 0 0-.235.008c-.013.16-.116.262-.248.388l-.052.05c-.117.113-.335.323-.333.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85c.002-.325-.137-.523-.347-.722c-.143-.13-.289-.281-.308-.422a3.501 3.496 0 0 0-.214-.01zm11.211 0a3.501 3.495 0 0 0-.235.008c-.013.16-.117.262-.249.388l-.051.05c-.118.113-.336.323-.334.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85c.002-.325-.136-.523-.347-.723c-.143-.13-.288-.28-.307-.42a3.501 3.495 0 0 0-.215-.011M6.093 8.86a3.501 3.496 0 0 0-3.2 3.48a3.501 3.496 0 0 0 3.502 3.496a3.501 3.496 0 0 0 3.5-3.496a3.501 3.496 0 0 0-3.033-3.46a2.393 2.393 0 1 1-2.86 2.362A2.386 2.386 0 0 1 6.093 8.86m11.816 0a2.386 2.386 0 0 1 2.088 2.382a2.391 2.391 0 1 1-4.784-.033a2.39 2.39 0 0 1 1.92-2.328a3.501 3.495 0 0 0-3.03 3.46a3.501 3.495 0 0 0 3.502 3.495a3.501 3.495 0 0 0 3.501-3.496a3.501 3.495 0 0 0-3.197-3.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A11.99 11.99 0 0 0 1.676 5.884l-.822-.822a.5.5 0 0 0-.707 0A.5.5 0 0 0 0 5.416V12c0 6.627 5.372 12 12 12c6.627 0 12-5.373 12-12V5.416a.5.5 0 0 0-.854-.354l-.823.822A11.99 11.99 0 0 0 12 0M6.814 7.626a5.53 5.53 0 0 1 4.971 3.095a2.74 2.74 0 0 0 .13 3.754a.12.12 0 0 0 .17 0a2.74 2.74 0 0 0 .13-3.754a5.53 5.53 0 0 1 5.411-3.077c2.702.214 4.876 2.41 5.064 5.113a5.528 5.528 0 0 1-10.419 2.944a.304.304 0 0 0-.542 0a5.528 5.528 0 0 1-10.42-2.944c.189-2.703 2.363-4.9 5.064-5.113q.222-.018.44-.018zm-.42 1.22a3.501 3.496 0 0 0-.235.008c-.013.16-.116.262-.248.388l-.052.05c-.117.113-.335.323-.333.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85c.002-.325-.137-.523-.347-.722c-.143-.13-.289-.281-.308-.422a3.501 3.496 0 0 0-.214-.01zm11.211 0a3.501 3.495 0 0 0-.235.008c-.013.16-.117.262-.249.388l-.051.05c-.118.113-.336.323-.334.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85c.002-.325-.136-.523-.347-.723c-.143-.13-.288-.28-.307-.42a3.501 3.495 0 0 0-.215-.011M6.093 8.86a3.501 3.496 0 0 0-3.2 3.48a3.501 3.496 0 0 0 3.502 3.496a3.501 3.496 0 0 0 3.5-3.496a3.501 3.496 0 0 0-3.033-3.46a2.393 2.393 0 1 1-2.86 2.362A2.386 2.386 0 0 1 6.093 8.86m11.816 0a2.386 2.386 0 0 1 2.088 2.382a2.391 2.391 0 1 1-4.784-.033a2.39 2.39 0 0 1 1.92-2.328a3.501 3.495 0 0 0-3.03 3.46a3.501 3.495 0 0 0 3.502 3.495a3.501 3.495 0 0 0 3.501-3.496a3.501 3.495 0 0 0-3.197-3.48"/></svg>
</template>

CSS

.icon-ulule {
  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%22M12%200A11.99%2011.99%200%200%200%201.676%205.884l-.822-.822a.5.5%200%200%200-.707%200A.5.5%200%200%200%200%205.416V12c0%206.627%205.372%2012%2012%2012c6.627%200%2012-5.373%2012-12V5.416a.5.5%200%200%200-.854-.354l-.823.822A11.99%2011.99%200%200%200%2012%200M6.814%207.626a5.53%205.53%200%200%201%204.971%203.095a2.74%202.74%200%200%200%20.13%203.754a.12.12%200%200%200%20.17%200a2.74%202.74%200%200%200%20.13-3.754a5.53%205.53%200%200%201%205.411-3.077c2.702.214%204.876%202.41%205.064%205.113a5.528%205.528%200%200%201-10.419%202.944a.304.304%200%200%200-.542%200a5.528%205.528%200%200%201-10.42-2.944c.189-2.703%202.363-4.9%205.064-5.113q.222-.018.44-.018zm-.42%201.22a3.501%203.496%200%200%200-.235.008c-.013.16-.116.262-.248.388l-.052.05c-.117.113-.335.323-.333.7a.875.875%200%200%200%20.856.858c.485-.003.88-.383.882-.85c.002-.325-.137-.523-.347-.722c-.143-.13-.289-.281-.308-.422a3.501%203.496%200%200%200-.214-.01zm11.211%200a3.501%203.495%200%200%200-.235.008c-.013.16-.117.262-.249.388l-.051.05c-.118.113-.336.323-.334.7a.875.875%200%200%200%20.856.858c.485-.003.88-.383.882-.85c.002-.325-.136-.523-.347-.723c-.143-.13-.288-.28-.307-.42a3.501%203.495%200%200%200-.215-.011M6.093%208.86a3.501%203.496%200%200%200-3.2%203.48a3.501%203.496%200%200%200%203.502%203.496a3.501%203.496%200%200%200%203.5-3.496a3.501%203.496%200%200%200-3.033-3.46a2.393%202.393%200%201%201-2.86%202.362A2.386%202.386%200%200%201%206.093%208.86m11.816%200a2.386%202.386%200%200%201%202.088%202.382a2.391%202.391%200%201%201-4.784-.033a2.39%202.39%200%200%201%201.92-2.328a3.501%203.495%200%200%200-3.03%203.46a3.501%203.495%200%200%200%203.502%203.495a3.501%203.495%200%200%200%203.501-3.496a3.501%203.495%200%200%200-3.197-3.48%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%22M12%200A11.99%2011.99%200%200%200%201.676%205.884l-.822-.822a.5.5%200%200%200-.707%200A.5.5%200%200%200%200%205.416V12c0%206.627%205.372%2012%2012%2012c6.627%200%2012-5.373%2012-12V5.416a.5.5%200%200%200-.854-.354l-.823.822A11.99%2011.99%200%200%200%2012%200M6.814%207.626a5.53%205.53%200%200%201%204.971%203.095a2.74%202.74%200%200%200%20.13%203.754a.12.12%200%200%200%20.17%200a2.74%202.74%200%200%200%20.13-3.754a5.53%205.53%200%200%201%205.411-3.077c2.702.214%204.876%202.41%205.064%205.113a5.528%205.528%200%200%201-10.419%202.944a.304.304%200%200%200-.542%200a5.528%205.528%200%200%201-10.42-2.944c.189-2.703%202.363-4.9%205.064-5.113q.222-.018.44-.018zm-.42%201.22a3.501%203.496%200%200%200-.235.008c-.013.16-.116.262-.248.388l-.052.05c-.117.113-.335.323-.333.7a.875.875%200%200%200%20.856.858c.485-.003.88-.383.882-.85c.002-.325-.137-.523-.347-.722c-.143-.13-.289-.281-.308-.422a3.501%203.496%200%200%200-.214-.01zm11.211%200a3.501%203.495%200%200%200-.235.008c-.013.16-.117.262-.249.388l-.051.05c-.118.113-.336.323-.334.7a.875.875%200%200%200%20.856.858c.485-.003.88-.383.882-.85c.002-.325-.136-.523-.347-.723c-.143-.13-.288-.28-.307-.42a3.501%203.495%200%200%200-.215-.011M6.093%208.86a3.501%203.496%200%200%200-3.2%203.48a3.501%203.496%200%200%200%203.502%203.496a3.501%203.496%200%200%200%203.5-3.496a3.501%203.496%200%200%200-3.033-3.46a2.393%202.393%200%201%201-2.86%202.362A2.386%202.386%200%200%201%206.093%208.86m11.816%200a2.386%202.386%200%200%201%202.088%202.382a2.391%202.391%200%201%201-4.784-.033a2.39%202.39%200%200%201%201.92-2.328a3.501%203.495%200%200%200-3.03%203.46a3.501%203.495%200%200%200%203.502%203.495a3.501%203.495%200%200%200%203.501-3.496a3.501%203.495%200%200%200-3.197-3.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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