Kyocera Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Kyocera 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/314953.svg" alt="Kyocera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314953.svg" alt="Kyocera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314953.svg" alt="Kyocera icon" :width="24" :height="24" />
CSS background
.icon-kyocera {
background-image: url('https://proicons.com/icon/314953.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Kyocera</title><path d="M9.677 4.645L2.323 12V4.645h7.354zm-7.354 14.71h7.355L2.323 12v7.355zm7.354 0L17.032 12 9.677 4.645v14.71zM21.677 0h-7.355L9.677 4.645h7.355V12l4.645-4.645V0zm-12 19.355L14.323 24h7.355v-7.355L17.032 12v7.355H9.677z"/></svg>
Copied!