contentful logo

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

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

The same logo in other sets

Use the contentful logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.875 16.361c-.043-.048-1.067-1.18-2.365-1.19c-.68 0-1.288.283-1.815.858c-.773.842-2.35 1.85-4.25 1.921c-1.598.059-3.085-.548-4.423-1.805c-1.644-1.544-2.155-4.016-1.302-6.297c.834-2.23 2.752-3.616 5.131-3.707l.044-.004c.024-.003 2.302-.258 4.325 1.548c.17.185 1.154 1.197 2.475 1.228c.823.018 1.586-.336 2.27-1.055c.602-.632.87-1.342.797-2.112c-.154-1.61-1.806-2.876-2.03-3.04c-.212-.184-1.878-1.578-4.476-2.294c-2.52-.695-6.42-.853-10.685 2.349a7 7 0 0 0-.557.49c-.28.208-.523.462-.716.753a12.47 12.47 0 0 0-3.064 8.677c.207 6.283 5.265 9.293 5.646 9.51c.262.17 2.906 1.81 6.495 1.809c2.106 0 4.538-.565 7.005-2.322c.248-.138 1.714-1.012 2.103-2.52c.23-.894.042-1.815-.562-2.737zm-16.932 1.97c0-1.09.887-1.977 1.977-1.977s1.977.886 1.977 1.977c0 1.09-.887 1.977-1.977 1.977s-1.977-.887-1.977-1.977m.139-13.657c.236-.275.451-.498.628-.67a1.97 1.97 0 0 1 1.088-.329c1.09 0 1.977.887 1.977 1.977S7.888 7.63 6.798 7.63s-1.977-.887-1.977-1.977c0-.356.096-.69.261-.978zM13.249.999c3.954 0 6.657 2.336 6.826 2.486l.043.034c.42.3 1.532 1.301 1.63 2.324c.044.469-.126.898-.52 1.313c-.477.5-.983.752-1.504.738c-.964-.019-1.743-.887-1.76-.905l-.042-.044c-2.292-2.063-4.83-1.855-5.13-1.822a6.8 6.8 0 0 0-3.012.818a3 3 0 0 0-2.34-3.214C9.543 1.45 11.516.999 13.248.999zM3.884 6.34a3 3 0 0 0 2.914 2.31q.182-.001.358-.024a7 7 0 0 0-.39.866c-.75 2.003-.59 4.14.359 5.854q-.102-.009-.205-.01a3 3 0 0 0-2.967 2.6a10.07 10.07 0 0 1-1.7-5.288a11.43 11.43 0 0 1 1.63-6.309zM21.497 18.9c-.3 1.174-1.615 1.89-1.627 1.896l-.058.036c-6.287 4.499-12.137.667-12.382.502l-.036-.022l-.034-.02a3 3 0 0 0 2.543-3.228c1.124.64 2.336.951 3.58.906c2.214-.083 4.057-1.264 4.962-2.25c.327-.356.67-.53 1.048-.53h.005c.762.004 1.46.688 1.593.826c.421.658.558 1.291.406 1.884"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsContentful(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="M21.875 16.361c-.043-.048-1.067-1.18-2.365-1.19c-.68 0-1.288.283-1.815.858c-.773.842-2.35 1.85-4.25 1.921c-1.598.059-3.085-.548-4.423-1.805c-1.644-1.544-2.155-4.016-1.302-6.297c.834-2.23 2.752-3.616 5.131-3.707l.044-.004c.024-.003 2.302-.258 4.325 1.548c.17.185 1.154 1.197 2.475 1.228c.823.018 1.586-.336 2.27-1.055c.602-.632.87-1.342.797-2.112c-.154-1.61-1.806-2.876-2.03-3.04c-.212-.184-1.878-1.578-4.476-2.294c-2.52-.695-6.42-.853-10.685 2.349a7 7 0 0 0-.557.49c-.28.208-.523.462-.716.753a12.47 12.47 0 0 0-3.064 8.677c.207 6.283 5.265 9.293 5.646 9.51c.262.17 2.906 1.81 6.495 1.809c2.106 0 4.538-.565 7.005-2.322c.248-.138 1.714-1.012 2.103-2.52c.23-.894.042-1.815-.562-2.737zm-16.932 1.97c0-1.09.887-1.977 1.977-1.977s1.977.886 1.977 1.977c0 1.09-.887 1.977-1.977 1.977s-1.977-.887-1.977-1.977m.139-13.657c.236-.275.451-.498.628-.67a1.97 1.97 0 0 1 1.088-.329c1.09 0 1.977.887 1.977 1.977S7.888 7.63 6.798 7.63s-1.977-.887-1.977-1.977c0-.356.096-.69.261-.978zM13.249.999c3.954 0 6.657 2.336 6.826 2.486l.043.034c.42.3 1.532 1.301 1.63 2.324c.044.469-.126.898-.52 1.313c-.477.5-.983.752-1.504.738c-.964-.019-1.743-.887-1.76-.905l-.042-.044c-2.292-2.063-4.83-1.855-5.13-1.822a6.8 6.8 0 0 0-3.012.818a3 3 0 0 0-2.34-3.214C9.543 1.45 11.516.999 13.248.999zM3.884 6.34a3 3 0 0 0 2.914 2.31q.182-.001.358-.024a7 7 0 0 0-.39.866c-.75 2.003-.59 4.14.359 5.854q-.102-.009-.205-.01a3 3 0 0 0-2.967 2.6a10.07 10.07 0 0 1-1.7-5.288a11.43 11.43 0 0 1 1.63-6.309zM21.497 18.9c-.3 1.174-1.615 1.89-1.627 1.896l-.058.036c-6.287 4.499-12.137.667-12.382.502l-.036-.022l-.034-.02a3 3 0 0 0 2.543-3.228c1.124.64 2.336.951 3.58.906c2.214-.083 4.057-1.264 4.962-2.25c.327-.356.67-.53 1.048-.53h.005c.762.004 1.46.688 1.593.826c.421.658.558 1.291.406 1.884"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.875 16.361c-.043-.048-1.067-1.18-2.365-1.19c-.68 0-1.288.283-1.815.858c-.773.842-2.35 1.85-4.25 1.921c-1.598.059-3.085-.548-4.423-1.805c-1.644-1.544-2.155-4.016-1.302-6.297c.834-2.23 2.752-3.616 5.131-3.707l.044-.004c.024-.003 2.302-.258 4.325 1.548c.17.185 1.154 1.197 2.475 1.228c.823.018 1.586-.336 2.27-1.055c.602-.632.87-1.342.797-2.112c-.154-1.61-1.806-2.876-2.03-3.04c-.212-.184-1.878-1.578-4.476-2.294c-2.52-.695-6.42-.853-10.685 2.349a7 7 0 0 0-.557.49c-.28.208-.523.462-.716.753a12.47 12.47 0 0 0-3.064 8.677c.207 6.283 5.265 9.293 5.646 9.51c.262.17 2.906 1.81 6.495 1.809c2.106 0 4.538-.565 7.005-2.322c.248-.138 1.714-1.012 2.103-2.52c.23-.894.042-1.815-.562-2.737zm-16.932 1.97c0-1.09.887-1.977 1.977-1.977s1.977.886 1.977 1.977c0 1.09-.887 1.977-1.977 1.977s-1.977-.887-1.977-1.977m.139-13.657c.236-.275.451-.498.628-.67a1.97 1.97 0 0 1 1.088-.329c1.09 0 1.977.887 1.977 1.977S7.888 7.63 6.798 7.63s-1.977-.887-1.977-1.977c0-.356.096-.69.261-.978zM13.249.999c3.954 0 6.657 2.336 6.826 2.486l.043.034c.42.3 1.532 1.301 1.63 2.324c.044.469-.126.898-.52 1.313c-.477.5-.983.752-1.504.738c-.964-.019-1.743-.887-1.76-.905l-.042-.044c-2.292-2.063-4.83-1.855-5.13-1.822a6.8 6.8 0 0 0-3.012.818a3 3 0 0 0-2.34-3.214C9.543 1.45 11.516.999 13.248.999zM3.884 6.34a3 3 0 0 0 2.914 2.31q.182-.001.358-.024a7 7 0 0 0-.39.866c-.75 2.003-.59 4.14.359 5.854q-.102-.009-.205-.01a3 3 0 0 0-2.967 2.6a10.07 10.07 0 0 1-1.7-5.288a11.43 11.43 0 0 1 1.63-6.309zM21.497 18.9c-.3 1.174-1.615 1.89-1.627 1.896l-.058.036c-6.287 4.499-12.137.667-12.382.502l-.036-.022l-.034-.02a3 3 0 0 0 2.543-3.228c1.124.64 2.336.951 3.58.906c2.214-.083 4.057-1.264 4.962-2.25c.327-.356.67-.53 1.048-.53h.005c.762.004 1.46.688 1.593.826c.421.658.558 1.291.406 1.884"/></svg>
</template>

