receiver icon
receiver from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- receiver
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the receiver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M9.85786 38.1422C17.6684 45.9527 30.3316 45.9527 38.1421 38.1422L9.85786 9.85791C2.04738 17.6684 2.04738 30.3317 9.85786 38.1422Z"/><path d="M33.8994 33.8995L39.1698 11.9138"/><path d="M24 23.9999L37.1716 10.8284"/><path d="M14.1006 14.1005L36.0863 8.83008"/><path fill="#2F88FF" d="M44 8C44 10.2091 42.2091 12 40 12C39.7154 12 39.4377 11.9703 39.1699 11.9137C38.3984 11.7509 37.7089 11.3658 37.1716 10.8284C36.6342 10.2911 36.2491 9.60161 36.0863 8.83013C36.0297 8.56232 36 8.28463 36 8C36 5.79086 37.7909 4 40 4C42.2091 4 44 5.79086 44 8Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkReceiver(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M9.85786 38.1422C17.6684 45.9527 30.3316 45.9527 38.1421 38.1422L9.85786 9.85791C2.04738 17.6684 2.04738 30.3317 9.85786 38.1422Z"/><path d="M33.8994 33.8995L39.1698 11.9138"/><path d="M24 23.9999L37.1716 10.8284"/><path d="M14.1006 14.1005L36.0863 8.83008"/><path fill="#2F88FF" d="M44 8C44 10.2091 42.2091 12 40 12C39.7154 12 39.4377 11.9703 39.1699 11.9137C38.3984 11.7509 37.7089 11.3658 37.1716 10.8284C36.6342 10.2911 36.2491 9.60161 36.0863 8.83013C36.0297 8.56232 36 8.28463 36 8C36 5.79086 37.7909 4 40 4C42.2091 4 44 5.79086 44 8Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M9.85786 38.1422C17.6684 45.9527 30.3316 45.9527 38.1421 38.1422L9.85786 9.85791C2.04738 17.6684 2.04738 30.3317 9.85786 38.1422Z"/><path d="M33.8994 33.8995L39.1698 11.9138"/><path d="M24 23.9999L37.1716 10.8284"/><path d="M14.1006 14.1005L36.0863 8.83008"/><path fill="#2F88FF" d="M44 8C44 10.2091 42.2091 12 40 12C39.7154 12 39.4377 11.9703 39.1699 11.9137C38.3984 11.7509 37.7089 11.3658 37.1716 10.8284C36.6342 10.2911 36.2491 9.60161 36.0863 8.83013C36.0297 8.56232 36 8.28463 36 8C36 5.79086 37.7909 4 40 4C42.2091 4 44 5.79086 44 8Z"/></g></svg> </template>
CSS
.icon-receiver {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.85786%2038.1422C17.6684%2045.9527%2030.3316%2045.9527%2038.1421%2038.1422L9.85786%209.85791C2.04738%2017.6684%202.04738%2030.3317%209.85786%2038.1422Z%22%2F%3E%3Cpath%20d%3D%22M33.8994%2033.8995L39.1698%2011.9138%22%2F%3E%3Cpath%20d%3D%22M24%2023.9999L37.1716%2010.8284%22%2F%3E%3Cpath%20d%3D%22M14.1006%2014.1005L36.0863%208.83008%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M44%208C44%2010.2091%2042.2091%2012%2040%2012C39.7154%2012%2039.4377%2011.9703%2039.1699%2011.9137C38.3984%2011.7509%2037.7089%2011.3658%2037.1716%2010.8284C36.6342%2010.2911%2036.2491%209.60161%2036.0863%208.83013C36.0297%208.56232%2036%208.28463%2036%208C36%205.79086%2037.7909%204%2040%204C42.2091%204%2044%205.79086%2044%208Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.85786%2038.1422C17.6684%2045.9527%2030.3316%2045.9527%2038.1421%2038.1422L9.85786%209.85791C2.04738%2017.6684%202.04738%2030.3317%209.85786%2038.1422Z%22%2F%3E%3Cpath%20d%3D%22M33.8994%2033.8995L39.1698%2011.9138%22%2F%3E%3Cpath%20d%3D%22M24%2023.9999L37.1716%2010.8284%22%2F%3E%3Cpath%20d%3D%22M14.1006%2014.1005L36.0863%208.83008%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M44%208C44%2010.2091%2042.2091%2012%2040%2012C39.7154%2012%2039.4377%2011.9703%2039.1699%2011.9137C38.3984%2011.7509%2037.7089%2011.3658%2037.1716%2010.8284C36.6342%2010.2911%2036.2491%209.60161%2036.0863%208.83013C36.0297%208.56232%2036%208.28463%2036%208C36%205.79086%2037.7909%204%2040%204C42.2091%204%2044%205.79086%2044%208Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/receiver.svg?color=%231a73e8&size=48