blackberry icon
blackberry from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- blackberry
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the blackberry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.45 10.28c.95 0 2.05.77 2.05 1.72s-1.1 1.72-2.05 1.72H2l.69-3.44h2.76m.69-5.52c.95 0 2.07.77 2.07 1.74c0 .93-1.12 1.71-2.07 1.71H2.69l.69-3.45h2.76m6.89 0c.97 0 2.07.77 2.07 1.74c0 .93-1.1 1.71-2.07 1.71H9.41l.69-3.45h2.93m-.69 5.52c.96 0 2.07.77 2.07 1.72s-1.11 1.72-2.07 1.72H8.72l.69-3.44h2.93m-1.37 5.51c.95 0 2.06.78 2.06 1.71c0 .97-1.11 1.74-2.06 1.74H7.5l.71-3.45h2.76m7.58-2.07c.95 0 2.07.78 2.07 1.73s-1.12 1.72-2.07 1.72H15.1l.69-3.45h2.76m1.38-5.51c.95 0 2.07.79 2.07 1.72c0 .95-1.12 1.73-2.07 1.73H16.5l.67-3.45h2.76z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiBlackberry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.45 10.28c.95 0 2.05.77 2.05 1.72s-1.1 1.72-2.05 1.72H2l.69-3.44h2.76m.69-5.52c.95 0 2.07.77 2.07 1.74c0 .93-1.12 1.71-2.07 1.71H2.69l.69-3.45h2.76m6.89 0c.97 0 2.07.77 2.07 1.74c0 .93-1.1 1.71-2.07 1.71H9.41l.69-3.45h2.93m-.69 5.52c.96 0 2.07.77 2.07 1.72s-1.11 1.72-2.07 1.72H8.72l.69-3.44h2.93m-1.37 5.51c.95 0 2.06.78 2.06 1.71c0 .97-1.11 1.74-2.06 1.74H7.5l.71-3.45h2.76m7.58-2.07c.95 0 2.07.78 2.07 1.73s-1.12 1.72-2.07 1.72H15.1l.69-3.45h2.76m1.38-5.51c.95 0 2.07.79 2.07 1.72c0 .95-1.12 1.73-2.07 1.73H16.5l.67-3.45h2.76z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.45 10.28c.95 0 2.05.77 2.05 1.72s-1.1 1.72-2.05 1.72H2l.69-3.44h2.76m.69-5.52c.95 0 2.07.77 2.07 1.74c0 .93-1.12 1.71-2.07 1.71H2.69l.69-3.45h2.76m6.89 0c.97 0 2.07.77 2.07 1.74c0 .93-1.1 1.71-2.07 1.71H9.41l.69-3.45h2.93m-.69 5.52c.96 0 2.07.77 2.07 1.72s-1.11 1.72-2.07 1.72H8.72l.69-3.44h2.93m-1.37 5.51c.95 0 2.06.78 2.06 1.71c0 .97-1.11 1.74-2.06 1.74H7.5l.71-3.45h2.76m7.58-2.07c.95 0 2.07.78 2.07 1.73s-1.12 1.72-2.07 1.72H15.1l.69-3.45h2.76m1.38-5.51c.95 0 2.07.79 2.07 1.72c0 .95-1.12 1.73-2.07 1.73H16.5l.67-3.45h2.76z" fill="currentColor"/></svg> </template>
CSS
.icon-blackberry {
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%20d%3D%22M5.45%2010.28c.95%200%202.05.77%202.05%201.72s-1.1%201.72-2.05%201.72H2l.69-3.44h2.76m.69-5.52c.95%200%202.07.77%202.07%201.74c0%20.93-1.12%201.71-2.07%201.71H2.69l.69-3.45h2.76m6.89%200c.97%200%202.07.77%202.07%201.74c0%20.93-1.1%201.71-2.07%201.71H9.41l.69-3.45h2.93m-.69%205.52c.96%200%202.07.77%202.07%201.72s-1.11%201.72-2.07%201.72H8.72l.69-3.44h2.93m-1.37%205.51c.95%200%202.06.78%202.06%201.71c0%20.97-1.11%201.74-2.06%201.74H7.5l.71-3.45h2.76m7.58-2.07c.95%200%202.07.78%202.07%201.73s-1.12%201.72-2.07%201.72H15.1l.69-3.45h2.76m1.38-5.51c.95%200%202.07.79%202.07%201.72c0%20.95-1.12%201.73-2.07%201.73H16.5l.67-3.45h2.76z%22%20fill%3D%22currentColor%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%20d%3D%22M5.45%2010.28c.95%200%202.05.77%202.05%201.72s-1.1%201.72-2.05%201.72H2l.69-3.44h2.76m.69-5.52c.95%200%202.07.77%202.07%201.74c0%20.93-1.12%201.71-2.07%201.71H2.69l.69-3.45h2.76m6.89%200c.97%200%202.07.77%202.07%201.74c0%20.93-1.1%201.71-2.07%201.71H9.41l.69-3.45h2.93m-.69%205.52c.96%200%202.07.77%202.07%201.72s-1.11%201.72-2.07%201.72H8.72l.69-3.44h2.93m-1.37%205.51c.95%200%202.06.78%202.06%201.71c0%20.97-1.11%201.74-2.06%201.74H7.5l.71-3.45h2.76m7.58-2.07c.95%200%202.07.78%202.07%201.73s-1.12%201.72-2.07%201.72H15.1l.69-3.45h2.76m1.38-5.51c.95%200%202.07.79%202.07%201.72c0%20.95-1.12%201.73-2.07%201.73H16.5l.67-3.45h2.76z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/blackberry.svg?color=%231a73e8&size=48