<span class="icon-[ei--sc-vk]"></span>
<span class="i-ei-sc-vk"></span>
<span class="i-ei-sc-vk"></span>
<iconify-icon icon="ei:sc-vk"></iconify-icon>
Iconify URL:
https://api.iconify.design/ei:sc-vk.svg
With @iconify/react:
<Icon icon="ei:sc-vk" />
JSX:
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><path fill="currentColor" fillRule="evenodd" d="M25.1 35.9h2s.6-.1.9-.4s.3-.9.3-.9s0-2.6 1.2-3s2.8 2.6 4.4 3.7c1.2.9 2.1.7 2.1.7l4.4-.1s2.3-.1 1.2-2c-.1-.1-.6-1.3-3.3-3.8c-2.8-2.6-2.4-2.1.9-6.6c2-2.7 2.8-4.3 2.6-5.1c-.2-.7-1.7-.5-1.7-.5h-5s-.4-.1-.6.1c-.3.2-.4.5-.4.5s-.8 2.1-1.8 3.9c-2.2 3.7-3.1 3.9-3.4 3.7c-.8-.5-.6-2.2-.6-3.3c0-3.6.6-5.1-1.1-5.5c-.5-.1-.9-.2-2.3-.2c-1.8 0-3.3 0-4.1.4c-.6.3-1 .9-.7.9s1.1.2 1.5.7c.4.9.4 2.4.4 2.4s.3 4.3-.7 4.8c-.7.4-1.6-.4-3.6-3.8c-1-1.7-1.8-3.7-1.8-3.7s-.1-.4-.4-.6s-.8-.3-.8-.3H10s-.7 0-1 .3c-.2.3 0 .8 0 .8s3.7 8.6 7.9 13c3.9 4.2 8.2 3.9 8.2 3.9" clipRule="evenodd"/></svg>
export function EiScVk(props) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50" {...props}><path fill="currentColor" fill-rule="evenodd" d="M25.1 35.9h2s.6-.1.9-.4s.3-.9.3-.9s0-2.6 1.2-3s2.8 2.6 4.4 3.7c1.2.9 2.1.7 2.1.7l4.4-.1s2.3-.1 1.2-2c-.1-.1-.6-1.3-3.3-3.8c-2.8-2.6-2.4-2.1.9-6.6c2-2.7 2.8-4.3 2.6-5.1c-.2-.7-1.7-.5-1.7-.5h-5s-.4-.1-.6.1c-.3.2-.4.5-.4.5s-.8 2.1-1.8 3.9c-2.2 3.7-3.1 3.9-3.4 3.7c-.8-.5-.6-2.2-.6-3.3c0-3.6.6-5.1-1.1-5.5c-.5-.1-.9-.2-2.3-.2c-1.8 0-3.3 0-4.1.4c-.6.3-1 .9-.7.9s1.1.2 1.5.7c.4.9.4 2.4.4 2.4s.3 4.3-.7 4.8c-.7.4-1.6-.4-3.6-3.8c-1-1.7-1.8-3.7-1.8-3.7s-.1-.4-.4-.6s-.8-.3-.8-.3H10s-.7 0-1 .3c-.2.3 0 .8 0 .8s3.7 8.6 7.9 13c3.9 4.2 8.2 3.9 8.2 3.9" clip-rule="evenodd"/></svg>
)
}
With @iconify/vue:
<Icon icon="ei:sc-vk" />
With nuxt-icon:
<Icon name="ei:sc-vk" />
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><path fill="currentColor" fill-rule="evenodd" d="M25.1 35.9h2s.6-.1.9-.4s.3-.9.3-.9s0-2.6 1.2-3s2.8 2.6 4.4 3.7c1.2.9 2.1.7 2.1.7l4.4-.1s2.3-.1 1.2-2c-.1-.1-.6-1.3-3.3-3.8c-2.8-2.6-2.4-2.1.9-6.6c2-2.7 2.8-4.3 2.6-5.1c-.2-.7-1.7-.5-1.7-.5h-5s-.4-.1-.6.1c-.3.2-.4.5-.4.5s-.8 2.1-1.8 3.9c-2.2 3.7-3.1 3.9-3.4 3.7c-.8-.5-.6-2.2-.6-3.3c0-3.6.6-5.1-1.1-5.5c-.5-.1-.9-.2-2.3-.2c-1.8 0-3.3 0-4.1.4c-.6.3-1 .9-.7.9s1.1.2 1.5.7c.4.9.4 2.4.4 2.4s.3 4.3-.7 4.8c-.7.4-1.6-.4-3.6-3.8c-1-1.7-1.8-3.7-1.8-3.7s-.1-.4-.4-.6s-.8-.3-.8-.3H10s-.7 0-1 .3c-.2.3 0 .8 0 .8s3.7 8.6 7.9 13c3.9 4.2 8.2 3.9 8.2 3.9" clip-rule="evenodd"/></svg>
</template>
<script>
export default {
name: 'EiScVk'
}
</script>
With @iconify/svelte:
<Icon icon="ei:sc-vk" />
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50"><path fill="currentColor" fill-rule="evenodd" d="M25.1 35.9h2s.6-.1.9-.4s.3-.9.3-.9s0-2.6 1.2-3s2.8 2.6 4.4 3.7c1.2.9 2.1.7 2.1.7l4.4-.1s2.3-.1 1.2-2c-.1-.1-.6-1.3-3.3-3.8c-2.8-2.6-2.4-2.1.9-6.6c2-2.7 2.8-4.3 2.6-5.1c-.2-.7-1.7-.5-1.7-.5h-5s-.4-.1-.6.1c-.3.2-.4.5-.4.5s-.8 2.1-1.8 3.9c-2.2 3.7-3.1 3.9-3.4 3.7c-.8-.5-.6-2.2-.6-3.3c0-3.6.6-5.1-1.1-5.5c-.5-.1-.9-.2-2.3-.2c-1.8 0-3.3 0-4.1.4c-.6.3-1 .9-.7.9s1.1.2 1.5.7c.4.9.4 2.4.4 2.4s.3 4.3-.7 4.8c-.7.4-1.6-.4-3.6-3.8c-1-1.7-1.8-3.7-1.8-3.7s-.1-.4-.4-.6s-.8-.3-.8-.3H10s-.7 0-1 .3c-.2.3 0 .8 0 .8s3.7 8.6 7.9 13c3.9 4.2 8.2 3.9 8.2 3.9" clip-rule="evenodd"/></svg>
export function EiScVk(props, key) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 50 50" {...props} key={key}><path fill="currentColor" fill-rule="evenodd" d="M25.1 35.9h2s.6-.1.9-.4s.3-.9.3-.9s0-2.6 1.2-3s2.8 2.6 4.4 3.7c1.2.9 2.1.7 2.1.7l4.4-.1s2.3-.1 1.2-2c-.1-.1-.6-1.3-3.3-3.8c-2.8-2.6-2.4-2.1.9-6.6c2-2.7 2.8-4.3 2.6-5.1c-.2-.7-1.7-.5-1.7-.5h-5s-.4-.1-.6.1c-.3.2-.4.5-.4.5s-.8 2.1-1.8 3.9c-2.2 3.7-3.1 3.9-3.4 3.7c-.8-.5-.6-2.2-.6-3.3c0-3.6.6-5.1-1.1-5.5c-.5-.1-.9-.2-2.3-.2c-1.8 0-3.3 0-4.1.4c-.6.3-1 .9-.7.9s1.1.2 1.5.7c.4.9.4 2.4.4 2.4s.3 4.3-.7 4.8c-.7.4-1.6-.4-3.6-3.8c-1-1.7-1.8-3.7-1.8-3.7s-.1-.4-.4-.6s-.8-.3-.8-.3H10s-.7 0-1 .3c-.2.3 0 .8 0 .8s3.7 8.6 7.9 13c3.9 4.2 8.2 3.9 8.2 3.9" clip-rule="evenodd"/></svg>
)
}
