koc logo
koc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- koc
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the koc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.72 9.887c-1.313-3.731-5.036-3.932-5.414-3.943c-1.667-.036-3.511.541-4.917 1.906c-.568.506-.97 1.095-1.395 1.719c-.426-.636-.828-1.213-1.395-1.719C9.204 6.485 7.36 5.908 5.694 5.944c-.39.011-4.114.211-5.414 3.943c-.46 1.33-.354 3.06.331 4.33c.686 1.46 2.329 2.66 4.066 2.543c1.253-.035 2.624-.824 3.132-2.107c.426-1.141.296-2.377-.685-3.354c.024.247.035.6-.213.918c-.39.541-1.016.683-1.666.447c-.568-.259-.78-.67-.721-1.212c.035-.46.413-.812.803-.989c.757-.33 1.454-.164 2.14.483c1.123 1.247 1.253 3.13 1.785 4.567c.378 1.177.969 2.2 2.28 2.495c.154.035.32.059.485.047c.166 0 .331-.012.485-.047c1.312-.294 1.903-1.318 2.281-2.495c.532-1.436.662-3.32 1.773-4.567c.686-.647 1.383-.812 2.14-.483c.39.177.756.53.803.989c.06.541-.153.953-.72 1.212c-.65.236-1.265.094-1.667-.447c-.248-.318-.237-.671-.213-.918c-.981.977-1.111 2.213-.686 3.354c.509 1.283 1.88 2.072 3.133 2.107c1.725.118 3.368-1.07 4.054-2.542c.674-1.271.78-3.001.32-4.331m-2.637 4.449c-.792.694-1.844.894-2.695.506c-.508-.248-.886-.683-1.004-1.154c.72.718 2.02 1.071 3.203-.176c0 0 1.11-1.024.484-2.966c-.319-.965-1.489-1.754-2.47-1.86c-1.466-.235-2.837.259-3.794 1.589c-1.123 1.73-1.265 3.66-2.092 5.59a.73.73 0 0 1-.721.448a.73.73 0 0 1-.721-.447c-.816-1.919-.946-3.837-2.08-5.58c-.958-1.33-2.341-1.824-3.795-1.588c-.98.094-2.163.894-2.47 1.86c-.627 1.941.484 2.965.484 2.965c1.194 1.248 2.483.883 3.204.177c-.119.47-.485.906-1.005 1.153c-.851.389-1.915.177-2.707-.506c-1.17-1.153-1.347-2.636-.886-4.001c.555-1.66 2.246-2.484 3.581-2.59c1.584-.141 3.77.824 4.645 2.484c.201.376.627 1.365.627 1.365h2.222s.426-.989.626-1.365c.875-1.648 3.062-2.613 4.646-2.484c1.335.106 3.026.942 3.581 2.59c.485 1.353.307 2.836-.863 3.99"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsKoc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.72 9.887c-1.313-3.731-5.036-3.932-5.414-3.943c-1.667-.036-3.511.541-4.917 1.906c-.568.506-.97 1.095-1.395 1.719c-.426-.636-.828-1.213-1.395-1.719C9.204 6.485 7.36 5.908 5.694 5.944c-.39.011-4.114.211-5.414 3.943c-.46 1.33-.354 3.06.331 4.33c.686 1.46 2.329 2.66 4.066 2.543c1.253-.035 2.624-.824 3.132-2.107c.426-1.141.296-2.377-.685-3.354c.024.247.035.6-.213.918c-.39.541-1.016.683-1.666.447c-.568-.259-.78-.67-.721-1.212c.035-.46.413-.812.803-.989c.757-.33 1.454-.164 2.14.483c1.123 1.247 1.253 3.13 1.785 4.567c.378 1.177.969 2.2 2.28 2.495c.154.035.32.059.485.047c.166 0 .331-.012.485-.047c1.312-.294 1.903-1.318 2.281-2.495c.532-1.436.662-3.32 1.773-4.567c.686-.647 1.383-.812 2.14-.483c.39.177.756.53.803.989c.06.541-.153.953-.72 1.212c-.65.236-1.265.094-1.667-.447c-.248-.318-.237-.671-.213-.918c-.981.977-1.111 2.213-.686 3.354c.509 1.283 1.88 2.072 3.133 2.107c1.725.118 3.368-1.07 4.054-2.542c.674-1.271.78-3.001.32-4.331m-2.637 4.449c-.792.694-1.844.894-2.695.506c-.508-.248-.886-.683-1.004-1.154c.72.718 2.02 1.071 3.203-.176c0 0 1.11-1.024.484-2.966c-.319-.965-1.489-1.754-2.47-1.86c-1.466-.235-2.837.259-3.794 1.589c-1.123 1.73-1.265 3.66-2.092 5.59a.73.73 0 0 1-.721.448a.73.73 0 0 1-.721-.447c-.816-1.919-.946-3.837-2.08-5.58c-.958-1.33-2.341-1.824-3.795-1.588c-.98.094-2.163.894-2.47 1.86c-.627 1.941.484 2.965.484 2.965c1.194 1.248 2.483.883 3.204.177c-.119.47-.485.906-1.005 1.153c-.851.389-1.915.177-2.707-.506c-1.17-1.153-1.347-2.636-.886-4.001c.555-1.66 2.246-2.484 3.581-2.59c1.584-.141 3.77.824 4.645 2.484c.201.376.627 1.365.627 1.365h2.222s.426-.989.626-1.365c.875-1.648 3.062-2.613 4.646-2.484c1.335.106 3.026.942 3.581 2.59c.485 1.353.307 2.836-.863 3.99"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.72 9.887c-1.313-3.731-5.036-3.932-5.414-3.943c-1.667-.036-3.511.541-4.917 1.906c-.568.506-.97 1.095-1.395 1.719c-.426-.636-.828-1.213-1.395-1.719C9.204 6.485 7.36 5.908 5.694 5.944c-.39.011-4.114.211-5.414 3.943c-.46 1.33-.354 3.06.331 4.33c.686 1.46 2.329 2.66 4.066 2.543c1.253-.035 2.624-.824 3.132-2.107c.426-1.141.296-2.377-.685-3.354c.024.247.035.6-.213.918c-.39.541-1.016.683-1.666.447c-.568-.259-.78-.67-.721-1.212c.035-.46.413-.812.803-.989c.757-.33 1.454-.164 2.14.483c1.123 1.247 1.253 3.13 1.785 4.567c.378 1.177.969 2.2 2.28 2.495c.154.035.32.059.485.047c.166 0 .331-.012.485-.047c1.312-.294 1.903-1.318 2.281-2.495c.532-1.436.662-3.32 1.773-4.567c.686-.647 1.383-.812 2.14-.483c.39.177.756.53.803.989c.06.541-.153.953-.72 1.212c-.65.236-1.265.094-1.667-.447c-.248-.318-.237-.671-.213-.918c-.981.977-1.111 2.213-.686 3.354c.509 1.283 1.88 2.072 3.133 2.107c1.725.118 3.368-1.07 4.054-2.542c.674-1.271.78-3.001.32-4.331m-2.637 4.449c-.792.694-1.844.894-2.695.506c-.508-.248-.886-.683-1.004-1.154c.72.718 2.02 1.071 3.203-.176c0 0 1.11-1.024.484-2.966c-.319-.965-1.489-1.754-2.47-1.86c-1.466-.235-2.837.259-3.794 1.589c-1.123 1.73-1.265 3.66-2.092 5.59a.73.73 0 0 1-.721.448a.73.73 0 0 1-.721-.447c-.816-1.919-.946-3.837-2.08-5.58c-.958-1.33-2.341-1.824-3.795-1.588c-.98.094-2.163.894-2.47 1.86c-.627 1.941.484 2.965.484 2.965c1.194 1.248 2.483.883 3.204.177c-.119.47-.485.906-1.005 1.153c-.851.389-1.915.177-2.707-.506c-1.17-1.153-1.347-2.636-.886-4.001c.555-1.66 2.246-2.484 3.581-2.59c1.584-.141 3.77.824 4.645 2.484c.201.376.627 1.365.627 1.365h2.222s.426-.989.626-1.365c.875-1.648 3.062-2.613 4.646-2.484c1.335.106 3.026.942 3.581 2.59c.485 1.353.307 2.836-.863 3.99"/></svg> </template>
CSS
.icon-koc {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.72%209.887c-1.313-3.731-5.036-3.932-5.414-3.943c-1.667-.036-3.511.541-4.917%201.906c-.568.506-.97%201.095-1.395%201.719c-.426-.636-.828-1.213-1.395-1.719C9.204%206.485%207.36%205.908%205.694%205.944c-.39.011-4.114.211-5.414%203.943c-.46%201.33-.354%203.06.331%204.33c.686%201.46%202.329%202.66%204.066%202.543c1.253-.035%202.624-.824%203.132-2.107c.426-1.141.296-2.377-.685-3.354c.024.247.035.6-.213.918c-.39.541-1.016.683-1.666.447c-.568-.259-.78-.67-.721-1.212c.035-.46.413-.812.803-.989c.757-.33%201.454-.164%202.14.483c1.123%201.247%201.253%203.13%201.785%204.567c.378%201.177.969%202.2%202.28%202.495c.154.035.32.059.485.047c.166%200%20.331-.012.485-.047c1.312-.294%201.903-1.318%202.281-2.495c.532-1.436.662-3.32%201.773-4.567c.686-.647%201.383-.812%202.14-.483c.39.177.756.53.803.989c.06.541-.153.953-.72%201.212c-.65.236-1.265.094-1.667-.447c-.248-.318-.237-.671-.213-.918c-.981.977-1.111%202.213-.686%203.354c.509%201.283%201.88%202.072%203.133%202.107c1.725.118%203.368-1.07%204.054-2.542c.674-1.271.78-3.001.32-4.331m-2.637%204.449c-.792.694-1.844.894-2.695.506c-.508-.248-.886-.683-1.004-1.154c.72.718%202.02%201.071%203.203-.176c0%200%201.11-1.024.484-2.966c-.319-.965-1.489-1.754-2.47-1.86c-1.466-.235-2.837.259-3.794%201.589c-1.123%201.73-1.265%203.66-2.092%205.59a.73.73%200%200%201-.721.448a.73.73%200%200%201-.721-.447c-.816-1.919-.946-3.837-2.08-5.58c-.958-1.33-2.341-1.824-3.795-1.588c-.98.094-2.163.894-2.47%201.86c-.627%201.941.484%202.965.484%202.965c1.194%201.248%202.483.883%203.204.177c-.119.47-.485.906-1.005%201.153c-.851.389-1.915.177-2.707-.506c-1.17-1.153-1.347-2.636-.886-4.001c.555-1.66%202.246-2.484%203.581-2.59c1.584-.141%203.77.824%204.645%202.484c.201.376.627%201.365.627%201.365h2.222s.426-.989.626-1.365c.875-1.648%203.062-2.613%204.646-2.484c1.335.106%203.026.942%203.581%202.59c.485%201.353.307%202.836-.863%203.99%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.72%209.887c-1.313-3.731-5.036-3.932-5.414-3.943c-1.667-.036-3.511.541-4.917%201.906c-.568.506-.97%201.095-1.395%201.719c-.426-.636-.828-1.213-1.395-1.719C9.204%206.485%207.36%205.908%205.694%205.944c-.39.011-4.114.211-5.414%203.943c-.46%201.33-.354%203.06.331%204.33c.686%201.46%202.329%202.66%204.066%202.543c1.253-.035%202.624-.824%203.132-2.107c.426-1.141.296-2.377-.685-3.354c.024.247.035.6-.213.918c-.39.541-1.016.683-1.666.447c-.568-.259-.78-.67-.721-1.212c.035-.46.413-.812.803-.989c.757-.33%201.454-.164%202.14.483c1.123%201.247%201.253%203.13%201.785%204.567c.378%201.177.969%202.2%202.28%202.495c.154.035.32.059.485.047c.166%200%20.331-.012.485-.047c1.312-.294%201.903-1.318%202.281-2.495c.532-1.436.662-3.32%201.773-4.567c.686-.647%201.383-.812%202.14-.483c.39.177.756.53.803.989c.06.541-.153.953-.72%201.212c-.65.236-1.265.094-1.667-.447c-.248-.318-.237-.671-.213-.918c-.981.977-1.111%202.213-.686%203.354c.509%201.283%201.88%202.072%203.133%202.107c1.725.118%203.368-1.07%204.054-2.542c.674-1.271.78-3.001.32-4.331m-2.637%204.449c-.792.694-1.844.894-2.695.506c-.508-.248-.886-.683-1.004-1.154c.72.718%202.02%201.071%203.203-.176c0%200%201.11-1.024.484-2.966c-.319-.965-1.489-1.754-2.47-1.86c-1.466-.235-2.837.259-3.794%201.589c-1.123%201.73-1.265%203.66-2.092%205.59a.73.73%200%200%201-.721.448a.73.73%200%200%201-.721-.447c-.816-1.919-.946-3.837-2.08-5.58c-.958-1.33-2.341-1.824-3.795-1.588c-.98.094-2.163.894-2.47%201.86c-.627%201.941.484%202.965.484%202.965c1.194%201.248%202.483.883%203.204.177c-.119.47-.485.906-1.005%201.153c-.851.389-1.915.177-2.707-.506c-1.17-1.153-1.347-2.636-.886-4.001c.555-1.66%202.246-2.484%203.581-2.59c1.584-.141%203.77.824%204.645%202.484c.201.376.627%201.365.627%201.365h2.222s.426-.989.626-1.365c.875-1.648%203.062-2.613%204.646-2.484c1.335.106%203.026.942%203.581%202.59c.485%201.353.307%202.836-.863%203.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/koc.svg?color=%231a73e8&size=48