Citrix Workspace Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Citrix Workspace icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/338300.svg" alt="Citrix Workspace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338300.svg" alt="Citrix Workspace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338300.svg" alt="Citrix Workspace icon" :width="24" :height="24" />
CSS background
.icon-citrix-workspace {
background-image: url('https://proicons.com/icon/338300.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M45.4998,23.9998c-.0001,8.6957-5.2383,16.5352-13.272,19.863-8.0339,3.3276-17.2811,1.4881-23.43-4.6606C2.6491,33.0533.8097,23.806,4.1372,15.7722,7.4651,7.7384,15.3045,2.5003,24.0002,2.5002"/><path class="b" d="M34.7498,23.9998c0,4.348-2.6192,8.2678-6.6362,9.9317-4.0169,1.6638-8.6406.7441-11.715-2.3303-3.0744-3.0744-3.9941-7.6981-2.3303-11.715,1.6639-4.017,5.5837-6.6362,9.9317-6.6362"/><circle class="c" cx="23.9998" cy="23.9998" r=".75"/></svg>
Copied!