cat from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
cat
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the cat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M42.299 19.603c4.718-.846 7.776-4.197 7.654-6.736c-.196-4.099-3.155-6.159-9.534-6.185h-.082a1.39 1.39 0 0 1-1.384-1.238a1.194 1.194 0 0 1 1.119-1.324l.232-.014c1.898-.12 3.996-.19 5.128.078c4.72 1.119 7.34 3.965 7.56 8.537c.175 3.636-2.53 7.19-6.337 10l-.111.08q1.105 1.934 1.415 4.322c.718 4.608.05 7.474.562 9.372c.513 1.899 2.846 2.94 3.767 5.061s.75 3.05.48 4.72q-.239 1.486-1.078 4.342a1.014 1.014 0 0 1-.973.728h-3.371c-.56 0-1.014-.454-1.014-1.014v-.51a1.014 1.014 0 0 1 1.025-1.014q.683.009 1.164-.36c.811-.62.878-.966.878-2.172q0-1.206-.878-2.427c-2.35-1.528-4.315-2.722-6.049-3.6q-.268 2.643-1.053 4.806q-.825 2.274-2.867 5.786a1.01 1.01 0 0 1-.877.505h-2.668c-.55 0-1-.438-1.013-.988l-.012-.46a1.014 1.014 0 0 1 .966-1.04l1.395-.066c.412-.02.771-.287.908-.676q.693-1.968.57-3.868q-.14-2.143-1.426-5.846c-3.56-.032-10.782 1.513-12.445 1.651q-.588.049-1.208-.006a14 14 0 0 0-.623 3.238q-.154 1.997-.028 7.022a1.014 1.014 0 0 1-1.014 1.039h-2.771c-.56 0-1.014-.454-1.014-1.014v-.696c0-.56.454-1.014 1.014-1.014h.427a.984.984 0 0 0 .924-1.322a28 28 0 0 1-1.221-4.369l-3.332 7.8c-.16.373-.527.615-.933.615h-3.68c-.56 0-1.015-.454-1.015-1.014v-.518c0-.492.353-.913.837-.998l1.752-.311c.22-.04.422-.15.573-.316q1.067-1.175 1.376-2.927c.508-2.881.83-3.193 0-5.963c-.27-.905-2.252-1.787-3.52-5.796q-1.219-3.849-2.162-13.077a1.014 1.014 0 0 0-.846-.898l-1.948-.315c-.3-.049-.563-.23-.716-.493L3.28 16.056l-.042-.067A1.24 1.24 0 0 1 3 15.277q0-.294.153-.607q.082-.167.217-.294l2.015-1.893c.14-.133.241-.303.289-.49l.114-.453c.102-.403.326-.766.64-1.038q.909-.783 1.342-1.05q.54-.332 2.242-.796q-.864-1.209-.948-2.116c-.085-.907-.157-1.805.21-1.84q.369-.034 1.867 2.028q-.117-2.606.527-2.302t2.83 3.513l1.422 1.62a7.1 7.1 0 0 1 1.488 2.723q1.078 3.75 2.05 5.399c1.159 1.962 2.58 4.378 7.198 4.02c4.617-.357 6.17-1.292 9.246-1.776a44 44 0 0 1 4.752-.461a6.3 6.3 0 0 1 1.645.139"/></svg>

React

import type { SVGProps } from "react";

