blackberry icon
blackberry from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- blackberry
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the blackberry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.086 0 11 4.914 11 11s-4.914 11-11 11S5 22.086 5 16S9.914 5 16 5m-6.281 6l-.594 2.688h2.156c1.672 0 2.156-.766 2.156-1.5c0-.52-.32-1.188-1.656-1.188zm5.531 0l-.594 2.688h2.156c1.672 0 2.157-.766 2.157-1.5c0-.52-.324-1.188-1.657-1.188zm5.063 2.406l-.594 2.719h2.125c1.672 0 2.156-.793 2.156-1.531c0-.52-.324-1.188-1.656-1.188zM8.969 15.062l-.563 2.72h2.125c1.672 0 2.156-.798 2.156-1.532c0-.52-.32-1.188-1.656-1.188zm5.531 0l-.563 2.72h2.126c1.671 0 2.156-.798 2.156-1.532c0-.52-.324-1.188-1.657-1.188zm5 2.594l-.594 2.688h2.157c1.671 0 2.125-.797 2.125-1.532c0-.519-.293-1.156-1.625-1.156zm-5.781 1.657L13.125 22h2.156c1.672 0 2.125-.797 2.125-1.531c0-.52-.293-1.157-1.625-1.157z"/></svg>
React
import type { SVGProps } from "react";
export function LaBlackberry(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="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.086 0 11 4.914 11 11s-4.914 11-11 11S5 22.086 5 16S9.914 5 16 5m-6.281 6l-.594 2.688h2.156c1.672 0 2.156-.766 2.156-1.5c0-.52-.32-1.188-1.656-1.188zm5.531 0l-.594 2.688h2.156c1.672 0 2.157-.766 2.157-1.5c0-.52-.324-1.188-1.657-1.188zm5.063 2.406l-.594 2.719h2.125c1.672 0 2.156-.793 2.156-1.531c0-.52-.324-1.188-1.656-1.188zM8.969 15.062l-.563 2.72h2.125c1.672 0 2.156-.798 2.156-1.532c0-.52-.32-1.188-1.656-1.188zm5.531 0l-.563 2.72h2.126c1.671 0 2.156-.798 2.156-1.532c0-.52-.324-1.188-1.657-1.188zm5 2.594l-.594 2.688h2.157c1.671 0 2.125-.797 2.125-1.532c0-.519-.293-1.156-1.625-1.156zm-5.781 1.657L13.125 22h2.156c1.672 0 2.125-.797 2.125-1.531c0-.52-.293-1.157-1.625-1.157z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.086 0 11 4.914 11 11s-4.914 11-11 11S5 22.086 5 16S9.914 5 16 5m-6.281 6l-.594 2.688h2.156c1.672 0 2.156-.766 2.156-1.5c0-.52-.32-1.188-1.656-1.188zm5.531 0l-.594 2.688h2.156c1.672 0 2.157-.766 2.157-1.5c0-.52-.324-1.188-1.657-1.188zm5.063 2.406l-.594 2.719h2.125c1.672 0 2.156-.793 2.156-1.531c0-.52-.324-1.188-1.656-1.188zM8.969 15.062l-.563 2.72h2.125c1.672 0 2.156-.798 2.156-1.532c0-.52-.32-1.188-1.656-1.188zm5.531 0l-.563 2.72h2.126c1.671 0 2.156-.798 2.156-1.532c0-.52-.324-1.188-1.657-1.188zm5 2.594l-.594 2.688h2.157c1.671 0 2.125-.797 2.125-1.532c0-.519-.293-1.156-1.625-1.156zm-5.781 1.657L13.125 22h2.156c1.672 0 2.125-.797 2.125-1.531c0-.52-.293-1.157-1.625-1.157z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.086%200%2011%204.914%2011%2011s-4.914%2011-11%2011S5%2022.086%205%2016S9.914%205%2016%205m-6.281%206l-.594%202.688h2.156c1.672%200%202.156-.766%202.156-1.5c0-.52-.32-1.188-1.656-1.188zm5.531%200l-.594%202.688h2.156c1.672%200%202.157-.766%202.157-1.5c0-.52-.324-1.188-1.657-1.188zm5.063%202.406l-.594%202.719h2.125c1.672%200%202.156-.793%202.156-1.531c0-.52-.324-1.188-1.656-1.188zM8.969%2015.062l-.563%202.72h2.125c1.672%200%202.156-.798%202.156-1.532c0-.52-.32-1.188-1.656-1.188zm5.531%200l-.563%202.72h2.126c1.671%200%202.156-.798%202.156-1.532c0-.52-.324-1.188-1.657-1.188zm5%202.594l-.594%202.688h2.157c1.671%200%202.125-.797%202.125-1.532c0-.519-.293-1.156-1.625-1.156zm-5.781%201.657L13.125%2022h2.156c1.672%200%202.125-.797%202.125-1.531c0-.52-.293-1.157-1.625-1.157z%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%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.086%200%2011%204.914%2011%2011s-4.914%2011-11%2011S5%2022.086%205%2016S9.914%205%2016%205m-6.281%206l-.594%202.688h2.156c1.672%200%202.156-.766%202.156-1.5c0-.52-.32-1.188-1.656-1.188zm5.531%200l-.594%202.688h2.156c1.672%200%202.157-.766%202.157-1.5c0-.52-.324-1.188-1.657-1.188zm5.063%202.406l-.594%202.719h2.125c1.672%200%202.156-.793%202.156-1.531c0-.52-.324-1.188-1.656-1.188zM8.969%2015.062l-.563%202.72h2.125c1.672%200%202.156-.798%202.156-1.532c0-.52-.32-1.188-1.656-1.188zm5.531%200l-.563%202.72h2.126c1.671%200%202.156-.798%202.156-1.532c0-.52-.324-1.188-1.657-1.188zm5%202.594l-.594%202.688h2.157c1.671%200%202.125-.797%202.125-1.532c0-.519-.293-1.156-1.625-1.156zm-5.781%201.657L13.125%2022h2.156c1.672%200%202.125-.797%202.125-1.531c0-.52-.293-1.157-1.625-1.157z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/blackberry.svg?color=%231a73e8&size=48