freepik from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
freepik
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the freepik logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.315 6.939c-.702.702-1.204 1.505-1.706 2.308l-.702-.402c-.1-.401-.602-.702-1.004-.702c-.602.1-.903.502-.903 1.104c0 .501.502.903 1.004.803c.1 0 .2 0 .3-.1l.703.4c-.401.904-.702 1.807-.803 2.81l1.204.201c.402-2.107 1.305-4.014 2.81-5.52Zm12.544 7.626c-1.204 0-2.107-1.003-2.107-2.107c0-1.204 1.004-2.107 2.107-2.107c1.205 0 2.108 1.003 2.108 2.107c0 1.204-.903 2.107-2.108 2.107m-7.325 1.506a2.91 2.91 0 0 1-2.91-2.91c0-1.707 1.304-3.011 2.91-3.011a2.91 2.91 0 0 1 2.91 2.91c0 1.606-1.305 3.01-2.91 3.01zm3.311-10.337a9.42 9.42 0 0 0-9.433 9.434c0 .702.1 1.304.2 2.007c1.004.802 4.216 1.405 8.33 1.204c4.516-.301 8.23-1.505 10.437-3.412c0-.301 0-.602-.1-.903c-.603-4.817-4.617-8.33-9.434-8.33m-.803 13.749c-.602 0-1.204.1-1.806.1q-2.108 0-3.914-.3c-.602-.101-1.304-.302-2.007-.503c1.606 2.91 4.817 4.918 8.43 4.918c4.415 0 8.229-3.011 9.232-7.125a16.8 16.8 0 0 1-3.813 1.806c-1.806.602-3.914 1.003-6.122 1.104M23.182 7.34c.501-.1.903-.502.803-1.104c-.1-.502-.502-.903-1.004-.803s-.803.502-.803 1.004l-.702.602c-.703-.703-1.405-1.305-2.208-1.806l-.602 1.003a11.2 11.2 0 0 1 4.014 4.616l1.104-.501c-.402-.904-.903-1.706-1.505-2.51l.602-.601c.1.1.2.1.3.1zM12.845 3.326h-.803l-.1-1.004c.301-.2.502-.602.401-1.003c-.1-.602-.602-1.104-1.204-1.004s-1.003.602-1.003 1.305q.15.602.602.903l.1 1.004c-1.104.2-2.208.501-3.211 1.003l.502 1.104a10.4 10.4 0 0 1 4.616-1.104c.803 0 1.505.1 2.308.301l.2-1.204q-1.053-.3-2.408-.301"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFreepik(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="M4.315 6.939c-.702.702-1.204 1.505-1.706 2.308l-.702-.402c-.1-.401-.602-.702-1.004-.702c-.602.1-.903.502-.903 1.104c0 .501.502.903 1.004.803c.1 0 .2 0 .3-.1l.703.4c-.401.904-.702 1.807-.803 2.81l1.204.201c.402-2.107 1.305-4.014 2.81-5.52Zm12.544 7.626c-1.204 0-2.107-1.003-2.107-2.107c0-1.204 1.004-2.107 2.107-2.107c1.205 0 2.108 1.003 2.108 2.107c0 1.204-.903 2.107-2.108 2.107m-7.325 1.506a2.91 2.91 0 0 1-2.91-2.91c0-1.707 1.304-3.011 2.91-3.011a2.91 2.91 0 0 1 2.91 2.91c0 1.606-1.305 3.01-2.91 3.01zm3.311-10.337a9.42 9.42 0 0 0-9.433 9.434c0 .702.1 1.304.2 2.007c1.004.802 4.216 1.405 8.33 1.204c4.516-.301 8.23-1.505 10.437-3.412c0-.301 0-.602-.1-.903c-.603-4.817-4.617-8.33-9.434-8.33m-.803 13.749c-.602 0-1.204.1-1.806.1q-2.108 0-3.914-.3c-.602-.101-1.304-.302-2.007-.503c1.606 2.91 4.817 4.918 8.43 4.918c4.415 0 8.229-3.011 9.232-7.125a16.8 16.8 0 0 1-3.813 1.806c-1.806.602-3.914 1.003-6.122 1.104M23.182 7.34c.501-.1.903-.502.803-1.104c-.1-.502-.502-.903-1.004-.803s-.803.502-.803 1.004l-.702.602c-.703-.703-1.405-1.305-2.208-1.806l-.602 1.003a11.2 11.2 0 0 1 4.014 4.616l1.104-.501c-.402-.904-.903-1.706-1.505-2.51l.602-.601c.1.1.2.1.3.1zM12.845 3.326h-.803l-.1-1.004c.301-.2.502-.602.401-1.003c-.1-.602-.602-1.104-1.204-1.004s-1.003.602-1.003 1.305q.15.602.602.903l.1 1.004c-1.104.2-2.208.501-3.211 1.003l.502 1.104a10.4 10.4 0 0 1 4.616-1.104c.803 0 1.505.1 2.308.301l.2-1.204q-1.053-.3-2.408-.301"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.315 6.939c-.702.702-1.204 1.505-1.706 2.308l-.702-.402c-.1-.401-.602-.702-1.004-.702c-.602.1-.903.502-.903 1.104c0 .501.502.903 1.004.803c.1 0 .2 0 .3-.1l.703.4c-.401.904-.702 1.807-.803 2.81l1.204.201c.402-2.107 1.305-4.014 2.81-5.52Zm12.544 7.626c-1.204 0-2.107-1.003-2.107-2.107c0-1.204 1.004-2.107 2.107-2.107c1.205 0 2.108 1.003 2.108 2.107c0 1.204-.903 2.107-2.108 2.107m-7.325 1.506a2.91 2.91 0 0 1-2.91-2.91c0-1.707 1.304-3.011 2.91-3.011a2.91 2.91 0 0 1 2.91 2.91c0 1.606-1.305 3.01-2.91 3.01zm3.311-10.337a9.42 9.42 0 0 0-9.433 9.434c0 .702.1 1.304.2 2.007c1.004.802 4.216 1.405 8.33 1.204c4.516-.301 8.23-1.505 10.437-3.412c0-.301 0-.602-.1-.903c-.603-4.817-4.617-8.33-9.434-8.33m-.803 13.749c-.602 0-1.204.1-1.806.1q-2.108 0-3.914-.3c-.602-.101-1.304-.302-2.007-.503c1.606 2.91 4.817 4.918 8.43 4.918c4.415 0 8.229-3.011 9.232-7.125a16.8 16.8 0 0 1-3.813 1.806c-1.806.602-3.914 1.003-6.122 1.104M23.182 7.34c.501-.1.903-.502.803-1.104c-.1-.502-.502-.903-1.004-.803s-.803.502-.803 1.004l-.702.602c-.703-.703-1.405-1.305-2.208-1.806l-.602 1.003a11.2 11.2 0 0 1 4.014 4.616l1.104-.501c-.402-.904-.903-1.706-1.505-2.51l.602-.601c.1.1.2.1.3.1zM12.845 3.326h-.803l-.1-1.004c.301-.2.502-.602.401-1.003c-.1-.602-.602-1.104-1.204-1.004s-1.003.602-1.003 1.305q.15.602.602.903l.1 1.004c-1.104.2-2.208.501-3.211 1.003l.502 1.104a10.4 10.4 0 0 1 4.616-1.104c.803 0 1.505.1 2.308.301l.2-1.204q-1.053-.3-2.408-.301"/></svg>
</template>