export function F7Cat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M42.299 19.603c4.718-.846 7.776-4.197 7.654-6.736c-.196-4.099-3.155-6.159-9.534-6.185h-.082a1.39 1.39 0 0 1-1.384-1.238a1.194 1.194 0 0 1 1.119-1.324l.232-.014c1.898-.12 3.996-.19 5.128.078c4.72 1.119 7.34 3.965 7.56 8.537c.175 3.636-2.53 7.19-6.337 10l-.111.08q1.105 1.934 1.415 4.322c.718 4.608.05 7.474.562 9.372c.513 1.899 2.846 2.94 3.767 5.061s.75 3.05.48 4.72q-.239 1.486-1.078 4.342a1.014 1.014 0 0 1-.973.728h-3.371c-.56 0-1.014-.454-1.014-1.014v-.51a1.014 1.014 0 0 1 1.025-1.014q.683.009 1.164-.36c.811-.62.878-.966.878-2.172q0-1.206-.878-2.427c-2.35-1.528-4.315-2.722-6.049-3.6q-.268 2.643-1.053 4.806q-.825 2.274-2.867 5.786a1.01 1.01 0 0 1-.877.505h-2.668c-.55 0-1-.438-1.013-.988l-.012-.46a1.014 1.014 0 0 1 .966-1.04l1.395-.066c.412-.02.771-.287.908-.676q.693-1.968.57-3.868q-.14-2.143-1.426-5.846c-3.56-.032-10.782 1.513-12.445 1.651q-.588.049-1.208-.006a14 14 0 0 0-.623 3.238q-.154 1.997-.028 7.022a1.014 1.014 0 0 1-1.014 1.039h-2.771c-.56 0-1.014-.454-1.014-1.014v-.696c0-.56.454-1.014 1.014-1.014h.427a.984.984 0 0 0 .924-1.322a28 28 0 0 1-1.221-4.369l-3.332 7.8c-.16.373-.527.615-.933.615h-3.68c-.56 0-1.015-.454-1.015-1.014v-.518c0-.492.353-.913.837-.998l1.752-.311c.22-.04.422-.15.573-.316q1.067-1.175 1.376-2.927c.508-2.881.83-3.193 0-5.963c-.27-.905-2.252-1.787-3.52-5.796q-1.219-3.849-2.162-13.077a1.014 1.014 0 0 0-.846-.898l-1.948-.315c-.3-.049-.563-.23-.716-.493L3.28 16.056l-.042-.067A1.24 1.24 0 0 1 3 15.277q0-.294.153-.607q.082-.167.217-.294l2.015-1.893c.14-.133.241-.303.289-.49l.114-.453c.102-.403.326-.766.64-1.038q.909-.783 1.342-1.05q.54-.332 2.242-.796q-.864-1.209-.948-2.116c-.085-.907-.157-1.805.21-1.84q.369-.034 1.867 2.028q-.117-2.606.527-2.302t2.83 3.513l1.422 1.62a7.1 7.1 0 0 1 1.488 2.723q1.078 3.75 2.05 5.399c1.159 1.962 2.58 4.378 7.198 4.02c4.617-.357 6.17-1.292 9.246-1.776a44 44 0 0 1 4.752-.461a6.3 6.3 0 0 1 1.645.139"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M42.299 19.603c4.718-.846 7.776-4.197 7.654-6.736c-.196-4.099-3.155-6.159-9.534-6.185h-.082a1.39 1.39 0 0 1-1.384-1.238a1.194 1.194 0 0 1 1.119-1.324l.232-.014c1.898-.12 3.996-.19 5.128.078c4.72 1.119 7.34 3.965 7.56 8.537c.175 3.636-2.53 7.19-6.337 10l-.111.08q1.105 1.934 1.415 4.322c.718 4.608.05 7.474.562 9.372c.513 1.899 2.846 2.94 3.767 5.061s.75 3.05.48 4.72q-.239 1.486-1.078 4.342a1.014 1.014 0 0 1-.973.728h-3.371c-.56 0-1.014-.454-1.014-1.014v-.51a1.014 1.014 0 0 1 1.025-1.014q.683.009 1.164-.36c.811-.62.878-.966.878-2.172q0-1.206-.878-2.427c-2.35-1.528-4.315-2.722-6.049-3.6q-.268 2.643-1.053 4.806q-.825 2.274-2.867 5.786a1.01 1.01 0 0 1-.877.505h-2.668c-.55 0-1-.438-1.013-.988l-.012-.46a1.014 1.014 0 0 1 .966-1.04l1.395-.066c.412-.02.771-.287.908-.676q.693-1.968.57-3.868q-.14-2.143-1.426-5.846c-3.56-.032-10.782 1.513-12.445 1.651q-.588.049-1.208-.006a14 14 0 0 0-.623 3.238q-.154 1.997-.028 7.022a1.014 1.014 0 0 1-1.014 1.039h-2.771c-.56 0-1.014-.454-1.014-1.014v-.696c0-.56.454-1.014 1.014-1.014h.427a.984.984 0 0 0 .924-1.322a28 28 0 0 1-1.221-4.369l-3.332 7.8c-.16.373-.527.615-.933.615h-3.68c-.56 0-1.015-.454-1.015-1.014v-.518c0-.492.353-.913.837-.998l1.752-.311c.22-.04.422-.15.573-.316q1.067-1.175 1.376-2.927c.508-2.881.83-3.193 0-5.963c-.27-.905-2.252-1.787-3.52-5.796q-1.219-3.849-2.162-13.077a1.014 1.014 0 0 0-.846-.898l-1.948-.315c-.3-.049-.563-.23-.716-.493L3.28 16.056l-.042-.067A1.24 1.24 0 0 1 3 15.277q0-.294.153-.607q.082-.167.217-.294l2.015-1.893c.14-.133.241-.303.289-.49l.114-.453c.102-.403.326-.766.64-1.038q.909-.783 1.342-1.05q.54-.332 2.242-.796q-.864-1.209-.948-2.116c-.085-.907-.157-1.805.21-1.84q.369-.034 1.867 2.028q-.117-2.606.527-2.302t2.83 3.513l1.422 1.62a7.1 7.1 0 0 1 1.488 2.723q1.078 3.75 2.05 5.399c1.159 1.962 2.58 4.378 7.198 4.02c4.617-.357 6.17-1.292 9.246-1.776a44 44 0 0 1 4.752-.461a6.3 6.3 0 0 1 1.645.139"/></svg>
</template>

