computer disk emoji
computer-disk from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- computer-disk
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Twitter Emoji
Use the computer disk emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#ffd983" d="M34 18c0 8.837-7.163 16-16 16S2 26.837 2 18S9.164 2 18 2s16 7.164 16 16m-16-2.667a2.667 2.667 0 1 0 0 5.334a2.667 2.667 0 0 0 0-5.334"/><path fill="#ffac33" d="M13.811 17.535a4.2 4.2 0 0 1 1.193-2.53L7.943 7.943a14.18 14.18 0 0 0-4.075 8.487zm8.378.93a4.22 4.22 0 0 1-1.194 2.53l7.062 7.062a14.18 14.18 0 0 0 4.075-8.487z"/><path fill="#ffe8b6" d="m18.469 22.189l1.111 9.941a14.18 14.18 0 0 0 8.476-4.074l-7.062-7.062a4.2 4.2 0 0 1-2.525 1.195m-.91-8.38l-1.048-9.953a14.2 14.2 0 0 0-8.569 4.087l7.062 7.062a4.2 4.2 0 0 1 2.555-1.196"/><path fill="#f5f8fa" d="M36 21a2 2 0 0 1-2 2H23a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiComputerDisk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#ffd983" d="M34 18c0 8.837-7.163 16-16 16S2 26.837 2 18S9.164 2 18 2s16 7.164 16 16m-16-2.667a2.667 2.667 0 1 0 0 5.334a2.667 2.667 0 0 0 0-5.334"/><path fill="#ffac33" d="M13.811 17.535a4.2 4.2 0 0 1 1.193-2.53L7.943 7.943a14.18 14.18 0 0 0-4.075 8.487zm8.378.93a4.22 4.22 0 0 1-1.194 2.53l7.062 7.062a14.18 14.18 0 0 0 4.075-8.487z"/><path fill="#ffe8b6" d="m18.469 22.189l1.111 9.941a14.18 14.18 0 0 0 8.476-4.074l-7.062-7.062a4.2 4.2 0 0 1-2.525 1.195m-.91-8.38l-1.048-9.953a14.2 14.2 0 0 0-8.569 4.087l7.062 7.062a4.2 4.2 0 0 1 2.555-1.196"/><path fill="#f5f8fa" d="M36 21a2 2 0 0 1-2 2H23a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#ffd983" d="M34 18c0 8.837-7.163 16-16 16S2 26.837 2 18S9.164 2 18 2s16 7.164 16 16m-16-2.667a2.667 2.667 0 1 0 0 5.334a2.667 2.667 0 0 0 0-5.334"/><path fill="#ffac33" d="M13.811 17.535a4.2 4.2 0 0 1 1.193-2.53L7.943 7.943a14.18 14.18 0 0 0-4.075 8.487zm8.378.93a4.22 4.22 0 0 1-1.194 2.53l7.062 7.062a14.18 14.18 0 0 0 4.075-8.487z"/><path fill="#ffe8b6" d="m18.469 22.189l1.111 9.941a14.18 14.18 0 0 0 8.476-4.074l-7.062-7.062a4.2 4.2 0 0 1-2.525 1.195m-.91-8.38l-1.048-9.953a14.2 14.2 0 0 0-8.569 4.087l7.062 7.062a4.2 4.2 0 0 1 2.555-1.196"/><path fill="#f5f8fa" d="M36 21a2 2 0 0 1-2 2H23a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2z"/></svg> </template>
CSS
.icon-computer-disk {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M34%2018c0%208.837-7.163%2016-16%2016S2%2026.837%202%2018S9.164%202%2018%202s16%207.164%2016%2016m-16-2.667a2.667%202.667%200%201%200%200%205.334a2.667%202.667%200%200%200%200-5.334%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M13.811%2017.535a4.2%204.2%200%200%201%201.193-2.53L7.943%207.943a14.18%2014.18%200%200%200-4.075%208.487zm8.378.93a4.22%204.22%200%200%201-1.194%202.53l7.062%207.062a14.18%2014.18%200%200%200%204.075-8.487z%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22m18.469%2022.189l1.111%209.941a14.18%2014.18%200%200%200%208.476-4.074l-7.062-7.062a4.2%204.2%200%200%201-2.525%201.195m-.91-8.38l-1.048-9.953a14.2%2014.2%200%200%200-8.569%204.087l7.062%207.062a4.2%204.2%200%200%201%202.555-1.196%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M36%2021a2%202%200%200%201-2%202H23a2%202%200%200%201-2-2v-6a2%202%200%200%201%202-2h11a2%202%200%200%201%202%202z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M34%2018c0%208.837-7.163%2016-16%2016S2%2026.837%202%2018S9.164%202%2018%202s16%207.164%2016%2016m-16-2.667a2.667%202.667%200%201%200%200%205.334a2.667%202.667%200%200%200%200-5.334%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M13.811%2017.535a4.2%204.2%200%200%201%201.193-2.53L7.943%207.943a14.18%2014.18%200%200%200-4.075%208.487zm8.378.93a4.22%204.22%200%200%201-1.194%202.53l7.062%207.062a14.18%2014.18%200%200%200%204.075-8.487z%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22m18.469%2022.189l1.111%209.941a14.18%2014.18%200%200%200%208.476-4.074l-7.062-7.062a4.2%204.2%200%200%201-2.525%201.195m-.91-8.38l-1.048-9.953a14.2%2014.2%200%200%200-8.569%204.087l7.062%207.062a4.2%204.2%200%200%201%202.555-1.196%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M36%2021a2%202%200%200%201-2%202H23a2%202%200%200%201-2-2v-6a2%202%200%200%201%202-2h11a2%202%200%200%201%202%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/computer-disk.svg?color=%231a73e8&size=48