CSS

.icon-freepik {
  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%22M4.315%206.939c-.702.702-1.204%201.505-1.706%202.308l-.702-.402c-.1-.401-.602-.702-1.004-.702c-.602.1-.903.502-.903%201.104c0%20.501.502.903%201.004.803c.1%200%20.2%200%20.3-.1l.703.4c-.401.904-.702%201.807-.803%202.81l1.204.201c.402-2.107%201.305-4.014%202.81-5.52Zm12.544%207.626c-1.204%200-2.107-1.003-2.107-2.107c0-1.204%201.004-2.107%202.107-2.107c1.205%200%202.108%201.003%202.108%202.107c0%201.204-.903%202.107-2.108%202.107m-7.325%201.506a2.91%202.91%200%200%201-2.91-2.91c0-1.707%201.304-3.011%202.91-3.011a2.91%202.91%200%200%201%202.91%202.91c0%201.606-1.305%203.01-2.91%203.01zm3.311-10.337a9.42%209.42%200%200%200-9.433%209.434c0%20.702.1%201.304.2%202.007c1.004.802%204.216%201.405%208.33%201.204c4.516-.301%208.23-1.505%2010.437-3.412c0-.301%200-.602-.1-.903c-.603-4.817-4.617-8.33-9.434-8.33m-.803%2013.749c-.602%200-1.204.1-1.806.1q-2.108%200-3.914-.3c-.602-.101-1.304-.302-2.007-.503c1.606%202.91%204.817%204.918%208.43%204.918c4.415%200%208.229-3.011%209.232-7.125a16.8%2016.8%200%200%201-3.813%201.806c-1.806.602-3.914%201.003-6.122%201.104M23.182%207.34c.501-.1.903-.502.803-1.104c-.1-.502-.502-.903-1.004-.803s-.803.502-.803%201.004l-.702.602c-.703-.703-1.405-1.305-2.208-1.806l-.602%201.003a11.2%2011.2%200%200%201%204.014%204.616l1.104-.501c-.402-.904-.903-1.706-1.505-2.51l.602-.601c.1.1.2.1.3.1zM12.845%203.326h-.803l-.1-1.004c.301-.2.502-.602.401-1.003c-.1-.602-.602-1.104-1.204-1.004s-1.003.602-1.003%201.305q.15.602.602.903l.1%201.004c-1.104.2-2.208.501-3.211%201.003l.502%201.104a10.4%2010.4%200%200%201%204.616-1.104c.803%200%201.505.1%202.308.301l.2-1.204q-1.053-.3-2.408-.301%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%22M4.315%206.939c-.702.702-1.204%201.505-1.706%202.308l-.702-.402c-.1-.401-.602-.702-1.004-.702c-.602.1-.903.502-.903%201.104c0%20.501.502.903%201.004.803c.1%200%20.2%200%20.3-.1l.703.4c-.401.904-.702%201.807-.803%202.81l1.204.201c.402-2.107%201.305-4.014%202.81-5.52Zm12.544%207.626c-1.204%200-2.107-1.003-2.107-2.107c0-1.204%201.004-2.107%202.107-2.107c1.205%200%202.108%201.003%202.108%202.107c0%201.204-.903%202.107-2.108%202.107m-7.325%201.506a2.91%202.91%200%200%201-2.91-2.91c0-1.707%201.304-3.011%202.91-3.011a2.91%202.91%200%200%201%202.91%202.91c0%201.606-1.305%203.01-2.91%203.01zm3.311-10.337a9.42%209.42%200%200%200-9.433%209.434c0%20.702.1%201.304.2%202.007c1.004.802%204.216%201.405%208.33%201.204c4.516-.301%208.23-1.505%2010.437-3.412c0-.301%200-.602-.1-.903c-.603-4.817-4.617-8.33-9.434-8.33m-.803%2013.749c-.602%200-1.204.1-1.806.1q-2.108%200-3.914-.3c-.602-.101-1.304-.302-2.007-.503c1.606%202.91%204.817%204.918%208.43%204.918c4.415%200%208.229-3.011%209.232-7.125a16.8%2016.8%200%200%201-3.813%201.806c-1.806.602-3.914%201.003-6.122%201.104M23.182%207.34c.501-.1.903-.502.803-1.104c-.1-.502-.502-.903-1.004-.803s-.803.502-.803%201.004l-.702.602c-.703-.703-1.405-1.305-2.208-1.806l-.602%201.003a11.2%2011.2%200%200%201%204.014%204.616l1.104-.501c-.402-.904-.903-1.706-1.505-2.51l.602-.601c.1.1.2.1.3.1zM12.845%203.326h-.803l-.1-1.004c.301-.2.502-.602.401-1.003c-.1-.602-.602-1.104-1.204-1.004s-1.003.602-1.003%201.305q.15.602.602.903l.1%201.004c-1.104.2-2.208.501-3.211%201.003l.502%201.104a10.4%2010.4%200%200%201%204.616-1.104c.803%200%201.505.1%202.308.301l.2-1.204q-1.053-.3-2.408-.301%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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