sendinblue logo
sendinblue from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sendinblue
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the sendinblue logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.921 17.178a4.762 4.762 0 0 1-2.8 2.196a6.409 6.409 0 0 0-4.6-8.005a4.705 4.705 0 0 1 2.068-1.18a4.688 4.688 0 0 1 3.597.476c2.264 1.315 3.042 4.236 1.735 6.513m-8.918 5.178a4.746 4.746 0 0 1-3.29-1.339a6.32 6.32 0 0 0 1.663-.67c2.59-1.505 3.727-4.571 2.929-7.338a4.77 4.77 0 0 1 3.438 4.58c0 2.628-2.127 4.767-4.74 4.767m-8.92-5.178a4.806 4.806 0 0 1-.49-3.53c.416.433.89.807 1.409 1.11a6.31 6.31 0 0 0 3.177.857a6.38 6.38 0 0 0 4.607-1.972c.497 2.01-.355 4.194-2.226 5.28a4.692 4.692 0 0 1-2.363.638a4.74 4.74 0 0 1-4.113-2.383m0-10.357a4.762 4.762 0 0 1 2.8-2.196a6.41 6.41 0 0 0-.257 1.786a6.41 6.41 0 0 0 4.855 6.218a4.725 4.725 0 0 1-5.663.705a4.734 4.734 0 0 1-2.209-2.895a4.76 4.76 0 0 1 .474-3.618m8.919-5.178c1.238 0 2.415.494 3.288 1.338a6.38 6.38 0 0 0-4.633 4.565a6.397 6.397 0 0 0 .04 3.444a4.769 4.769 0 0 1-3.436-4.58c0-2.628 2.126-4.767 4.74-4.767m8.92 5.178c.619 1.08.78 2.352.488 3.536a6.371 6.371 0 0 0-1.407-1.115a6.304 6.304 0 0 0-4.838-.64a6.324 6.324 0 0 0-2.948 1.76a4.767 4.767 0 0 1 .02-2.39a4.732 4.732 0 0 1 2.208-2.896a4.688 4.688 0 0 1 3.598-.476a4.715 4.715 0 0 1 2.878 2.221m1.415-.82a6.337 6.337 0 0 0-5.059-3.189A6.388 6.388 0 0 0 12.003 0A6.363 6.363 0 0 0 6.73 2.811A6.396 6.396 0 0 0 1.669 6a6.4 6.4 0 0 0-.638 4.865c.105.39.246.77.422 1.135a6.467 6.467 0 0 0 .215 6a6.368 6.368 0 0 0 5.056 3.185A6.395 6.395 0 0 0 12.002 24a6.362 6.362 0 0 0 5.272-2.812A6.396 6.396 0 0 0 22.336 18a6.44 6.44 0 0 0 .215-5.997A6.468 6.468 0 0 0 22.336 6"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSendinblue(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="M20.921 17.178a4.762 4.762 0 0 1-2.8 2.196a6.409 6.409 0 0 0-4.6-8.005a4.705 4.705 0 0 1 2.068-1.18a4.688 4.688 0 0 1 3.597.476c2.264 1.315 3.042 4.236 1.735 6.513m-8.918 5.178a4.746 4.746 0 0 1-3.29-1.339a6.32 6.32 0 0 0 1.663-.67c2.59-1.505 3.727-4.571 2.929-7.338a4.77 4.77 0 0 1 3.438 4.58c0 2.628-2.127 4.767-4.74 4.767m-8.92-5.178a4.806 4.806 0 0 1-.49-3.53c.416.433.89.807 1.409 1.11a6.31 6.31 0 0 0 3.177.857a6.38 6.38 0 0 0 4.607-1.972c.497 2.01-.355 4.194-2.226 5.28a4.692 4.692 0 0 1-2.363.638a4.74 4.74 0 0 1-4.113-2.383m0-10.357a4.762 4.762 0 0 1 2.8-2.196a6.41 6.41 0 0 0-.257 1.786a6.41 6.41 0 0 0 4.855 6.218a4.725 4.725 0 0 1-5.663.705a4.734 4.734 0 0 1-2.209-2.895a4.76 4.76 0 0 1 .474-3.618m8.919-5.178c1.238 0 2.415.494 3.288 1.338a6.38 6.38 0 0 0-4.633 4.565a6.397 6.397 0 0 0 .04 3.444a4.769 4.769 0 0 1-3.436-4.58c0-2.628 2.126-4.767 4.74-4.767m8.92 5.178c.619 1.08.78 2.352.488 3.536a6.371 6.371 0 0 0-1.407-1.115a6.304 6.304 0 0 0-4.838-.64a6.324 6.324 0 0 0-2.948 1.76a4.767 4.767 0 0 1 .02-2.39a4.732 4.732 0 0 1 2.208-2.896a4.688 4.688 0 0 1 3.598-.476a4.715 4.715 0 0 1 2.878 2.221m1.415-.82a6.337 6.337 0 0 0-5.059-3.189A6.388 6.388 0 0 0 12.003 0A6.363 6.363 0 0 0 6.73 2.811A6.396 6.396 0 0 0 1.669 6a6.4 6.4 0 0 0-.638 4.865c.105.39.246.77.422 1.135a6.467 6.467 0 0 0 .215 6a6.368 6.368 0 0 0 5.056 3.185A6.395 6.395 0 0 0 12.002 24a6.362 6.362 0 0 0 5.272-2.812A6.396 6.396 0 0 0 22.336 18a6.44 6.44 0 0 0 .215-5.997A6.468 6.468 0 0 0 22.336 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.921 17.178a4.762 4.762 0 0 1-2.8 2.196a6.409 6.409 0 0 0-4.6-8.005a4.705 4.705 0 0 1 2.068-1.18a4.688 4.688 0 0 1 3.597.476c2.264 1.315 3.042 4.236 1.735 6.513m-8.918 5.178a4.746 4.746 0 0 1-3.29-1.339a6.32 6.32 0 0 0 1.663-.67c2.59-1.505 3.727-4.571 2.929-7.338a4.77 4.77 0 0 1 3.438 4.58c0 2.628-2.127 4.767-4.74 4.767m-8.92-5.178a4.806 4.806 0 0 1-.49-3.53c.416.433.89.807 1.409 1.11a6.31 6.31 0 0 0 3.177.857a6.38 6.38 0 0 0 4.607-1.972c.497 2.01-.355 4.194-2.226 5.28a4.692 4.692 0 0 1-2.363.638a4.74 4.74 0 0 1-4.113-2.383m0-10.357a4.762 4.762 0 0 1 2.8-2.196a6.41 6.41 0 0 0-.257 1.786a6.41 6.41 0 0 0 4.855 6.218a4.725 4.725 0 0 1-5.663.705a4.734 4.734 0 0 1-2.209-2.895a4.76 4.76 0 0 1 .474-3.618m8.919-5.178c1.238 0 2.415.494 3.288 1.338a6.38 6.38 0 0 0-4.633 4.565a6.397 6.397 0 0 0 .04 3.444a4.769 4.769 0 0 1-3.436-4.58c0-2.628 2.126-4.767 4.74-4.767m8.92 5.178c.619 1.08.78 2.352.488 3.536a6.371 6.371 0 0 0-1.407-1.115a6.304 6.304 0 0 0-4.838-.64a6.324 6.324 0 0 0-2.948 1.76a4.767 4.767 0 0 1 .02-2.39a4.732 4.732 0 0 1 2.208-2.896a4.688 4.688 0 0 1 3.598-.476a4.715 4.715 0 0 1 2.878 2.221m1.415-.82a6.337 6.337 0 0 0-5.059-3.189A6.388 6.388 0 0 0 12.003 0A6.363 6.363 0 0 0 6.73 2.811A6.396 6.396 0 0 0 1.669 6a6.4 6.4 0 0 0-.638 4.865c.105.39.246.77.422 1.135a6.467 6.467 0 0 0 .215 6a6.368 6.368 0 0 0 5.056 3.185A6.395 6.395 0 0 0 12.002 24a6.362 6.362 0 0 0 5.272-2.812A6.396 6.396 0 0 0 22.336 18a6.44 6.44 0 0 0 .215-5.997A6.468 6.468 0 0 0 22.336 6"/></svg> </template>
CSS
.icon-sendinblue {
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%22M20.921%2017.178a4.762%204.762%200%200%201-2.8%202.196a6.409%206.409%200%200%200-4.6-8.005a4.705%204.705%200%200%201%202.068-1.18a4.688%204.688%200%200%201%203.597.476c2.264%201.315%203.042%204.236%201.735%206.513m-8.918%205.178a4.746%204.746%200%200%201-3.29-1.339a6.32%206.32%200%200%200%201.663-.67c2.59-1.505%203.727-4.571%202.929-7.338a4.77%204.77%200%200%201%203.438%204.58c0%202.628-2.127%204.767-4.74%204.767m-8.92-5.178a4.806%204.806%200%200%201-.49-3.53c.416.433.89.807%201.409%201.11a6.31%206.31%200%200%200%203.177.857a6.38%206.38%200%200%200%204.607-1.972c.497%202.01-.355%204.194-2.226%205.28a4.692%204.692%200%200%201-2.363.638a4.74%204.74%200%200%201-4.113-2.383m0-10.357a4.762%204.762%200%200%201%202.8-2.196a6.41%206.41%200%200%200-.257%201.786a6.41%206.41%200%200%200%204.855%206.218a4.725%204.725%200%200%201-5.663.705a4.734%204.734%200%200%201-2.209-2.895a4.76%204.76%200%200%201%20.474-3.618m8.919-5.178c1.238%200%202.415.494%203.288%201.338a6.38%206.38%200%200%200-4.633%204.565a6.397%206.397%200%200%200%20.04%203.444a4.769%204.769%200%200%201-3.436-4.58c0-2.628%202.126-4.767%204.74-4.767m8.92%205.178c.619%201.08.78%202.352.488%203.536a6.371%206.371%200%200%200-1.407-1.115a6.304%206.304%200%200%200-4.838-.64a6.324%206.324%200%200%200-2.948%201.76a4.767%204.767%200%200%201%20.02-2.39a4.732%204.732%200%200%201%202.208-2.896a4.688%204.688%200%200%201%203.598-.476a4.715%204.715%200%200%201%202.878%202.221m1.415-.82a6.337%206.337%200%200%200-5.059-3.189A6.388%206.388%200%200%200%2012.003%200A6.363%206.363%200%200%200%206.73%202.811A6.396%206.396%200%200%200%201.669%206a6.4%206.4%200%200%200-.638%204.865c.105.39.246.77.422%201.135a6.467%206.467%200%200%200%20.215%206a6.368%206.368%200%200%200%205.056%203.185A6.395%206.395%200%200%200%2012.002%2024a6.362%206.362%200%200%200%205.272-2.812A6.396%206.396%200%200%200%2022.336%2018a6.44%206.44%200%200%200%20.215-5.997A6.468%206.468%200%200%200%2022.336%206%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%22M20.921%2017.178a4.762%204.762%200%200%201-2.8%202.196a6.409%206.409%200%200%200-4.6-8.005a4.705%204.705%200%200%201%202.068-1.18a4.688%204.688%200%200%201%203.597.476c2.264%201.315%203.042%204.236%201.735%206.513m-8.918%205.178a4.746%204.746%200%200%201-3.29-1.339a6.32%206.32%200%200%200%201.663-.67c2.59-1.505%203.727-4.571%202.929-7.338a4.77%204.77%200%200%201%203.438%204.58c0%202.628-2.127%204.767-4.74%204.767m-8.92-5.178a4.806%204.806%200%200%201-.49-3.53c.416.433.89.807%201.409%201.11a6.31%206.31%200%200%200%203.177.857a6.38%206.38%200%200%200%204.607-1.972c.497%202.01-.355%204.194-2.226%205.28a4.692%204.692%200%200%201-2.363.638a4.74%204.74%200%200%201-4.113-2.383m0-10.357a4.762%204.762%200%200%201%202.8-2.196a6.41%206.41%200%200%200-.257%201.786a6.41%206.41%200%200%200%204.855%206.218a4.725%204.725%200%200%201-5.663.705a4.734%204.734%200%200%201-2.209-2.895a4.76%204.76%200%200%201%20.474-3.618m8.919-5.178c1.238%200%202.415.494%203.288%201.338a6.38%206.38%200%200%200-4.633%204.565a6.397%206.397%200%200%200%20.04%203.444a4.769%204.769%200%200%201-3.436-4.58c0-2.628%202.126-4.767%204.74-4.767m8.92%205.178c.619%201.08.78%202.352.488%203.536a6.371%206.371%200%200%200-1.407-1.115a6.304%206.304%200%200%200-4.838-.64a6.324%206.324%200%200%200-2.948%201.76a4.767%204.767%200%200%201%20.02-2.39a4.732%204.732%200%200%201%202.208-2.896a4.688%204.688%200%200%201%203.598-.476a4.715%204.715%200%200%201%202.878%202.221m1.415-.82a6.337%206.337%200%200%200-5.059-3.189A6.388%206.388%200%200%200%2012.003%200A6.363%206.363%200%200%200%206.73%202.811A6.396%206.396%200%200%200%201.669%206a6.4%206.4%200%200%200-.638%204.865c.105.39.246.77.422%201.135a6.467%206.467%200%200%200%20.215%206a6.368%206.368%200%200%200%205.056%203.185A6.395%206.395%200%200%200%2012.002%2024a6.362%206.362%200%200%200%205.272-2.812A6.396%206.396%200%200%200%2022.336%2018a6.44%206.44%200%200%200%20.215-5.997A6.468%206.468%200%200%200%2022.336%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sendinblue.svg?color=%231a73e8&size=48