espressif logo
espressif from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- espressif
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the espressif logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.926 19.324a7.6 7.6 0 0 0-2.983-6.754a7.44 7.44 0 0 0-3.828-1.554a.697.697 0 0 1-.606-.731a.674.674 0 0 1 .743-.617a8.97 8.97 0 0 1 8 9.805a8 8 0 0 1-.298 1.542l1.989.56a11 11 0 0 0 1.714-.651a12 12 0 0 0 .217-2.343A12.57 12.57 0 0 0 7.212 6.171a5.5 5.5 0 0 0-2 0a4.35 4.35 0 0 0-2.16 1.337a4.274 4.274 0 0 0 1.909 6.856a10 10 0 0 0 1.074.195a4.01 4.01 0 0 1 3.337 3.954a3.97 3.97 0 0 1-.64 2.16l1.371.88a10 10 0 0 0 2.057.342a7.5 7.5 0 0 0 .754-2.628m.16 4.73A13.073 13.073 0 0 1 .001 10.983A12.98 12.98 0 0 1 3.83 1.737l.743.697a12.067 12.067 0 0 0 0 17.141a12.067 12.067 0 0 0 17.141 0l.697.697a12.97 12.97 0 0 1-9.336 3.726M24 10.993A10.993 10.993 0 0 0 12.949 0c-.389 0-.766 0-1.143.057l-.252.732a18.91 18.91 0 0 1 11.588 11.576l.731-.263c0-.366.069-.732.069-1.143m-1.269 5.165A17.53 17.53 0 0 0 7.818 1.27a11 11 0 0 0-2.457 1.77v1.635A13.92 13.92 0 0 1 19.268 18.57h1.634a11.7 11.7 0 0 0 1.771-2.446M7.92 17.884a1.691 1.691 0 1 1-1.69-1.691a1.69 1.69 0 0 1 1.69 1.691"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsEspressif(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="M12.926 19.324a7.6 7.6 0 0 0-2.983-6.754a7.44 7.44 0 0 0-3.828-1.554a.697.697 0 0 1-.606-.731a.674.674 0 0 1 .743-.617a8.97 8.97 0 0 1 8 9.805a8 8 0 0 1-.298 1.542l1.989.56a11 11 0 0 0 1.714-.651a12 12 0 0 0 .217-2.343A12.57 12.57 0 0 0 7.212 6.171a5.5 5.5 0 0 0-2 0a4.35 4.35 0 0 0-2.16 1.337a4.274 4.274 0 0 0 1.909 6.856a10 10 0 0 0 1.074.195a4.01 4.01 0 0 1 3.337 3.954a3.97 3.97 0 0 1-.64 2.16l1.371.88a10 10 0 0 0 2.057.342a7.5 7.5 0 0 0 .754-2.628m.16 4.73A13.073 13.073 0 0 1 .001 10.983A12.98 12.98 0 0 1 3.83 1.737l.743.697a12.067 12.067 0 0 0 0 17.141a12.067 12.067 0 0 0 17.141 0l.697.697a12.97 12.97 0 0 1-9.336 3.726M24 10.993A10.993 10.993 0 0 0 12.949 0c-.389 0-.766 0-1.143.057l-.252.732a18.91 18.91 0 0 1 11.588 11.576l.731-.263c0-.366.069-.732.069-1.143m-1.269 5.165A17.53 17.53 0 0 0 7.818 1.27a11 11 0 0 0-2.457 1.77v1.635A13.92 13.92 0 0 1 19.268 18.57h1.634a11.7 11.7 0 0 0 1.771-2.446M7.92 17.884a1.691 1.691 0 1 1-1.69-1.691a1.69 1.69 0 0 1 1.69 1.691"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.926 19.324a7.6 7.6 0 0 0-2.983-6.754a7.44 7.44 0 0 0-3.828-1.554a.697.697 0 0 1-.606-.731a.674.674 0 0 1 .743-.617a8.97 8.97 0 0 1 8 9.805a8 8 0 0 1-.298 1.542l1.989.56a11 11 0 0 0 1.714-.651a12 12 0 0 0 .217-2.343A12.57 12.57 0 0 0 7.212 6.171a5.5 5.5 0 0 0-2 0a4.35 4.35 0 0 0-2.16 1.337a4.274 4.274 0 0 0 1.909 6.856a10 10 0 0 0 1.074.195a4.01 4.01 0 0 1 3.337 3.954a3.97 3.97 0 0 1-.64 2.16l1.371.88a10 10 0 0 0 2.057.342a7.5 7.5 0 0 0 .754-2.628m.16 4.73A13.073 13.073 0 0 1 .001 10.983A12.98 12.98 0 0 1 3.83 1.737l.743.697a12.067 12.067 0 0 0 0 17.141a12.067 12.067 0 0 0 17.141 0l.697.697a12.97 12.97 0 0 1-9.336 3.726M24 10.993A10.993 10.993 0 0 0 12.949 0c-.389 0-.766 0-1.143.057l-.252.732a18.91 18.91 0 0 1 11.588 11.576l.731-.263c0-.366.069-.732.069-1.143m-1.269 5.165A17.53 17.53 0 0 0 7.818 1.27a11 11 0 0 0-2.457 1.77v1.635A13.92 13.92 0 0 1 19.268 18.57h1.634a11.7 11.7 0 0 0 1.771-2.446M7.92 17.884a1.691 1.691 0 1 1-1.69-1.691a1.69 1.69 0 0 1 1.69 1.691"/></svg> </template>
CSS
.icon-espressif {
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%22M12.926%2019.324a7.6%207.6%200%200%200-2.983-6.754a7.44%207.44%200%200%200-3.828-1.554a.697.697%200%200%201-.606-.731a.674.674%200%200%201%20.743-.617a8.97%208.97%200%200%201%208%209.805a8%208%200%200%201-.298%201.542l1.989.56a11%2011%200%200%200%201.714-.651a12%2012%200%200%200%20.217-2.343A12.57%2012.57%200%200%200%207.212%206.171a5.5%205.5%200%200%200-2%200a4.35%204.35%200%200%200-2.16%201.337a4.274%204.274%200%200%200%201.909%206.856a10%2010%200%200%200%201.074.195a4.01%204.01%200%200%201%203.337%203.954a3.97%203.97%200%200%201-.64%202.16l1.371.88a10%2010%200%200%200%202.057.342a7.5%207.5%200%200%200%20.754-2.628m.16%204.73A13.073%2013.073%200%200%201%20.001%2010.983A12.98%2012.98%200%200%201%203.83%201.737l.743.697a12.067%2012.067%200%200%200%200%2017.141a12.067%2012.067%200%200%200%2017.141%200l.697.697a12.97%2012.97%200%200%201-9.336%203.726M24%2010.993A10.993%2010.993%200%200%200%2012.949%200c-.389%200-.766%200-1.143.057l-.252.732a18.91%2018.91%200%200%201%2011.588%2011.576l.731-.263c0-.366.069-.732.069-1.143m-1.269%205.165A17.53%2017.53%200%200%200%207.818%201.27a11%2011%200%200%200-2.457%201.77v1.635A13.92%2013.92%200%200%201%2019.268%2018.57h1.634a11.7%2011.7%200%200%200%201.771-2.446M7.92%2017.884a1.691%201.691%200%201%201-1.69-1.691a1.69%201.69%200%200%201%201.69%201.691%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%22M12.926%2019.324a7.6%207.6%200%200%200-2.983-6.754a7.44%207.44%200%200%200-3.828-1.554a.697.697%200%200%201-.606-.731a.674.674%200%200%201%20.743-.617a8.97%208.97%200%200%201%208%209.805a8%208%200%200%201-.298%201.542l1.989.56a11%2011%200%200%200%201.714-.651a12%2012%200%200%200%20.217-2.343A12.57%2012.57%200%200%200%207.212%206.171a5.5%205.5%200%200%200-2%200a4.35%204.35%200%200%200-2.16%201.337a4.274%204.274%200%200%200%201.909%206.856a10%2010%200%200%200%201.074.195a4.01%204.01%200%200%201%203.337%203.954a3.97%203.97%200%200%201-.64%202.16l1.371.88a10%2010%200%200%200%202.057.342a7.5%207.5%200%200%200%20.754-2.628m.16%204.73A13.073%2013.073%200%200%201%20.001%2010.983A12.98%2012.98%200%200%201%203.83%201.737l.743.697a12.067%2012.067%200%200%200%200%2017.141a12.067%2012.067%200%200%200%2017.141%200l.697.697a12.97%2012.97%200%200%201-9.336%203.726M24%2010.993A10.993%2010.993%200%200%200%2012.949%200c-.389%200-.766%200-1.143.057l-.252.732a18.91%2018.91%200%200%201%2011.588%2011.576l.731-.263c0-.366.069-.732.069-1.143m-1.269%205.165A17.53%2017.53%200%200%200%207.818%201.27a11%2011%200%200%200-2.457%201.77v1.635A13.92%2013.92%200%200%201%2019.268%2018.57h1.634a11.7%2011.7%200%200%200%201.771-2.446M7.92%2017.884a1.691%201.691%200%201%201-1.69-1.691a1.69%201.69%200%200%201%201.69%201.691%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/espressif.svg?color=%231a73e8&size=48