alembic emoji
alembic from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- alembic
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the alembic emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.376 4C7.077 4 1.999 9.156 1.999 15.5c0 1.22.188 2.396.536 3.5H2.25a.75.75 0 0 0 0 1.5h.877a11.5 11.5 0 0 0 2.548 3.469l-3.53 4.839a.75.75 0 1 0 1.21.884l3.485-4.775A11.24 11.24 0 0 0 13 26.994V29a1 1 0 1 0 2 0v-2q0-.058-.007-.115a11.7 11.7 0 0 0 5.11-2.046l3.541 4.853a.75.75 0 1 0 1.212-.884l-3.586-4.914a11.7 11.7 0 0 0 2.555-3.394h.925a.75.75 0 0 0 0-1.5h-.31c.362-1.103.559-2.278.559-3.5v-.043c0-.657 0-1.323-.129-2.018l3.76 1.49a1 1 0 0 0 1.263-.482l1-2a1 1 0 0 0-.454-1.345L17.891 4.947l-.043-.02A11.2 11.2 0 0 0 13.376 4m8.932 15h-1.06a8.5 8.5 0 0 0 .737-4H5.015a8.5 8.5 0 0 0 .737 4H4.654A9.6 9.6 0 0 1 4 15.5C4 10.238 8.205 6 13.377 6c1.292 0 2.531.269 3.656.753l11.622 5.701l-.14.278l-5.129-2.034a1 1 0 0 0-1.182 1.512c.784 1.094.796 1.938.796 3.29a9.2 9.2 0 0 1-.691 3.5M6.625 20.5q.389.533.853.999l-.613.84A9.5 9.5 0 0 1 5.399 20.5zm13.75 0h1.154a9.7 9.7 0 0 1-1.447 1.766l-.56-.767a8.6 8.6 0 0 0 .853-.999M13 19a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.98 4.3l.609-.834A8.46 8.46 0 0 0 13.5 24a8.46 8.46 0 0 0 4.871-1.533l.553.757A9.6 9.6 0 0 1 13.376 25a9.26 9.26 0 0 1-5.356-1.7M9 18a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastAlembic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.376 4C7.077 4 1.999 9.156 1.999 15.5c0 1.22.188 2.396.536 3.5H2.25a.75.75 0 0 0 0 1.5h.877a11.5 11.5 0 0 0 2.548 3.469l-3.53 4.839a.75.75 0 1 0 1.21.884l3.485-4.775A11.24 11.24 0 0 0 13 26.994V29a1 1 0 1 0 2 0v-2q0-.058-.007-.115a11.7 11.7 0 0 0 5.11-2.046l3.541 4.853a.75.75 0 1 0 1.212-.884l-3.586-4.914a11.7 11.7 0 0 0 2.555-3.394h.925a.75.75 0 0 0 0-1.5h-.31c.362-1.103.559-2.278.559-3.5v-.043c0-.657 0-1.323-.129-2.018l3.76 1.49a1 1 0 0 0 1.263-.482l1-2a1 1 0 0 0-.454-1.345L17.891 4.947l-.043-.02A11.2 11.2 0 0 0 13.376 4m8.932 15h-1.06a8.5 8.5 0 0 0 .737-4H5.015a8.5 8.5 0 0 0 .737 4H4.654A9.6 9.6 0 0 1 4 15.5C4 10.238 8.205 6 13.377 6c1.292 0 2.531.269 3.656.753l11.622 5.701l-.14.278l-5.129-2.034a1 1 0 0 0-1.182 1.512c.784 1.094.796 1.938.796 3.29a9.2 9.2 0 0 1-.691 3.5M6.625 20.5q.389.533.853.999l-.613.84A9.5 9.5 0 0 1 5.399 20.5zm13.75 0h1.154a9.7 9.7 0 0 1-1.447 1.766l-.56-.767a8.6 8.6 0 0 0 .853-.999M13 19a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.98 4.3l.609-.834A8.46 8.46 0 0 0 13.5 24a8.46 8.46 0 0 0 4.871-1.533l.553.757A9.6 9.6 0 0 1 13.376 25a9.26 9.26 0 0 1-5.356-1.7M9 18a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.376 4C7.077 4 1.999 9.156 1.999 15.5c0 1.22.188 2.396.536 3.5H2.25a.75.75 0 0 0 0 1.5h.877a11.5 11.5 0 0 0 2.548 3.469l-3.53 4.839a.75.75 0 1 0 1.21.884l3.485-4.775A11.24 11.24 0 0 0 13 26.994V29a1 1 0 1 0 2 0v-2q0-.058-.007-.115a11.7 11.7 0 0 0 5.11-2.046l3.541 4.853a.75.75 0 1 0 1.212-.884l-3.586-4.914a11.7 11.7 0 0 0 2.555-3.394h.925a.75.75 0 0 0 0-1.5h-.31c.362-1.103.559-2.278.559-3.5v-.043c0-.657 0-1.323-.129-2.018l3.76 1.49a1 1 0 0 0 1.263-.482l1-2a1 1 0 0 0-.454-1.345L17.891 4.947l-.043-.02A11.2 11.2 0 0 0 13.376 4m8.932 15h-1.06a8.5 8.5 0 0 0 .737-4H5.015a8.5 8.5 0 0 0 .737 4H4.654A9.6 9.6 0 0 1 4 15.5C4 10.238 8.205 6 13.377 6c1.292 0 2.531.269 3.656.753l11.622 5.701l-.14.278l-5.129-2.034a1 1 0 0 0-1.182 1.512c.784 1.094.796 1.938.796 3.29a9.2 9.2 0 0 1-.691 3.5M6.625 20.5q.389.533.853.999l-.613.84A9.5 9.5 0 0 1 5.399 20.5zm13.75 0h1.154a9.7 9.7 0 0 1-1.447 1.766l-.56-.767a8.6 8.6 0 0 0 .853-.999M13 19a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.98 4.3l.609-.834A8.46 8.46 0 0 0 13.5 24a8.46 8.46 0 0 0 4.871-1.533l.553.757A9.6 9.6 0 0 1 13.376 25a9.26 9.26 0 0 1-5.356-1.7M9 18a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-alembic {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.376%204C7.077%204%201.999%209.156%201.999%2015.5c0%201.22.188%202.396.536%203.5H2.25a.75.75%200%200%200%200%201.5h.877a11.5%2011.5%200%200%200%202.548%203.469l-3.53%204.839a.75.75%200%201%200%201.21.884l3.485-4.775A11.24%2011.24%200%200%200%2013%2026.994V29a1%201%200%201%200%202%200v-2q0-.058-.007-.115a11.7%2011.7%200%200%200%205.11-2.046l3.541%204.853a.75.75%200%201%200%201.212-.884l-3.586-4.914a11.7%2011.7%200%200%200%202.555-3.394h.925a.75.75%200%200%200%200-1.5h-.31c.362-1.103.559-2.278.559-3.5v-.043c0-.657%200-1.323-.129-2.018l3.76%201.49a1%201%200%200%200%201.263-.482l1-2a1%201%200%200%200-.454-1.345L17.891%204.947l-.043-.02A11.2%2011.2%200%200%200%2013.376%204m8.932%2015h-1.06a8.5%208.5%200%200%200%20.737-4H5.015a8.5%208.5%200%200%200%20.737%204H4.654A9.6%209.6%200%200%201%204%2015.5C4%2010.238%208.205%206%2013.377%206c1.292%200%202.531.269%203.656.753l11.622%205.701l-.14.278l-5.129-2.034a1%201%200%200%200-1.182%201.512c.784%201.094.796%201.938.796%203.29a9.2%209.2%200%200%201-.691%203.5M6.625%2020.5q.389.533.853.999l-.613.84A9.5%209.5%200%200%201%205.399%2020.5zm13.75%200h1.154a9.7%209.7%200%200%201-1.447%201.766l-.56-.767a8.6%208.6%200%200%200%20.853-.999M13%2019a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-4.98%204.3l.609-.834A8.46%208.46%200%200%200%2013.5%2024a8.46%208.46%200%200%200%204.871-1.533l.553.757A9.6%209.6%200%200%201%2013.376%2025a9.26%209.26%200%200%201-5.356-1.7M9%2018a1%201%200%201%201%200-2a1%201%200%200%201%200%202m4%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.376%204C7.077%204%201.999%209.156%201.999%2015.5c0%201.22.188%202.396.536%203.5H2.25a.75.75%200%200%200%200%201.5h.877a11.5%2011.5%200%200%200%202.548%203.469l-3.53%204.839a.75.75%200%201%200%201.21.884l3.485-4.775A11.24%2011.24%200%200%200%2013%2026.994V29a1%201%200%201%200%202%200v-2q0-.058-.007-.115a11.7%2011.7%200%200%200%205.11-2.046l3.541%204.853a.75.75%200%201%200%201.212-.884l-3.586-4.914a11.7%2011.7%200%200%200%202.555-3.394h.925a.75.75%200%200%200%200-1.5h-.31c.362-1.103.559-2.278.559-3.5v-.043c0-.657%200-1.323-.129-2.018l3.76%201.49a1%201%200%200%200%201.263-.482l1-2a1%201%200%200%200-.454-1.345L17.891%204.947l-.043-.02A11.2%2011.2%200%200%200%2013.376%204m8.932%2015h-1.06a8.5%208.5%200%200%200%20.737-4H5.015a8.5%208.5%200%200%200%20.737%204H4.654A9.6%209.6%200%200%201%204%2015.5C4%2010.238%208.205%206%2013.377%206c1.292%200%202.531.269%203.656.753l11.622%205.701l-.14.278l-5.129-2.034a1%201%200%200%200-1.182%201.512c.784%201.094.796%201.938.796%203.29a9.2%209.2%200%200%201-.691%203.5M6.625%2020.5q.389.533.853.999l-.613.84A9.5%209.5%200%200%201%205.399%2020.5zm13.75%200h1.154a9.7%209.7%200%200%201-1.447%201.766l-.56-.767a8.6%208.6%200%200%200%20.853-.999M13%2019a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-4.98%204.3l.609-.834A8.46%208.46%200%200%200%2013.5%2024a8.46%208.46%200%200%200%204.871-1.533l.553.757A9.6%209.6%200%200%201%2013.376%2025a9.26%209.26%200%200%201-5.356-1.7M9%2018a1%201%200%201%201%200-2a1%201%200%200%201%200%202m4%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/alembic.svg?color=%231a73e8&size=48