CSS

.icon-contentful {
  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%22M21.875%2016.361c-.043-.048-1.067-1.18-2.365-1.19c-.68%200-1.288.283-1.815.858c-.773.842-2.35%201.85-4.25%201.921c-1.598.059-3.085-.548-4.423-1.805c-1.644-1.544-2.155-4.016-1.302-6.297c.834-2.23%202.752-3.616%205.131-3.707l.044-.004c.024-.003%202.302-.258%204.325%201.548c.17.185%201.154%201.197%202.475%201.228c.823.018%201.586-.336%202.27-1.055c.602-.632.87-1.342.797-2.112c-.154-1.61-1.806-2.876-2.03-3.04c-.212-.184-1.878-1.578-4.476-2.294c-2.52-.695-6.42-.853-10.685%202.349a7%207%200%200%200-.557.49c-.28.208-.523.462-.716.753a12.47%2012.47%200%200%200-3.064%208.677c.207%206.283%205.265%209.293%205.646%209.51c.262.17%202.906%201.81%206.495%201.809c2.106%200%204.538-.565%207.005-2.322c.248-.138%201.714-1.012%202.103-2.52c.23-.894.042-1.815-.562-2.737zm-16.932%201.97c0-1.09.887-1.977%201.977-1.977s1.977.886%201.977%201.977c0%201.09-.887%201.977-1.977%201.977s-1.977-.887-1.977-1.977m.139-13.657c.236-.275.451-.498.628-.67a1.97%201.97%200%200%201%201.088-.329c1.09%200%201.977.887%201.977%201.977S7.888%207.63%206.798%207.63s-1.977-.887-1.977-1.977c0-.356.096-.69.261-.978zM13.249.999c3.954%200%206.657%202.336%206.826%202.486l.043.034c.42.3%201.532%201.301%201.63%202.324c.044.469-.126.898-.52%201.313c-.477.5-.983.752-1.504.738c-.964-.019-1.743-.887-1.76-.905l-.042-.044c-2.292-2.063-4.83-1.855-5.13-1.822a6.8%206.8%200%200%200-3.012.818a3%203%200%200%200-2.34-3.214C9.543%201.45%2011.516.999%2013.248.999zM3.884%206.34a3%203%200%200%200%202.914%202.31q.182-.001.358-.024a7%207%200%200%200-.39.866c-.75%202.003-.59%204.14.359%205.854q-.102-.009-.205-.01a3%203%200%200%200-2.967%202.6a10.07%2010.07%200%200%201-1.7-5.288a11.43%2011.43%200%200%201%201.63-6.309zM21.497%2018.9c-.3%201.174-1.615%201.89-1.627%201.896l-.058.036c-6.287%204.499-12.137.667-12.382.502l-.036-.022l-.034-.02a3%203%200%200%200%202.543-3.228c1.124.64%202.336.951%203.58.906c2.214-.083%204.057-1.264%204.962-2.25c.327-.356.67-.53%201.048-.53h.005c.762.004%201.46.688%201.593.826c.421.658.558%201.291.406%201.884%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%22M21.875%2016.361c-.043-.048-1.067-1.18-2.365-1.19c-.68%200-1.288.283-1.815.858c-.773.842-2.35%201.85-4.25%201.921c-1.598.059-3.085-.548-4.423-1.805c-1.644-1.544-2.155-4.016-1.302-6.297c.834-2.23%202.752-3.616%205.131-3.707l.044-.004c.024-.003%202.302-.258%204.325%201.548c.17.185%201.154%201.197%202.475%201.228c.823.018%201.586-.336%202.27-1.055c.602-.632.87-1.342.797-2.112c-.154-1.61-1.806-2.876-2.03-3.04c-.212-.184-1.878-1.578-4.476-2.294c-2.52-.695-6.42-.853-10.685%202.349a7%207%200%200%200-.557.49c-.28.208-.523.462-.716.753a12.47%2012.47%200%200%200-3.064%208.677c.207%206.283%205.265%209.293%205.646%209.51c.262.17%202.906%201.81%206.495%201.809c2.106%200%204.538-.565%207.005-2.322c.248-.138%201.714-1.012%202.103-2.52c.23-.894.042-1.815-.562-2.737zm-16.932%201.97c0-1.09.887-1.977%201.977-1.977s1.977.886%201.977%201.977c0%201.09-.887%201.977-1.977%201.977s-1.977-.887-1.977-1.977m.139-13.657c.236-.275.451-.498.628-.67a1.97%201.97%200%200%201%201.088-.329c1.09%200%201.977.887%201.977%201.977S7.888%207.63%206.798%207.63s-1.977-.887-1.977-1.977c0-.356.096-.69.261-.978zM13.249.999c3.954%200%206.657%202.336%206.826%202.486l.043.034c.42.3%201.532%201.301%201.63%202.324c.044.469-.126.898-.52%201.313c-.477.5-.983.752-1.504.738c-.964-.019-1.743-.887-1.76-.905l-.042-.044c-2.292-2.063-4.83-1.855-5.13-1.822a6.8%206.8%200%200%200-3.012.818a3%203%200%200%200-2.34-3.214C9.543%201.45%2011.516.999%2013.248.999zM3.884%206.34a3%203%200%200%200%202.914%202.31q.182-.001.358-.024a7%207%200%200%200-.39.866c-.75%202.003-.59%204.14.359%205.854q-.102-.009-.205-.01a3%203%200%200%200-2.967%202.6a10.07%2010.07%200%200%201-1.7-5.288a11.43%2011.43%200%200%201%201.63-6.309zM21.497%2018.9c-.3%201.174-1.615%201.89-1.627%201.896l-.058.036c-6.287%204.499-12.137.667-12.382.502l-.036-.022l-.034-.02a3%203%200%200%200%202.543-3.228c1.124.64%202.336.951%203.58.906c2.214-.083%204.057-1.264%204.962-2.25c.327-.356.67-.53%201.048-.53h.005c.762.004%201.46.688%201.593.826c.421.658.558%201.291.406%201.884%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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