CSS

.icon-cat {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M42.299%2019.603c4.718-.846%207.776-4.197%207.654-6.736c-.196-4.099-3.155-6.159-9.534-6.185h-.082a1.39%201.39%200%200%201-1.384-1.238a1.194%201.194%200%200%201%201.119-1.324l.232-.014c1.898-.12%203.996-.19%205.128.078c4.72%201.119%207.34%203.965%207.56%208.537c.175%203.636-2.53%207.19-6.337%2010l-.111.08q1.105%201.934%201.415%204.322c.718%204.608.05%207.474.562%209.372c.513%201.899%202.846%202.94%203.767%205.061s.75%203.05.48%204.72q-.239%201.486-1.078%204.342a1.014%201.014%200%200%201-.973.728h-3.371c-.56%200-1.014-.454-1.014-1.014v-.51a1.014%201.014%200%200%201%201.025-1.014q.683.009%201.164-.36c.811-.62.878-.966.878-2.172q0-1.206-.878-2.427c-2.35-1.528-4.315-2.722-6.049-3.6q-.268%202.643-1.053%204.806q-.825%202.274-2.867%205.786a1.01%201.01%200%200%201-.877.505h-2.668c-.55%200-1-.438-1.013-.988l-.012-.46a1.014%201.014%200%200%201%20.966-1.04l1.395-.066c.412-.02.771-.287.908-.676q.693-1.968.57-3.868q-.14-2.143-1.426-5.846c-3.56-.032-10.782%201.513-12.445%201.651q-.588.049-1.208-.006a14%2014%200%200%200-.623%203.238q-.154%201.997-.028%207.022a1.014%201.014%200%200%201-1.014%201.039h-2.771c-.56%200-1.014-.454-1.014-1.014v-.696c0-.56.454-1.014%201.014-1.014h.427a.984.984%200%200%200%20.924-1.322a28%2028%200%200%201-1.221-4.369l-3.332%207.8c-.16.373-.527.615-.933.615h-3.68c-.56%200-1.015-.454-1.015-1.014v-.518c0-.492.353-.913.837-.998l1.752-.311c.22-.04.422-.15.573-.316q1.067-1.175%201.376-2.927c.508-2.881.83-3.193%200-5.963c-.27-.905-2.252-1.787-3.52-5.796q-1.219-3.849-2.162-13.077a1.014%201.014%200%200%200-.846-.898l-1.948-.315c-.3-.049-.563-.23-.716-.493L3.28%2016.056l-.042-.067A1.24%201.24%200%200%201%203%2015.277q0-.294.153-.607q.082-.167.217-.294l2.015-1.893c.14-.133.241-.303.289-.49l.114-.453c.102-.403.326-.766.64-1.038q.909-.783%201.342-1.05q.54-.332%202.242-.796q-.864-1.209-.948-2.116c-.085-.907-.157-1.805.21-1.84q.369-.034%201.867%202.028q-.117-2.606.527-2.302t2.83%203.513l1.422%201.62a7.1%207.1%200%200%201%201.488%202.723q1.078%203.75%202.05%205.399c1.159%201.962%202.58%204.378%207.198%204.02c4.617-.357%206.17-1.292%209.246-1.776a44%2044%200%200%201%204.752-.461a6.3%206.3%200%200%201%201.645.139%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M42.299%2019.603c4.718-.846%207.776-4.197%207.654-6.736c-.196-4.099-3.155-6.159-9.534-6.185h-.082a1.39%201.39%200%200%201-1.384-1.238a1.194%201.194%200%200%201%201.119-1.324l.232-.014c1.898-.12%203.996-.19%205.128.078c4.72%201.119%207.34%203.965%207.56%208.537c.175%203.636-2.53%207.19-6.337%2010l-.111.08q1.105%201.934%201.415%204.322c.718%204.608.05%207.474.562%209.372c.513%201.899%202.846%202.94%203.767%205.061s.75%203.05.48%204.72q-.239%201.486-1.078%204.342a1.014%201.014%200%200%201-.973.728h-3.371c-.56%200-1.014-.454-1.014-1.014v-.51a1.014%201.014%200%200%201%201.025-1.014q.683.009%201.164-.36c.811-.62.878-.966.878-2.172q0-1.206-.878-2.427c-2.35-1.528-4.315-2.722-6.049-3.6q-.268%202.643-1.053%204.806q-.825%202.274-2.867%205.786a1.01%201.01%200%200%201-.877.505h-2.668c-.55%200-1-.438-1.013-.988l-.012-.46a1.014%201.014%200%200%201%20.966-1.04l1.395-.066c.412-.02.771-.287.908-.676q.693-1.968.57-3.868q-.14-2.143-1.426-5.846c-3.56-.032-10.782%201.513-12.445%201.651q-.588.049-1.208-.006a14%2014%200%200%200-.623%203.238q-.154%201.997-.028%207.022a1.014%201.014%200%200%201-1.014%201.039h-2.771c-.56%200-1.014-.454-1.014-1.014v-.696c0-.56.454-1.014%201.014-1.014h.427a.984.984%200%200%200%20.924-1.322a28%2028%200%200%201-1.221-4.369l-3.332%207.8c-.16.373-.527.615-.933.615h-3.68c-.56%200-1.015-.454-1.015-1.014v-.518c0-.492.353-.913.837-.998l1.752-.311c.22-.04.422-.15.573-.316q1.067-1.175%201.376-2.927c.508-2.881.83-3.193%200-5.963c-.27-.905-2.252-1.787-3.52-5.796q-1.219-3.849-2.162-13.077a1.014%201.014%200%200%200-.846-.898l-1.948-.315c-.3-.049-.563-.23-.716-.493L3.28%2016.056l-.042-.067A1.24%201.24%200%200%201%203%2015.277q0-.294.153-.607q.082-.167.217-.294l2.015-1.893c.14-.133.241-.303.289-.49l.114-.453c.102-.403.326-.766.64-1.038q.909-.783%201.342-1.05q.54-.332%202.242-.796q-.864-1.209-.948-2.116c-.085-.907-.157-1.805.21-1.84q.369-.034%201.867%202.028q-.117-2.606.527-2.302t2.83%203.513l1.422%201.62a7.1%207.1%200%200%201%201.488%202.723q1.078%203.75%202.05%205.399c1.159%201.962%202.58%204.378%207.198%204.02c4.617-.357%206.17-1.292%209.246-1.776a44%2044%200%200%201%204.752-.461a6.3%206.3%200%200%201%201.645.139%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/cat.svg?color=%231a73e8&size=48