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

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

The same logo in other sets

Use the drizzle logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.353 11.823a1.036 1.036 0 0 0-.395-1.422a1.063 1.063 0 0 0-1.437.399L.138 16.702a1.035 1.035 0 0 0 .395 1.422a1.063 1.063 0 0 0 1.437-.398zm11.216 0a1.036 1.036 0 0 0-.394-1.422a1.064 1.064 0 0 0-1.438.399l-3.382 5.902a1.036 1.036 0 0 0 .394 1.422c.506.283 1.15.104 1.438-.398zm7.293-4.525a1.036 1.036 0 0 0-.395-1.422a1.06 1.06 0 0 0-1.437.399l-3.383 5.902a1.036 1.036 0 0 0 .395 1.422a1.063 1.063 0 0 0 1.437-.399zm-11.219 0a1.035 1.035 0 0 0-.394-1.422a1.064 1.064 0 0 0-1.438.398l-3.382 5.903a1.036 1.036 0 0 0 .394 1.422c.506.282 1.15.104 1.438-.399z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsDrizzle(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="M5.353 11.823a1.036 1.036 0 0 0-.395-1.422a1.063 1.063 0 0 0-1.437.399L.138 16.702a1.035 1.035 0 0 0 .395 1.422a1.063 1.063 0 0 0 1.437-.398zm11.216 0a1.036 1.036 0 0 0-.394-1.422a1.064 1.064 0 0 0-1.438.399l-3.382 5.902a1.036 1.036 0 0 0 .394 1.422c.506.283 1.15.104 1.438-.398zm7.293-4.525a1.036 1.036 0 0 0-.395-1.422a1.06 1.06 0 0 0-1.437.399l-3.383 5.902a1.036 1.036 0 0 0 .395 1.422a1.063 1.063 0 0 0 1.437-.399zm-11.219 0a1.035 1.035 0 0 0-.394-1.422a1.064 1.064 0 0 0-1.438.398l-3.382 5.903a1.036 1.036 0 0 0 .394 1.422c.506.282 1.15.104 1.438-.399z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.353 11.823a1.036 1.036 0 0 0-.395-1.422a1.063 1.063 0 0 0-1.437.399L.138 16.702a1.035 1.035 0 0 0 .395 1.422a1.063 1.063 0 0 0 1.437-.398zm11.216 0a1.036 1.036 0 0 0-.394-1.422a1.064 1.064 0 0 0-1.438.399l-3.382 5.902a1.036 1.036 0 0 0 .394 1.422c.506.283 1.15.104 1.438-.398zm7.293-4.525a1.036 1.036 0 0 0-.395-1.422a1.06 1.06 0 0 0-1.437.399l-3.383 5.902a1.036 1.036 0 0 0 .395 1.422a1.063 1.063 0 0 0 1.437-.399zm-11.219 0a1.035 1.035 0 0 0-.394-1.422a1.064 1.064 0 0 0-1.438.398l-3.382 5.903a1.036 1.036 0 0 0 .394 1.422c.506.282 1.15.104 1.438-.399z"/></svg>
</template>

CSS

.icon-drizzle {
  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%22M5.353%2011.823a1.036%201.036%200%200%200-.395-1.422a1.063%201.063%200%200%200-1.437.399L.138%2016.702a1.035%201.035%200%200%200%20.395%201.422a1.063%201.063%200%200%200%201.437-.398zm11.216%200a1.036%201.036%200%200%200-.394-1.422a1.064%201.064%200%200%200-1.438.399l-3.382%205.902a1.036%201.036%200%200%200%20.394%201.422c.506.283%201.15.104%201.438-.398zm7.293-4.525a1.036%201.036%200%200%200-.395-1.422a1.06%201.06%200%200%200-1.437.399l-3.383%205.902a1.036%201.036%200%200%200%20.395%201.422a1.063%201.063%200%200%200%201.437-.399zm-11.219%200a1.035%201.035%200%200%200-.394-1.422a1.064%201.064%200%200%200-1.438.398l-3.382%205.903a1.036%201.036%200%200%200%20.394%201.422c.506.282%201.15.104%201.438-.399z%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%22M5.353%2011.823a1.036%201.036%200%200%200-.395-1.422a1.063%201.063%200%200%200-1.437.399L.138%2016.702a1.035%201.035%200%200%200%20.395%201.422a1.063%201.063%200%200%200%201.437-.398zm11.216%200a1.036%201.036%200%200%200-.394-1.422a1.064%201.064%200%200%200-1.438.399l-3.382%205.902a1.036%201.036%200%200%200%20.394%201.422c.506.283%201.15.104%201.438-.398zm7.293-4.525a1.036%201.036%200%200%200-.395-1.422a1.06%201.06%200%200%200-1.437.399l-3.383%205.902a1.036%201.036%200%200%200%20.395%201.422a1.063%201.063%200%200%200%201.437-.399zm-11.219%200a1.035%201.035%200%200%200-.394-1.422a1.064%201.064%200%200%200-1.438.398l-3.382%205.903a1.036%201.036%200%200%200%20.394%201.422c.506.282%201.15.104%201.438-.399z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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