ericsson logo
ericsson from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ericsson
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the ericsson logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.76 1.593A2.36 2.36 0 0 0 19.572.225c-.54-.27-1.188-.336-2.256.02L5.187 4.29c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.044c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806zm0 7.485a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 11.775c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.041c1.068-.357 1.548-.795 1.818-1.341a2.35 2.35 0 0 0 .13-1.806zm0 7.488a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 19.263c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.02l12.129-4.045c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsEricsson(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="M20.76 1.593A2.36 2.36 0 0 0 19.572.225c-.54-.27-1.188-.336-2.256.02L5.187 4.29c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.044c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806zm0 7.485a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 11.775c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.041c1.068-.357 1.548-.795 1.818-1.341a2.35 2.35 0 0 0 .13-1.806zm0 7.488a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 19.263c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.02l12.129-4.045c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.76 1.593A2.36 2.36 0 0 0 19.572.225c-.54-.27-1.188-.336-2.256.02L5.187 4.29c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.044c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806zm0 7.485a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 11.775c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.041c1.068-.357 1.548-.795 1.818-1.341a2.35 2.35 0 0 0 .13-1.806zm0 7.488a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 19.263c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.02l12.129-4.045c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806z"/></svg> </template>
CSS
.icon-ericsson {
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%22M20.76%201.593A2.36%202.36%200%200%200%2019.572.225c-.54-.27-1.188-.336-2.256.02L5.187%204.29c-1.068.357-1.548.795-1.818%201.338a2.36%202.36%200%200%200%201.059%203.174c.54.27%201.188.336%202.256-.021l12.129-4.044c1.068-.354%201.548-.795%201.818-1.338a2.35%202.35%200%200%200%20.13-1.806zm0%207.485a2.36%202.36%200%200%200-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187%2011.775c-1.068.357-1.548.795-1.818%201.338a2.36%202.36%200%200%200%201.059%203.174c.54.27%201.188.336%202.256-.021l12.129-4.041c1.068-.357%201.548-.795%201.818-1.341a2.35%202.35%200%200%200%20.13-1.806zm0%207.488a2.36%202.36%200%200%200-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187%2019.263c-1.068.357-1.548.795-1.818%201.338a2.36%202.36%200%200%200%201.059%203.174c.54.27%201.188.336%202.256-.02l12.129-4.045c1.068-.354%201.548-.795%201.818-1.338a2.35%202.35%200%200%200%20.13-1.806z%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%22M20.76%201.593A2.36%202.36%200%200%200%2019.572.225c-.54-.27-1.188-.336-2.256.02L5.187%204.29c-1.068.357-1.548.795-1.818%201.338a2.36%202.36%200%200%200%201.059%203.174c.54.27%201.188.336%202.256-.021l12.129-4.044c1.068-.354%201.548-.795%201.818-1.338a2.35%202.35%200%200%200%20.13-1.806zm0%207.485a2.36%202.36%200%200%200-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187%2011.775c-1.068.357-1.548.795-1.818%201.338a2.36%202.36%200%200%200%201.059%203.174c.54.27%201.188.336%202.256-.021l12.129-4.041c1.068-.357%201.548-.795%201.818-1.341a2.35%202.35%200%200%200%20.13-1.806zm0%207.488a2.36%202.36%200%200%200-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187%2019.263c-1.068.357-1.548.795-1.818%201.338a2.36%202.36%200%200%200%201.059%203.174c.54.27%201.188.336%202.256-.02l12.129-4.045c1.068-.354%201.548-.795%201.818-1.338a2.35%202.35%200%200%200%20.13-1.806z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ericsson.svg?color=%231a73e8&size=48