pretzel from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.

Name
pretzel
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 pretzel emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M35 16c0-8-6-11-12-11c-1.738 0-3.472.371-5 1.097C16.472 5.371 14.738 5 13 5C7 5 1 8 1 16c0 3 1.314 5.662 3 8c.434.602.903 1.146 1.4 1.647c-.357.603-.616 1.091-.779 1.353C4 28 5 29 6 29c.69 0 1.205-.617 1.745-1.482C10.552 29.273 14.023 30 18 30s7.448-.727 10.255-2.482C28.795 28.383 29.31 29 30 29c1 0 2-1 1.379-2c-.163-.262-.422-.75-.779-1.353c.497-.501.967-1.046 1.4-1.647c1.686-2.338 3-5 3-8m-17 1.207C16.578 15.736 17 14 17 14c0-.708.381-1.414 1-2.034c.619.62 1 1.326 1 2.034c0 0 .422 1.736-1 3.207M8.215 19.94C6.59 17.687 6.204 15.388 7 13c1.053-3.158 4.85-3 6-3c.288 0 .576.024.861.059C13.314 11.185 13 12.498 13 14c0 1.476.578 3.273 1.951 4.799c-.298.075-.61.144-.951.201c-1.907.318-3.471 1.122-4.745 2.107a8 8 0 0 1-1.04-1.167M18 24c-2.296 0-4.476-.394-6.324-1.266A5.8 5.8 0 0 1 14 22c1.565-.157 2.885-.524 4-1.024c1.115.5 2.435.867 4 1.024a5.8 5.8 0 0 1 2.324.734C22.476 23.606 20.296 24 18 24m9.785-4.06a8.3 8.3 0 0 1-1.04 1.167C25.471 20.122 23.906 19.318 22 19a12 12 0 0 1-.95-.201C22.422 17.273 23 15.476 23 14c0-1.502-.313-2.815-.861-3.941c.285-.035.573-.059.861-.059c1.15 0 4.947-.158 6 3c.796 2.388.41 4.687-1.215 6.94"/><path fill="#ad5810" d="M11.751 22.764c-.794.448-1.78 1.172-2.376 2.236c-.688 1.229-1.218 2.033-1.584 2.544q.503.312 1.032.581a30 30 0 0 1 1.552-2.688c.768-1.179 1.902-1.912 2.489-2.238a12 12 0 0 1-1.113-.435m11.692-.434l-.005.002q.472.17.886.402c-.19.09-.399.153-.597.233c.564.415 1.348 1.092 1.96 2.032a61 61 0 0 1 1.797 2.952c.26-.14.521-.278.771-.435c.188.3.372.567.562.792c0 0-.562-.792-2.004-3.31s-3.37-2.668-3.37-2.668m-2.393-3.531c.05-.055.09-.112.138-.168a93 93 0 0 0-2.023 1.622a5.7 5.7 0 0 1-1.161.724c.401.18.839.335 1.296.477c.524-.293 1.157-.698 1.701-1.204c.56-.521.892-.92 1.081-1.23c-.029-.005-.054-.015-.082-.02a12 12 0 0 1-.95-.201m-2.467-6.088c.732-.612 2.127-1.524 3.951-1.669a8 8 0 0 0-.376-.935c-.583.091-1.385.249-2.158.518c-.877.305-1.58.914-1.998 1.344c.235.236.423.486.581.742"/><g fill="#ffe8b6"><circle cx="7" cy="22" r="1"/><circle cx="3" cy="14" r="1"/><circle cx="6" cy="11" r="1"/><circle cx="12" cy="7" r="1"/><circle cx="14" cy="27" r="1"/><circle cx="21" cy="26" r="1"/><circle cx="25" cy="27" r="1"/><circle cx="31" cy="17" r="1"/><circle cx="31" cy="9" r="1"/><circle cx="22" cy="8" r="1"/><circle cx="19" cy="9" r="1"/></g></svg>

React

import type { SVGProps } from "react";

