black berry icon

black-berry from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
black-berry
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

More brand logos icons from Unicons

Use the black berry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2M7.19 13.35H5.27l.52-2.41h1.84c1.2 0 1.48.58 1.48 1.05c0 .65-.43 1.36-1.92 1.36m.66-3.64H5.94l.52-2.41H8.3c1.19 0 1.47.59 1.47 1c0 .7-.42 1.41-1.92 1.41m3.75 7.43H9.68l.53-2.42h1.84c1.19 0 1.47.59 1.47 1.06c0 .65-.42 1.36-1.92 1.36m.71-3.79H10.4l.52-2.41h1.84c1.19 0 1.47.58 1.47 1.05c0 .65-.42 1.36-1.92 1.36M13 9.71h-1.94l.52-2.41h1.84c1.2 0 1.48.59 1.48 1c0 .7-.43 1.41-1.9 1.41m3.74 5.61h-1.93l.52-2.42h1.84c1.19 0 1.48.59 1.48 1.06c0 .65-.43 1.36-1.93 1.36Zm.72-3.44h-1.94L16 9.46h1.84c1.2 0 1.48.59 1.48 1c.04.71-.39 1.42-1.88 1.42Z"/></svg>

React

import type { SVGProps } from "react";

export function UilBlackBerry(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 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2M7.19 13.35H5.27l.52-2.41h1.84c1.2 0 1.48.58 1.48 1.05c0 .65-.43 1.36-1.92 1.36m.66-3.64H5.94l.52-2.41H8.3c1.19 0 1.47.59 1.47 1c0 .7-.42 1.41-1.92 1.41m3.75 7.43H9.68l.53-2.42h1.84c1.19 0 1.47.59 1.47 1.06c0 .65-.42 1.36-1.92 1.36m.71-3.79H10.4l.52-2.41h1.84c1.19 0 1.47.58 1.47 1.05c0 .65-.42 1.36-1.92 1.36M13 9.71h-1.94l.52-2.41h1.84c1.2 0 1.48.59 1.48 1c0 .7-.43 1.41-1.9 1.41m3.74 5.61h-1.93l.52-2.42h1.84c1.19 0 1.48.59 1.48 1.06c0 .65-.43 1.36-1.93 1.36Zm.72-3.44h-1.94L16 9.46h1.84c1.2 0 1.48.59 1.48 1c.04.71-.39 1.42-1.88 1.42Z"/></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 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2M7.19 13.35H5.27l.52-2.41h1.84c1.2 0 1.48.58 1.48 1.05c0 .65-.43 1.36-1.92 1.36m.66-3.64H5.94l.52-2.41H8.3c1.19 0 1.47.59 1.47 1c0 .7-.42 1.41-1.92 1.41m3.75 7.43H9.68l.53-2.42h1.84c1.19 0 1.47.59 1.47 1.06c0 .65-.42 1.36-1.92 1.36m.71-3.79H10.4l.52-2.41h1.84c1.19 0 1.47.58 1.47 1.05c0 .65-.42 1.36-1.92 1.36M13 9.71h-1.94l.52-2.41h1.84c1.2 0 1.48.59 1.48 1c0 .7-.43 1.41-1.9 1.41m3.74 5.61h-1.93l.52-2.42h1.84c1.19 0 1.48.59 1.48 1.06c0 .65-.43 1.36-1.93 1.36Zm.72-3.44h-1.94L16 9.46h1.84c1.2 0 1.48.59 1.48 1c.04.71-.39 1.42-1.88 1.42Z"/></svg>
</template>

CSS

.icon-black-berry {
  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%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202M7.19%2013.35H5.27l.52-2.41h1.84c1.2%200%201.48.58%201.48%201.05c0%20.65-.43%201.36-1.92%201.36m.66-3.64H5.94l.52-2.41H8.3c1.19%200%201.47.59%201.47%201c0%20.7-.42%201.41-1.92%201.41m3.75%207.43H9.68l.53-2.42h1.84c1.19%200%201.47.59%201.47%201.06c0%20.65-.42%201.36-1.92%201.36m.71-3.79H10.4l.52-2.41h1.84c1.19%200%201.47.58%201.47%201.05c0%20.65-.42%201.36-1.92%201.36M13%209.71h-1.94l.52-2.41h1.84c1.2%200%201.48.59%201.48%201c0%20.7-.43%201.41-1.9%201.41m3.74%205.61h-1.93l.52-2.42h1.84c1.19%200%201.48.59%201.48%201.06c0%20.65-.43%201.36-1.93%201.36Zm.72-3.44h-1.94L16%209.46h1.84c1.2%200%201.48.59%201.48%201c.04.71-.39%201.42-1.88%201.42Z%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%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202M7.19%2013.35H5.27l.52-2.41h1.84c1.2%200%201.48.58%201.48%201.05c0%20.65-.43%201.36-1.92%201.36m.66-3.64H5.94l.52-2.41H8.3c1.19%200%201.47.59%201.47%201c0%20.7-.42%201.41-1.92%201.41m3.75%207.43H9.68l.53-2.42h1.84c1.19%200%201.47.59%201.47%201.06c0%20.65-.42%201.36-1.92%201.36m.71-3.79H10.4l.52-2.41h1.84c1.19%200%201.47.58%201.47%201.05c0%20.65-.42%201.36-1.92%201.36M13%209.71h-1.94l.52-2.41h1.84c1.2%200%201.48.59%201.48%201c0%20.7-.43%201.41-1.9%201.41m3.74%205.61h-1.93l.52-2.42h1.84c1.19%200%201.48.59%201.48%201.06c0%20.65-.43%201.36-1.93%201.36Zm.72-3.44h-1.94L16%209.46h1.84c1.2%200%201.48.59%201.48%201c.04.71-.39%201.42-1.88%201.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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