Samsung Keys Cafe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Keys Cafe 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/332374.svg" alt="Samsung Keys Cafe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332374.svg" alt="Samsung Keys Cafe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332374.svg" alt="Samsung Keys Cafe icon" :width="24" :height="24" />
CSS background
.icon-samsung-keys-cafe {
background-image: url('https://proicons.com/icon/332374.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path class="d" d="M42.4992,9.5006v28.9988c0,2.209-1.7908,3.9998-3.9998,3.9998H9.5006c-2.209,0-3.9998-1.7908-3.9998-3.9998V9.5006c0-2.209,1.7908-3.9998,3.9998-3.9998h28.9988c2.209,0,3.9998,1.7908,3.9998,3.9998Z"/></g><path class="d" d="M37.8751,12.5879c0-1.1531-.9348-2.0879-2.088-2.0879-.7592,0-1.4217.4065-1.7872,1.0124-.3655-.6059-1.028-1.0124-1.7872-1.0124-1.1531,0-2.0879.9348-2.0879,2.0879,0,.2636.0509.5148.14.747.6904,1.9859,3.7351,4.165,3.7351,4.165,0,0,3.0447-2.1792,3.7351-4.165.0891-.2322.1401-.4834.1401-.747h0Z"/><circle class="d" cx="24" cy="24" r="3.5"/><circle class="d" cx="24" cy="14" r="3.5"/><circle class="d" cx="14" cy="24" r="3.5"/><circle class="d" cx="14" cy="14" r="3.5"/><circle class="d" cx="34" cy="24" r="3.5"/><rect class="d" x="10.5" y="30.5" width="27" height="7" rx="3.5" ry="3.5"/></svg>
Copied!