pearson logo
pearson from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- pearson
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the pearson logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.22 1.546C12.596-1.648 5.258.088 2.096 6.928c-2.176 4.71-1.188 12.896 3.88 15.83c5.066 2.934 11.866.472 14.98-5.29c3.542-6.554 2.356-13.034-2.736-15.922m-6.244 18.526a1.2 1.2 0 0 1-.76.248a1.6 1.6 0 0 1-.4-.054a1.1 1.1 0 0 1-.528-.306a.94.94 0 0 1-.21-.474a1.15 1.15 0 0 1 .208-.854c.2-.298.532-.48.89-.49a1 1 0 0 1 .186.018c.188.04.366.12.518.24c.286.217.456.553.462.912a.94.94 0 0 1-.366.76m7.656-9.834c-.202 1.514-1.14 2.914-2.7 3.84c-1.236.738-2.86 1.032-4.46 1.046c-.012.248-.062 1.1-.088 1.236a.87.87 0 0 1-.196.42c-.172.218-.47.36-.766.44a2.5 2.5 0 0 1-.632.096a.8.8 0 0 1-.568-.234a.8.8 0 0 1-.204-.482l-.012-.17c-.034-.144-.22-7.496-.184-7.366c.028-.88 1.48-1.034 2.27-.88c.79.158.59 1.098.57 2.252c0 0-.04 1.52-.112 3.124a6.2 6.2 0 0 0 2.556-.684c1.512-.732 2.312-1.856 2.312-3.512s-1.648-3.51-4.688-3.51s-4.346.75-5.818 1.94c-.332.27-.588.54-.83.72c-.24.178-.882.204-1.054-.212c-.208-.504.18-1.064.406-1.334c.36-.426 1.24-1.284 2.218-1.78C8.772 4.616 10.14 4 12.048 3.954c1.724-.044 4.448.094 6.41 2.26l.014.014c1.02 1.066 1.34 2.684 1.16 4.01"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPearson(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="M18.22 1.546C12.596-1.648 5.258.088 2.096 6.928c-2.176 4.71-1.188 12.896 3.88 15.83c5.066 2.934 11.866.472 14.98-5.29c3.542-6.554 2.356-13.034-2.736-15.922m-6.244 18.526a1.2 1.2 0 0 1-.76.248a1.6 1.6 0 0 1-.4-.054a1.1 1.1 0 0 1-.528-.306a.94.94 0 0 1-.21-.474a1.15 1.15 0 0 1 .208-.854c.2-.298.532-.48.89-.49a1 1 0 0 1 .186.018c.188.04.366.12.518.24c.286.217.456.553.462.912a.94.94 0 0 1-.366.76m7.656-9.834c-.202 1.514-1.14 2.914-2.7 3.84c-1.236.738-2.86 1.032-4.46 1.046c-.012.248-.062 1.1-.088 1.236a.87.87 0 0 1-.196.42c-.172.218-.47.36-.766.44a2.5 2.5 0 0 1-.632.096a.8.8 0 0 1-.568-.234a.8.8 0 0 1-.204-.482l-.012-.17c-.034-.144-.22-7.496-.184-7.366c.028-.88 1.48-1.034 2.27-.88c.79.158.59 1.098.57 2.252c0 0-.04 1.52-.112 3.124a6.2 6.2 0 0 0 2.556-.684c1.512-.732 2.312-1.856 2.312-3.512s-1.648-3.51-4.688-3.51s-4.346.75-5.818 1.94c-.332.27-.588.54-.83.72c-.24.178-.882.204-1.054-.212c-.208-.504.18-1.064.406-1.334c.36-.426 1.24-1.284 2.218-1.78C8.772 4.616 10.14 4 12.048 3.954c1.724-.044 4.448.094 6.41 2.26l.014.014c1.02 1.066 1.34 2.684 1.16 4.01"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.22 1.546C12.596-1.648 5.258.088 2.096 6.928c-2.176 4.71-1.188 12.896 3.88 15.83c5.066 2.934 11.866.472 14.98-5.29c3.542-6.554 2.356-13.034-2.736-15.922m-6.244 18.526a1.2 1.2 0 0 1-.76.248a1.6 1.6 0 0 1-.4-.054a1.1 1.1 0 0 1-.528-.306a.94.94 0 0 1-.21-.474a1.15 1.15 0 0 1 .208-.854c.2-.298.532-.48.89-.49a1 1 0 0 1 .186.018c.188.04.366.12.518.24c.286.217.456.553.462.912a.94.94 0 0 1-.366.76m7.656-9.834c-.202 1.514-1.14 2.914-2.7 3.84c-1.236.738-2.86 1.032-4.46 1.046c-.012.248-.062 1.1-.088 1.236a.87.87 0 0 1-.196.42c-.172.218-.47.36-.766.44a2.5 2.5 0 0 1-.632.096a.8.8 0 0 1-.568-.234a.8.8 0 0 1-.204-.482l-.012-.17c-.034-.144-.22-7.496-.184-7.366c.028-.88 1.48-1.034 2.27-.88c.79.158.59 1.098.57 2.252c0 0-.04 1.52-.112 3.124a6.2 6.2 0 0 0 2.556-.684c1.512-.732 2.312-1.856 2.312-3.512s-1.648-3.51-4.688-3.51s-4.346.75-5.818 1.94c-.332.27-.588.54-.83.72c-.24.178-.882.204-1.054-.212c-.208-.504.18-1.064.406-1.334c.36-.426 1.24-1.284 2.218-1.78C8.772 4.616 10.14 4 12.048 3.954c1.724-.044 4.448.094 6.41 2.26l.014.014c1.02 1.066 1.34 2.684 1.16 4.01"/></svg> </template>
CSS
.icon-pearson {
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%22M18.22%201.546C12.596-1.648%205.258.088%202.096%206.928c-2.176%204.71-1.188%2012.896%203.88%2015.83c5.066%202.934%2011.866.472%2014.98-5.29c3.542-6.554%202.356-13.034-2.736-15.922m-6.244%2018.526a1.2%201.2%200%200%201-.76.248a1.6%201.6%200%200%201-.4-.054a1.1%201.1%200%200%201-.528-.306a.94.94%200%200%201-.21-.474a1.15%201.15%200%200%201%20.208-.854c.2-.298.532-.48.89-.49a1%201%200%200%201%20.186.018c.188.04.366.12.518.24c.286.217.456.553.462.912a.94.94%200%200%201-.366.76m7.656-9.834c-.202%201.514-1.14%202.914-2.7%203.84c-1.236.738-2.86%201.032-4.46%201.046c-.012.248-.062%201.1-.088%201.236a.87.87%200%200%201-.196.42c-.172.218-.47.36-.766.44a2.5%202.5%200%200%201-.632.096a.8.8%200%200%201-.568-.234a.8.8%200%200%201-.204-.482l-.012-.17c-.034-.144-.22-7.496-.184-7.366c.028-.88%201.48-1.034%202.27-.88c.79.158.59%201.098.57%202.252c0%200-.04%201.52-.112%203.124a6.2%206.2%200%200%200%202.556-.684c1.512-.732%202.312-1.856%202.312-3.512s-1.648-3.51-4.688-3.51s-4.346.75-5.818%201.94c-.332.27-.588.54-.83.72c-.24.178-.882.204-1.054-.212c-.208-.504.18-1.064.406-1.334c.36-.426%201.24-1.284%202.218-1.78C8.772%204.616%2010.14%204%2012.048%203.954c1.724-.044%204.448.094%206.41%202.26l.014.014c1.02%201.066%201.34%202.684%201.16%204.01%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%22M18.22%201.546C12.596-1.648%205.258.088%202.096%206.928c-2.176%204.71-1.188%2012.896%203.88%2015.83c5.066%202.934%2011.866.472%2014.98-5.29c3.542-6.554%202.356-13.034-2.736-15.922m-6.244%2018.526a1.2%201.2%200%200%201-.76.248a1.6%201.6%200%200%201-.4-.054a1.1%201.1%200%200%201-.528-.306a.94.94%200%200%201-.21-.474a1.15%201.15%200%200%201%20.208-.854c.2-.298.532-.48.89-.49a1%201%200%200%201%20.186.018c.188.04.366.12.518.24c.286.217.456.553.462.912a.94.94%200%200%201-.366.76m7.656-9.834c-.202%201.514-1.14%202.914-2.7%203.84c-1.236.738-2.86%201.032-4.46%201.046c-.012.248-.062%201.1-.088%201.236a.87.87%200%200%201-.196.42c-.172.218-.47.36-.766.44a2.5%202.5%200%200%201-.632.096a.8.8%200%200%201-.568-.234a.8.8%200%200%201-.204-.482l-.012-.17c-.034-.144-.22-7.496-.184-7.366c.028-.88%201.48-1.034%202.27-.88c.79.158.59%201.098.57%202.252c0%200-.04%201.52-.112%203.124a6.2%206.2%200%200%200%202.556-.684c1.512-.732%202.312-1.856%202.312-3.512s-1.648-3.51-4.688-3.51s-4.346.75-5.818%201.94c-.332.27-.588.54-.83.72c-.24.178-.882.204-1.054-.212c-.208-.504.18-1.064.406-1.334c.36-.426%201.24-1.284%202.218-1.78C8.772%204.616%2010.14%204%2012.048%203.954c1.724-.044%204.448.094%206.41%202.26l.014.014c1.02%201.066%201.34%202.684%201.16%204.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/pearson.svg?color=%231a73e8&size=48