croissant emoji
croissant from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- croissant
- Set
- Twitter Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More food & drink icons from Twitter Emoji
Use the croissant emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M11.569 35.41c-2.223-.63-5.362-4.11-6.86-7.331c-.183-.391-1.101-.673-1.265-1.084C.953 20.775.637 12.54 6.342 6.834C12.751.425 20.537-.295 26.817 1.757c.45.147.837 1.114 1.286 1.199c5.917 1.115 8.322 7.549 5.759 6.816c-1.199-.342-2.657-.557-3.814-.428c-.437.049-1.051.892-1.544.962c-.767.11-2.64.212-3.564.305c-9.159.916-12.395 6.971-12.811 14.256c-.046.808-.617.623-.73 1.283c-.344 1.992 1.089 4.884 1.772 6.939c.594 1.794.619 2.951-1.602 2.321"/><path fill="#db7803" d="M4.128 9.652c-1.439 2.333-2.158 4.906-2.333 7.505c2.615-1.499 6.334-2.652 12.393-.18a11.6 11.6 0 0 1 3.124-3.624c-.992-.932-1.992-1.645-2.742-1.822c-2.481-.588-7.17-2.213-10.442-1.879m-.251 17.769c.324.215.719.416.832.658q.05.104.103.209c1.92-1.11 4.42-1.707 6.553-1.642c.006-.167.005-.339.032-.496c.095-.552.506-.52.667-.965c-4.887-1.059-6.75.812-8.187 2.236M28.899 3.157c-.26-.074-.52-.148-.796-.2c-.169-.032-.33-.19-.489-.382c.918 2.123 1.899 5.032 1.024 7.689c.467-.178 1.011-.875 1.409-.919c.067-.007.143-.003.211-.008c.206-1.704-.284-4.207-1.359-6.18"/><path fill="#ffac33" d="M2.038 14.915C1.084 11.663 2.419 2.294 14.659 0c2.133 0 10.133 1.272 6.527 16.257c-.559 2.325-1.797 2.739-3.562 1.605c-4.126-2.648-11.602-7.099-15.586-2.947"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiCroissant(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M11.569 35.41c-2.223-.63-5.362-4.11-6.86-7.331c-.183-.391-1.101-.673-1.265-1.084C.953 20.775.637 12.54 6.342 6.834C12.751.425 20.537-.295 26.817 1.757c.45.147.837 1.114 1.286 1.199c5.917 1.115 8.322 7.549 5.759 6.816c-1.199-.342-2.657-.557-3.814-.428c-.437.049-1.051.892-1.544.962c-.767.11-2.64.212-3.564.305c-9.159.916-12.395 6.971-12.811 14.256c-.046.808-.617.623-.73 1.283c-.344 1.992 1.089 4.884 1.772 6.939c.594 1.794.619 2.951-1.602 2.321"/><path fill="#db7803" d="M4.128 9.652c-1.439 2.333-2.158 4.906-2.333 7.505c2.615-1.499 6.334-2.652 12.393-.18a11.6 11.6 0 0 1 3.124-3.624c-.992-.932-1.992-1.645-2.742-1.822c-2.481-.588-7.17-2.213-10.442-1.879m-.251 17.769c.324.215.719.416.832.658q.05.104.103.209c1.92-1.11 4.42-1.707 6.553-1.642c.006-.167.005-.339.032-.496c.095-.552.506-.52.667-.965c-4.887-1.059-6.75.812-8.187 2.236M28.899 3.157c-.26-.074-.52-.148-.796-.2c-.169-.032-.33-.19-.489-.382c.918 2.123 1.899 5.032 1.024 7.689c.467-.178 1.011-.875 1.409-.919c.067-.007.143-.003.211-.008c.206-1.704-.284-4.207-1.359-6.18"/><path fill="#ffac33" d="M2.038 14.915C1.084 11.663 2.419 2.294 14.659 0c2.133 0 10.133 1.272 6.527 16.257c-.559 2.325-1.797 2.739-3.562 1.605c-4.126-2.648-11.602-7.099-15.586-2.947"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M11.569 35.41c-2.223-.63-5.362-4.11-6.86-7.331c-.183-.391-1.101-.673-1.265-1.084C.953 20.775.637 12.54 6.342 6.834C12.751.425 20.537-.295 26.817 1.757c.45.147.837 1.114 1.286 1.199c5.917 1.115 8.322 7.549 5.759 6.816c-1.199-.342-2.657-.557-3.814-.428c-.437.049-1.051.892-1.544.962c-.767.11-2.64.212-3.564.305c-9.159.916-12.395 6.971-12.811 14.256c-.046.808-.617.623-.73 1.283c-.344 1.992 1.089 4.884 1.772 6.939c.594 1.794.619 2.951-1.602 2.321"/><path fill="#db7803" d="M4.128 9.652c-1.439 2.333-2.158 4.906-2.333 7.505c2.615-1.499 6.334-2.652 12.393-.18a11.6 11.6 0 0 1 3.124-3.624c-.992-.932-1.992-1.645-2.742-1.822c-2.481-.588-7.17-2.213-10.442-1.879m-.251 17.769c.324.215.719.416.832.658q.05.104.103.209c1.92-1.11 4.42-1.707 6.553-1.642c.006-.167.005-.339.032-.496c.095-.552.506-.52.667-.965c-4.887-1.059-6.75.812-8.187 2.236M28.899 3.157c-.26-.074-.52-.148-.796-.2c-.169-.032-.33-.19-.489-.382c.918 2.123 1.899 5.032 1.024 7.689c.467-.178 1.011-.875 1.409-.919c.067-.007.143-.003.211-.008c.206-1.704-.284-4.207-1.359-6.18"/><path fill="#ffac33" d="M2.038 14.915C1.084 11.663 2.419 2.294 14.659 0c2.133 0 10.133 1.272 6.527 16.257c-.559 2.325-1.797 2.739-3.562 1.605c-4.126-2.648-11.602-7.099-15.586-2.947"/></svg> </template>
CSS
.icon-croissant {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M11.569%2035.41c-2.223-.63-5.362-4.11-6.86-7.331c-.183-.391-1.101-.673-1.265-1.084C.953%2020.775.637%2012.54%206.342%206.834C12.751.425%2020.537-.295%2026.817%201.757c.45.147.837%201.114%201.286%201.199c5.917%201.115%208.322%207.549%205.759%206.816c-1.199-.342-2.657-.557-3.814-.428c-.437.049-1.051.892-1.544.962c-.767.11-2.64.212-3.564.305c-9.159.916-12.395%206.971-12.811%2014.256c-.046.808-.617.623-.73%201.283c-.344%201.992%201.089%204.884%201.772%206.939c.594%201.794.619%202.951-1.602%202.321%22%2F%3E%3Cpath%20fill%3D%22%23db7803%22%20d%3D%22M4.128%209.652c-1.439%202.333-2.158%204.906-2.333%207.505c2.615-1.499%206.334-2.652%2012.393-.18a11.6%2011.6%200%200%201%203.124-3.624c-.992-.932-1.992-1.645-2.742-1.822c-2.481-.588-7.17-2.213-10.442-1.879m-.251%2017.769c.324.215.719.416.832.658q.05.104.103.209c1.92-1.11%204.42-1.707%206.553-1.642c.006-.167.005-.339.032-.496c.095-.552.506-.52.667-.965c-4.887-1.059-6.75.812-8.187%202.236M28.899%203.157c-.26-.074-.52-.148-.796-.2c-.169-.032-.33-.19-.489-.382c.918%202.123%201.899%205.032%201.024%207.689c.467-.178%201.011-.875%201.409-.919c.067-.007.143-.003.211-.008c.206-1.704-.284-4.207-1.359-6.18%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M2.038%2014.915C1.084%2011.663%202.419%202.294%2014.659%200c2.133%200%2010.133%201.272%206.527%2016.257c-.559%202.325-1.797%202.739-3.562%201.605c-4.126-2.648-11.602-7.099-15.586-2.947%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M11.569%2035.41c-2.223-.63-5.362-4.11-6.86-7.331c-.183-.391-1.101-.673-1.265-1.084C.953%2020.775.637%2012.54%206.342%206.834C12.751.425%2020.537-.295%2026.817%201.757c.45.147.837%201.114%201.286%201.199c5.917%201.115%208.322%207.549%205.759%206.816c-1.199-.342-2.657-.557-3.814-.428c-.437.049-1.051.892-1.544.962c-.767.11-2.64.212-3.564.305c-9.159.916-12.395%206.971-12.811%2014.256c-.046.808-.617.623-.73%201.283c-.344%201.992%201.089%204.884%201.772%206.939c.594%201.794.619%202.951-1.602%202.321%22%2F%3E%3Cpath%20fill%3D%22%23db7803%22%20d%3D%22M4.128%209.652c-1.439%202.333-2.158%204.906-2.333%207.505c2.615-1.499%206.334-2.652%2012.393-.18a11.6%2011.6%200%200%201%203.124-3.624c-.992-.932-1.992-1.645-2.742-1.822c-2.481-.588-7.17-2.213-10.442-1.879m-.251%2017.769c.324.215.719.416.832.658q.05.104.103.209c1.92-1.11%204.42-1.707%206.553-1.642c.006-.167.005-.339.032-.496c.095-.552.506-.52.667-.965c-4.887-1.059-6.75.812-8.187%202.236M28.899%203.157c-.26-.074-.52-.148-.796-.2c-.169-.032-.33-.19-.489-.382c.918%202.123%201.899%205.032%201.024%207.689c.467-.178%201.011-.875%201.409-.919c.067-.007.143-.003.211-.008c.206-1.704-.284-4.207-1.359-6.18%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M2.038%2014.915C1.084%2011.663%202.419%202.294%2014.659%200c2.133%200%2010.133%201.272%206.527%2016.257c-.559%202.325-1.797%202.739-3.562%201.605c-4.126-2.648-11.602-7.099-15.586-2.947%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/croissant.svg?color=%231a73e8&size=48