display icon
display-bold-duotone from Solar by 480 Design · Bold Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- display-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the display icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.87868 3.84352C2 4.68705 2 6.04468 2 8.75994V9.71993C2 12.4352 2 13.7928 2.87868 14.6363C3.75736 15.4799 5.17157 15.4799 8 15.4799H11.25H12.75H16C18.8284 15.4799 20.2426 15.4799 21.1213 14.6363C22 13.7928 22 12.4352 22 9.71993V8.75994C22 6.04468 22 4.68705 21.1213 3.84352C20.2426 3 18.8284 3 16 3H8C5.17157 3 3.75736 3 2.87868 3.84352Z" clip-rule="evenodd"/><path d="M18.2374 19.5964L12.7502 17.8405V15.4795H11.2502V17.8405L5.76303 19.5964C5.37008 19.7221 5.15771 20.1299 5.28869 20.5071C5.41968 20.8844 5.84442 21.0882 6.23737 20.9625L12.0002 19.1184L17.763 20.9625C18.156 21.0882 18.5807 20.8844 18.7117 20.5071C18.8427 20.1299 18.6303 19.7221 18.2374 19.5964Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarDisplayBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.87868 3.84352C2 4.68705 2 6.04468 2 8.75994V9.71993C2 12.4352 2 13.7928 2.87868 14.6363C3.75736 15.4799 5.17157 15.4799 8 15.4799H11.25H12.75H16C18.8284 15.4799 20.2426 15.4799 21.1213 14.6363C22 13.7928 22 12.4352 22 9.71993V8.75994C22 6.04468 22 4.68705 21.1213 3.84352C20.2426 3 18.8284 3 16 3H8C5.17157 3 3.75736 3 2.87868 3.84352Z" clipRule="evenodd"/><path d="M18.2374 19.5964L12.7502 17.8405V15.4795H11.2502V17.8405L5.76303 19.5964C5.37008 19.7221 5.15771 20.1299 5.28869 20.5071C5.41968 20.8844 5.84442 21.0882 6.23737 20.9625L12.0002 19.1184L17.763 20.9625C18.156 21.0882 18.5807 20.8844 18.7117 20.5071C18.8427 20.1299 18.6303 19.7221 18.2374 19.5964Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.87868 3.84352C2 4.68705 2 6.04468 2 8.75994V9.71993C2 12.4352 2 13.7928 2.87868 14.6363C3.75736 15.4799 5.17157 15.4799 8 15.4799H11.25H12.75H16C18.8284 15.4799 20.2426 15.4799 21.1213 14.6363C22 13.7928 22 12.4352 22 9.71993V8.75994C22 6.04468 22 4.68705 21.1213 3.84352C20.2426 3 18.8284 3 16 3H8C5.17157 3 3.75736 3 2.87868 3.84352Z" clip-rule="evenodd"/><path d="M18.2374 19.5964L12.7502 17.8405V15.4795H11.2502V17.8405L5.76303 19.5964C5.37008 19.7221 5.15771 20.1299 5.28869 20.5071C5.41968 20.8844 5.84442 21.0882 6.23737 20.9625L12.0002 19.1184L17.763 20.9625C18.156 21.0882 18.5807 20.8844 18.7117 20.5071C18.8427 20.1299 18.6303 19.7221 18.2374 19.5964Z" opacity=".5"/></g></svg> </template>
CSS
.icon-display-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.87868%203.84352C2%204.68705%202%206.04468%202%208.75994V9.71993C2%2012.4352%202%2013.7928%202.87868%2014.6363C3.75736%2015.4799%205.17157%2015.4799%208%2015.4799H11.25H12.75H16C18.8284%2015.4799%2020.2426%2015.4799%2021.1213%2014.6363C22%2013.7928%2022%2012.4352%2022%209.71993V8.75994C22%206.04468%2022%204.68705%2021.1213%203.84352C20.2426%203%2018.8284%203%2016%203H8C5.17157%203%203.75736%203%202.87868%203.84352Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.2374%2019.5964L12.7502%2017.8405V15.4795H11.2502V17.8405L5.76303%2019.5964C5.37008%2019.7221%205.15771%2020.1299%205.28869%2020.5071C5.41968%2020.8844%205.84442%2021.0882%206.23737%2020.9625L12.0002%2019.1184L17.763%2020.9625C18.156%2021.0882%2018.5807%2020.8844%2018.7117%2020.5071C18.8427%2020.1299%2018.6303%2019.7221%2018.2374%2019.5964Z%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.87868%203.84352C2%204.68705%202%206.04468%202%208.75994V9.71993C2%2012.4352%202%2013.7928%202.87868%2014.6363C3.75736%2015.4799%205.17157%2015.4799%208%2015.4799H11.25H12.75H16C18.8284%2015.4799%2020.2426%2015.4799%2021.1213%2014.6363C22%2013.7928%2022%2012.4352%2022%209.71993V8.75994C22%206.04468%2022%204.68705%2021.1213%203.84352C20.2426%203%2018.8284%203%2016%203H8C5.17157%203%203.75736%203%202.87868%203.84352Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.2374%2019.5964L12.7502%2017.8405V15.4795H11.2502V17.8405L5.76303%2019.5964C5.37008%2019.7221%205.15771%2020.1299%205.28869%2020.5071C5.41968%2020.8844%205.84442%2021.0882%206.23737%2020.9625L12.0002%2019.1184L17.763%2020.9625C18.156%2021.0882%2018.5807%2020.8844%2018.7117%2020.5071C18.8427%2020.1299%2018.6303%2019.7221%2018.2374%2019.5964Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/display-bold-duotone.svg?color=%231a73e8&size=48