kakao talk logo
kakao-talk from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- kakao-talk
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the kakao talk logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 66.5c159.1 0 288 101.7 288 227.1S479.1 520.7 320 520.7c-17.5 0-34.6-1.2-51.2-3.6c-16.6 11.7-112.6 79.1-121.7 80.4c0 0-3.7 1.4-6.9-.4s-2.6-6.7-2.6-6.7c1-6.6 25-89.2 29.4-104.5C85.9 445.8 32 374.6 32 293.5c0-125.4 128.9-227 288-227M118.2 225.7c-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3h25.9V357c0 8.8 7.5 15.9 16.6 15.9s16.6-7.1 16.6-15.9v-98.7h25.9c9 0 16.3-7.3 16.3-16.3s-7.3-16.3-16.3-16.3h-85.1zm140.8 0c-10.8.2-19.3 8.4-22.1 16.4l-39.7 104.6c-5 15.7-.6 21.5 3.9 23.6c3.2 1.5 6.9 2.3 10.6 2.3c6.9 0 12.2-2.8 13.8-7.3l8.2-21.6h50.7l8.2 21.5c1.6 4.5 6.9 7.3 13.8 7.3c3.7 0 7.3-.8 10.6-2.3c4.6-2.1 9-7.9 3.9-23.6l-39.7-104.5c-2.8-8-11.3-16.2-22.2-16.4m180.9 0c-9.2 0-16.6 7.5-16.6 16.6V356c0 9.2 7.5 16.6 16.6 16.6s16.6-7.5 16.6-16.6v-36.2l5.8-5.8l38.9 51.6c3.2 4.2 8 6.6 13.3 6.6c3.6 0 7.1-1.1 10-3.3c3.5-2.7 5.8-6.6 6.4-11s-.5-8.8-3.2-12.3l-40.9-54.2l37.9-37.8c2.6-2.6 3.9-6.2 3.7-10.1s-2-7.6-4.9-10.5c-3.1-3.1-7.3-4.9-11.4-4.9c-3.6 0-6.8 1.3-9.2 3.7l-46.3 46.4v-35.7c0-9.2-7.5-16.6-16.6-16.6zm-91.3 0c-9.3 0-16.9 7.5-16.9 16.6v112.8c0 8.4 7.1 15.2 15.9 15.3h53.3c8.8 0 15.9-6.9 15.9-15.3s-7.2-15.2-15.9-15.2h-35.3v-97.6c0-9.2-7.6-16.6-17-16.6m-73 88.6h-33.2l16.6-47.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsKakaoTalk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 66.5c159.1 0 288 101.7 288 227.1S479.1 520.7 320 520.7c-17.5 0-34.6-1.2-51.2-3.6c-16.6 11.7-112.6 79.1-121.7 80.4c0 0-3.7 1.4-6.9-.4s-2.6-6.7-2.6-6.7c1-6.6 25-89.2 29.4-104.5C85.9 445.8 32 374.6 32 293.5c0-125.4 128.9-227 288-227M118.2 225.7c-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3h25.9V357c0 8.8 7.5 15.9 16.6 15.9s16.6-7.1 16.6-15.9v-98.7h25.9c9 0 16.3-7.3 16.3-16.3s-7.3-16.3-16.3-16.3h-85.1zm140.8 0c-10.8.2-19.3 8.4-22.1 16.4l-39.7 104.6c-5 15.7-.6 21.5 3.9 23.6c3.2 1.5 6.9 2.3 10.6 2.3c6.9 0 12.2-2.8 13.8-7.3l8.2-21.6h50.7l8.2 21.5c1.6 4.5 6.9 7.3 13.8 7.3c3.7 0 7.3-.8 10.6-2.3c4.6-2.1 9-7.9 3.9-23.6l-39.7-104.5c-2.8-8-11.3-16.2-22.2-16.4m180.9 0c-9.2 0-16.6 7.5-16.6 16.6V356c0 9.2 7.5 16.6 16.6 16.6s16.6-7.5 16.6-16.6v-36.2l5.8-5.8l38.9 51.6c3.2 4.2 8 6.6 13.3 6.6c3.6 0 7.1-1.1 10-3.3c3.5-2.7 5.8-6.6 6.4-11s-.5-8.8-3.2-12.3l-40.9-54.2l37.9-37.8c2.6-2.6 3.9-6.2 3.7-10.1s-2-7.6-4.9-10.5c-3.1-3.1-7.3-4.9-11.4-4.9c-3.6 0-6.8 1.3-9.2 3.7l-46.3 46.4v-35.7c0-9.2-7.5-16.6-16.6-16.6zm-91.3 0c-9.3 0-16.9 7.5-16.9 16.6v112.8c0 8.4 7.1 15.2 15.9 15.3h53.3c8.8 0 15.9-6.9 15.9-15.3s-7.2-15.2-15.9-15.2h-35.3v-97.6c0-9.2-7.6-16.6-17-16.6m-73 88.6h-33.2l16.6-47.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 66.5c159.1 0 288 101.7 288 227.1S479.1 520.7 320 520.7c-17.5 0-34.6-1.2-51.2-3.6c-16.6 11.7-112.6 79.1-121.7 80.4c0 0-3.7 1.4-6.9-.4s-2.6-6.7-2.6-6.7c1-6.6 25-89.2 29.4-104.5C85.9 445.8 32 374.6 32 293.5c0-125.4 128.9-227 288-227M118.2 225.7c-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3h25.9V357c0 8.8 7.5 15.9 16.6 15.9s16.6-7.1 16.6-15.9v-98.7h25.9c9 0 16.3-7.3 16.3-16.3s-7.3-16.3-16.3-16.3h-85.1zm140.8 0c-10.8.2-19.3 8.4-22.1 16.4l-39.7 104.6c-5 15.7-.6 21.5 3.9 23.6c3.2 1.5 6.9 2.3 10.6 2.3c6.9 0 12.2-2.8 13.8-7.3l8.2-21.6h50.7l8.2 21.5c1.6 4.5 6.9 7.3 13.8 7.3c3.7 0 7.3-.8 10.6-2.3c4.6-2.1 9-7.9 3.9-23.6l-39.7-104.5c-2.8-8-11.3-16.2-22.2-16.4m180.9 0c-9.2 0-16.6 7.5-16.6 16.6V356c0 9.2 7.5 16.6 16.6 16.6s16.6-7.5 16.6-16.6v-36.2l5.8-5.8l38.9 51.6c3.2 4.2 8 6.6 13.3 6.6c3.6 0 7.1-1.1 10-3.3c3.5-2.7 5.8-6.6 6.4-11s-.5-8.8-3.2-12.3l-40.9-54.2l37.9-37.8c2.6-2.6 3.9-6.2 3.7-10.1s-2-7.6-4.9-10.5c-3.1-3.1-7.3-4.9-11.4-4.9c-3.6 0-6.8 1.3-9.2 3.7l-46.3 46.4v-35.7c0-9.2-7.5-16.6-16.6-16.6zm-91.3 0c-9.3 0-16.9 7.5-16.9 16.6v112.8c0 8.4 7.1 15.2 15.9 15.3h53.3c8.8 0 15.9-6.9 15.9-15.3s-7.2-15.2-15.9-15.2h-35.3v-97.6c0-9.2-7.6-16.6-17-16.6m-73 88.6h-33.2l16.6-47.1z"/></svg> </template>
CSS
.icon-kakao-talk {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2066.5c159.1%200%20288%20101.7%20288%20227.1S479.1%20520.7%20320%20520.7c-17.5%200-34.6-1.2-51.2-3.6c-16.6%2011.7-112.6%2079.1-121.7%2080.4c0%200-3.7%201.4-6.9-.4s-2.6-6.7-2.6-6.7c1-6.6%2025-89.2%2029.4-104.5C85.9%20445.8%2032%20374.6%2032%20293.5c0-125.4%20128.9-227%20288-227M118.2%20225.7c-9%200-16.3%207.3-16.3%2016.3s7.3%2016.3%2016.3%2016.3h25.9V357c0%208.8%207.5%2015.9%2016.6%2015.9s16.6-7.1%2016.6-15.9v-98.7h25.9c9%200%2016.3-7.3%2016.3-16.3s-7.3-16.3-16.3-16.3h-85.1zm140.8%200c-10.8.2-19.3%208.4-22.1%2016.4l-39.7%20104.6c-5%2015.7-.6%2021.5%203.9%2023.6c3.2%201.5%206.9%202.3%2010.6%202.3c6.9%200%2012.2-2.8%2013.8-7.3l8.2-21.6h50.7l8.2%2021.5c1.6%204.5%206.9%207.3%2013.8%207.3c3.7%200%207.3-.8%2010.6-2.3c4.6-2.1%209-7.9%203.9-23.6l-39.7-104.5c-2.8-8-11.3-16.2-22.2-16.4m180.9%200c-9.2%200-16.6%207.5-16.6%2016.6V356c0%209.2%207.5%2016.6%2016.6%2016.6s16.6-7.5%2016.6-16.6v-36.2l5.8-5.8l38.9%2051.6c3.2%204.2%208%206.6%2013.3%206.6c3.6%200%207.1-1.1%2010-3.3c3.5-2.7%205.8-6.6%206.4-11s-.5-8.8-3.2-12.3l-40.9-54.2l37.9-37.8c2.6-2.6%203.9-6.2%203.7-10.1s-2-7.6-4.9-10.5c-3.1-3.1-7.3-4.9-11.4-4.9c-3.6%200-6.8%201.3-9.2%203.7l-46.3%2046.4v-35.7c0-9.2-7.5-16.6-16.6-16.6zm-91.3%200c-9.3%200-16.9%207.5-16.9%2016.6v112.8c0%208.4%207.1%2015.2%2015.9%2015.3h53.3c8.8%200%2015.9-6.9%2015.9-15.3s-7.2-15.2-15.9-15.2h-35.3v-97.6c0-9.2-7.6-16.6-17-16.6m-73%2088.6h-33.2l16.6-47.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2066.5c159.1%200%20288%20101.7%20288%20227.1S479.1%20520.7%20320%20520.7c-17.5%200-34.6-1.2-51.2-3.6c-16.6%2011.7-112.6%2079.1-121.7%2080.4c0%200-3.7%201.4-6.9-.4s-2.6-6.7-2.6-6.7c1-6.6%2025-89.2%2029.4-104.5C85.9%20445.8%2032%20374.6%2032%20293.5c0-125.4%20128.9-227%20288-227M118.2%20225.7c-9%200-16.3%207.3-16.3%2016.3s7.3%2016.3%2016.3%2016.3h25.9V357c0%208.8%207.5%2015.9%2016.6%2015.9s16.6-7.1%2016.6-15.9v-98.7h25.9c9%200%2016.3-7.3%2016.3-16.3s-7.3-16.3-16.3-16.3h-85.1zm140.8%200c-10.8.2-19.3%208.4-22.1%2016.4l-39.7%20104.6c-5%2015.7-.6%2021.5%203.9%2023.6c3.2%201.5%206.9%202.3%2010.6%202.3c6.9%200%2012.2-2.8%2013.8-7.3l8.2-21.6h50.7l8.2%2021.5c1.6%204.5%206.9%207.3%2013.8%207.3c3.7%200%207.3-.8%2010.6-2.3c4.6-2.1%209-7.9%203.9-23.6l-39.7-104.5c-2.8-8-11.3-16.2-22.2-16.4m180.9%200c-9.2%200-16.6%207.5-16.6%2016.6V356c0%209.2%207.5%2016.6%2016.6%2016.6s16.6-7.5%2016.6-16.6v-36.2l5.8-5.8l38.9%2051.6c3.2%204.2%208%206.6%2013.3%206.6c3.6%200%207.1-1.1%2010-3.3c3.5-2.7%205.8-6.6%206.4-11s-.5-8.8-3.2-12.3l-40.9-54.2l37.9-37.8c2.6-2.6%203.9-6.2%203.7-10.1s-2-7.6-4.9-10.5c-3.1-3.1-7.3-4.9-11.4-4.9c-3.6%200-6.8%201.3-9.2%203.7l-46.3%2046.4v-35.7c0-9.2-7.5-16.6-16.6-16.6zm-91.3%200c-9.3%200-16.9%207.5-16.9%2016.6v112.8c0%208.4%207.1%2015.2%2015.9%2015.3h53.3c8.8%200%2015.9-6.9%2015.9-15.3s-7.2-15.2-15.9-15.2h-35.3v-97.6c0-9.2-7.6-16.6-17-16.6m-73%2088.6h-33.2l16.6-47.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/kakao-talk.svg?color=%231a73e8&size=48