export function TwemojiPretzel(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="M35 16c0-8-6-11-12-11c-1.738 0-3.472.371-5 1.097C16.472 5.371 14.738 5 13 5C7 5 1 8 1 16c0 3 1.314 5.662 3 8c.434.602.903 1.146 1.4 1.647c-.357.603-.616 1.091-.779 1.353C4 28 5 29 6 29c.69 0 1.205-.617 1.745-1.482C10.552 29.273 14.023 30 18 30s7.448-.727 10.255-2.482C28.795 28.383 29.31 29 30 29c1 0 2-1 1.379-2c-.163-.262-.422-.75-.779-1.353c.497-.501.967-1.046 1.4-1.647c1.686-2.338 3-5 3-8m-17 1.207C16.578 15.736 17 14 17 14c0-.708.381-1.414 1-2.034c.619.62 1 1.326 1 2.034c0 0 .422 1.736-1 3.207M8.215 19.94C6.59 17.687 6.204 15.388 7 13c1.053-3.158 4.85-3 6-3c.288 0 .576.024.861.059C13.314 11.185 13 12.498 13 14c0 1.476.578 3.273 1.951 4.799c-.298.075-.61.144-.951.201c-1.907.318-3.471 1.122-4.745 2.107a8 8 0 0 1-1.04-1.167M18 24c-2.296 0-4.476-.394-6.324-1.266A5.8 5.8 0 0 1 14 22c1.565-.157 2.885-.524 4-1.024c1.115.5 2.435.867 4 1.024a5.8 5.8 0 0 1 2.324.734C22.476 23.606 20.296 24 18 24m9.785-4.06a8.3 8.3 0 0 1-1.04 1.167C25.471 20.122 23.906 19.318 22 19a12 12 0 0 1-.95-.201C22.422 17.273 23 15.476 23 14c0-1.502-.313-2.815-.861-3.941c.285-.035.573-.059.861-.059c1.15 0 4.947-.158 6 3c.796 2.388.41 4.687-1.215 6.94"/><path fill="#ad5810" d="M11.751 22.764c-.794.448-1.78 1.172-2.376 2.236c-.688 1.229-1.218 2.033-1.584 2.544q.503.312 1.032.581a30 30 0 0 1 1.552-2.688c.768-1.179 1.902-1.912 2.489-2.238a12 12 0 0 1-1.113-.435m11.692-.434l-.005.002q.472.17.886.402c-.19.09-.399.153-.597.233c.564.415 1.348 1.092 1.96 2.032a61 61 0 0 1 1.797 2.952c.26-.14.521-.278.771-.435c.188.3.372.567.562.792c0 0-.562-.792-2.004-3.31s-3.37-2.668-3.37-2.668m-2.393-3.531c.05-.055.09-.112.138-.168a93 93 0 0 0-2.023 1.622a5.7 5.7 0 0 1-1.161.724c.401.18.839.335 1.296.477c.524-.293 1.157-.698 1.701-1.204c.56-.521.892-.92 1.081-1.23c-.029-.005-.054-.015-.082-.02a12 12 0 0 1-.95-.201m-2.467-6.088c.732-.612 2.127-1.524 3.951-1.669a8 8 0 0 0-.376-.935c-.583.091-1.385.249-2.158.518c-.877.305-1.58.914-1.998 1.344c.235.236.423.486.581.742"/><g fill="#ffe8b6"><circle cx="7" cy="22" r="1"/><circle cx="3" cy="14" r="1"/><circle cx="6" cy="11" r="1"/><circle cx="12" cy="7" r="1"/><circle cx="14" cy="27" r="1"/><circle cx="21" cy="26" r="1"/><circle cx="25" cy="27" r="1"/><circle cx="31" cy="17" r="1"/><circle cx="31" cy="9" r="1"/><circle cx="22" cy="8" r="1"/><circle cx="19" cy="9" r="1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M35 16c0-8-6-11-12-11c-1.738 0-3.472.371-5 1.097C16.472 5.371 14.738 5 13 5C7 5 1 8 1 16c0 3 1.314 5.662 3 8c.434.602.903 1.146 1.4 1.647c-.357.603-.616 1.091-.779 1.353C4 28 5 29 6 29c.69 0 1.205-.617 1.745-1.482C10.552 29.273 14.023 30 18 30s7.448-.727 10.255-2.482C28.795 28.383 29.31 29 30 29c1 0 2-1 1.379-2c-.163-.262-.422-.75-.779-1.353c.497-.501.967-1.046 1.4-1.647c1.686-2.338 3-5 3-8m-17 1.207C16.578 15.736 17 14 17 14c0-.708.381-1.414 1-2.034c.619.62 1 1.326 1 2.034c0 0 .422 1.736-1 3.207M8.215 19.94C6.59 17.687 6.204 15.388 7 13c1.053-3.158 4.85-3 6-3c.288 0 .576.024.861.059C13.314 11.185 13 12.498 13 14c0 1.476.578 3.273 1.951 4.799c-.298.075-.61.144-.951.201c-1.907.318-3.471 1.122-4.745 2.107a8 8 0 0 1-1.04-1.167M18 24c-2.296 0-4.476-.394-6.324-1.266A5.8 5.8 0 0 1 14 22c1.565-.157 2.885-.524 4-1.024c1.115.5 2.435.867 4 1.024a5.8 5.8 0 0 1 2.324.734C22.476 23.606 20.296 24 18 24m9.785-4.06a8.3 8.3 0 0 1-1.04 1.167C25.471 20.122 23.906 19.318 22 19a12 12 0 0 1-.95-.201C22.422 17.273 23 15.476 23 14c0-1.502-.313-2.815-.861-3.941c.285-.035.573-.059.861-.059c1.15 0 4.947-.158 6 3c.796 2.388.41 4.687-1.215 6.94"/><path fill="#ad5810" d="M11.751 22.764c-.794.448-1.78 1.172-2.376 2.236c-.688 1.229-1.218 2.033-1.584 2.544q.503.312 1.032.581a30 30 0 0 1 1.552-2.688c.768-1.179 1.902-1.912 2.489-2.238a12 12 0 0 1-1.113-.435m11.692-.434l-.005.002q.472.17.886.402c-.19.09-.399.153-.597.233c.564.415 1.348 1.092 1.96 2.032a61 61 0 0 1 1.797 2.952c.26-.14.521-.278.771-.435c.188.3.372.567.562.792c0 0-.562-.792-2.004-3.31s-3.37-2.668-3.37-2.668m-2.393-3.531c.05-.055.09-.112.138-.168a93 93 0 0 0-2.023 1.622a5.7 5.7 0 0 1-1.161.724c.401.18.839.335 1.296.477c.524-.293 1.157-.698 1.701-1.204c.56-.521.892-.92 1.081-1.23c-.029-.005-.054-.015-.082-.02a12 12 0 0 1-.95-.201m-2.467-6.088c.732-.612 2.127-1.524 3.951-1.669a8 8 0 0 0-.376-.935c-.583.091-1.385.249-2.158.518c-.877.305-1.58.914-1.998 1.344c.235.236.423.486.581.742"/><g fill="#ffe8b6"><circle cx="7" cy="22" r="1"/><circle cx="3" cy="14" r="1"/><circle cx="6" cy="11" r="1"/><circle cx="12" cy="7" r="1"/><circle cx="14" cy="27" r="1"/><circle cx="21" cy="26" r="1"/><circle cx="25" cy="27" r="1"/><circle cx="31" cy="17" r="1"/><circle cx="31" cy="9" r="1"/><circle cx="22" cy="8" r="1"/><circle cx="19" cy="9" r="1"/></g></svg>
</template>

CSS

.icon-pretzel {
  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%22M35%2016c0-8-6-11-12-11c-1.738%200-3.472.371-5%201.097C16.472%205.371%2014.738%205%2013%205C7%205%201%208%201%2016c0%203%201.314%205.662%203%208c.434.602.903%201.146%201.4%201.647c-.357.603-.616%201.091-.779%201.353C4%2028%205%2029%206%2029c.69%200%201.205-.617%201.745-1.482C10.552%2029.273%2014.023%2030%2018%2030s7.448-.727%2010.255-2.482C28.795%2028.383%2029.31%2029%2030%2029c1%200%202-1%201.379-2c-.163-.262-.422-.75-.779-1.353c.497-.501.967-1.046%201.4-1.647c1.686-2.338%203-5%203-8m-17%201.207C16.578%2015.736%2017%2014%2017%2014c0-.708.381-1.414%201-2.034c.619.62%201%201.326%201%202.034c0%200%20.422%201.736-1%203.207M8.215%2019.94C6.59%2017.687%206.204%2015.388%207%2013c1.053-3.158%204.85-3%206-3c.288%200%20.576.024.861.059C13.314%2011.185%2013%2012.498%2013%2014c0%201.476.578%203.273%201.951%204.799c-.298.075-.61.144-.951.201c-1.907.318-3.471%201.122-4.745%202.107a8%208%200%200%201-1.04-1.167M18%2024c-2.296%200-4.476-.394-6.324-1.266A5.8%205.8%200%200%201%2014%2022c1.565-.157%202.885-.524%204-1.024c1.115.5%202.435.867%204%201.024a5.8%205.8%200%200%201%202.324.734C22.476%2023.606%2020.296%2024%2018%2024m9.785-4.06a8.3%208.3%200%200%201-1.04%201.167C25.471%2020.122%2023.906%2019.318%2022%2019a12%2012%200%200%201-.95-.201C22.422%2017.273%2023%2015.476%2023%2014c0-1.502-.313-2.815-.861-3.941c.285-.035.573-.059.861-.059c1.15%200%204.947-.158%206%203c.796%202.388.41%204.687-1.215%206.94%22%2F%3E%3Cpath%20fill%3D%22%23ad5810%22%20d%3D%22M11.751%2022.764c-.794.448-1.78%201.172-2.376%202.236c-.688%201.229-1.218%202.033-1.584%202.544q.503.312%201.032.581a30%2030%200%200%201%201.552-2.688c.768-1.179%201.902-1.912%202.489-2.238a12%2012%200%200%201-1.113-.435m11.692-.434l-.005.002q.472.17.886.402c-.19.09-.399.153-.597.233c.564.415%201.348%201.092%201.96%202.032a61%2061%200%200%201%201.797%202.952c.26-.14.521-.278.771-.435c.188.3.372.567.562.792c0%200-.562-.792-2.004-3.31s-3.37-2.668-3.37-2.668m-2.393-3.531c.05-.055.09-.112.138-.168a93%2093%200%200%200-2.023%201.622a5.7%205.7%200%200%201-1.161.724c.401.18.839.335%201.296.477c.524-.293%201.157-.698%201.701-1.204c.56-.521.892-.92%201.081-1.23c-.029-.005-.054-.015-.082-.02a12%2012%200%200%201-.95-.201m-2.467-6.088c.732-.612%202.127-1.524%203.951-1.669a8%208%200%200%200-.376-.935c-.583.091-1.385.249-2.158.518c-.877.305-1.58.914-1.998%201.344c.235.236.423.486.581.742%22%2F%3E%3Cg%20fill%3D%22%23ffe8b6%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2222%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2214%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2211%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2226%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%2217%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3C%2Fg%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%22M35%2016c0-8-6-11-12-11c-1.738%200-3.472.371-5%201.097C16.472%205.371%2014.738%205%2013%205C7%205%201%208%201%2016c0%203%201.314%205.662%203%208c.434.602.903%201.146%201.4%201.647c-.357.603-.616%201.091-.779%201.353C4%2028%205%2029%206%2029c.69%200%201.205-.617%201.745-1.482C10.552%2029.273%2014.023%2030%2018%2030s7.448-.727%2010.255-2.482C28.795%2028.383%2029.31%2029%2030%2029c1%200%202-1%201.379-2c-.163-.262-.422-.75-.779-1.353c.497-.501.967-1.046%201.4-1.647c1.686-2.338%203-5%203-8m-17%201.207C16.578%2015.736%2017%2014%2017%2014c0-.708.381-1.414%201-2.034c.619.62%201%201.326%201%202.034c0%200%20.422%201.736-1%203.207M8.215%2019.94C6.59%2017.687%206.204%2015.388%207%2013c1.053-3.158%204.85-3%206-3c.288%200%20.576.024.861.059C13.314%2011.185%2013%2012.498%2013%2014c0%201.476.578%203.273%201.951%204.799c-.298.075-.61.144-.951.201c-1.907.318-3.471%201.122-4.745%202.107a8%208%200%200%201-1.04-1.167M18%2024c-2.296%200-4.476-.394-6.324-1.266A5.8%205.8%200%200%201%2014%2022c1.565-.157%202.885-.524%204-1.024c1.115.5%202.435.867%204%201.024a5.8%205.8%200%200%201%202.324.734C22.476%2023.606%2020.296%2024%2018%2024m9.785-4.06a8.3%208.3%200%200%201-1.04%201.167C25.471%2020.122%2023.906%2019.318%2022%2019a12%2012%200%200%201-.95-.201C22.422%2017.273%2023%2015.476%2023%2014c0-1.502-.313-2.815-.861-3.941c.285-.035.573-.059.861-.059c1.15%200%204.947-.158%206%203c.796%202.388.41%204.687-1.215%206.94%22%2F%3E%3Cpath%20fill%3D%22%23ad5810%22%20d%3D%22M11.751%2022.764c-.794.448-1.78%201.172-2.376%202.236c-.688%201.229-1.218%202.033-1.584%202.544q.503.312%201.032.581a30%2030%200%200%201%201.552-2.688c.768-1.179%201.902-1.912%202.489-2.238a12%2012%200%200%201-1.113-.435m11.692-.434l-.005.002q.472.17.886.402c-.19.09-.399.153-.597.233c.564.415%201.348%201.092%201.96%202.032a61%2061%200%200%201%201.797%202.952c.26-.14.521-.278.771-.435c.188.3.372.567.562.792c0%200-.562-.792-2.004-3.31s-3.37-2.668-3.37-2.668m-2.393-3.531c.05-.055.09-.112.138-.168a93%2093%200%200%200-2.023%201.622a5.7%205.7%200%200%201-1.161.724c.401.18.839.335%201.296.477c.524-.293%201.157-.698%201.701-1.204c.56-.521.892-.92%201.081-1.23c-.029-.005-.054-.015-.082-.02a12%2012%200%200%201-.95-.201m-2.467-6.088c.732-.612%202.127-1.524%203.951-1.669a8%208%200%200%200-.376-.935c-.583.091-1.385.249-2.158.518c-.877.305-1.58.914-1.998%201.344c.235.236.423.486.581.742%22%2F%3E%3Cg%20fill%3D%22%23ffe8b6%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2222%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2214%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2211%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2226%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%2217%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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