part alternation mark emoji
part-alternation-mark from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- part-alternation-mark
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the part alternation mark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f2a600" d="M87.6 22.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-1-.3-2-.5-2.9-.5h-5s-2.4 3.3-4 5L58 27.4c-1.1 1.2-3 .7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-.6-.3-1.4-.4-2.2-.4h-4.7s-1.7 2-3.4 3.7L8.3 31.2c-1.5 1.4-1.7 3.7-.4 5.3l4.5 10.2c4-.1 4 0 5.1 0s2.2-.3 3.1-1.1L34 33.9c1.1-1.1 3-.5 3.3 1l4.2 17.6c.5 2.2 4.1 7.3 4.1 7.3h5.1c2.7 0 5.4-1.2 7.2-3.3L67 45.8c.6-.7 1.6-.3 1.8.5c2.4 20.2 36.9 77.6 36.9 77.6h5c1.1 0 2.2-.4 3-1.2L126 110c1.5-1.6 1.5-4.1-.1-5.7C95.7 75.5 87.5 36 87.6 22.7"/><path fill="#ffcc32" d="M82.6 22.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-3.8-1.5-7.7 0-11.8 4.5L53.1 27.4c-1.1 1.2-3 .7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-3-1.1-7.3.3-10.4 3.3L3.3 31.2c-1.5 1.4-1.7 3.7-.4 5.3l6.7 8.7c1.5 1.9 4.2 2.1 5.9.4L29 33.9c1.1-1.1 3-.5 3.3 1l4.2 17.6c.8 3.5 3.5 6.2 7 7c3.4.8 7.1-.4 9.4-3L62 45.8c.6-.7 1.6-.3 1.8.5c2.5 20.6 17.4 54.9 39.2 76.5c1.6 1.6 4.1 1.5 5.7-.1L121 110c1.5-1.6 1.5-4.1-.1-5.7C90.8 75.5 82.5 36 82.6 22.7"/><circle cx="102.4" cy="95" r="3.3" fill="#fff170"/><path fill="#fff170" d="M96 90.6c-1 0-2-.5-2.6-1.4c-1.3-2.1-6.58-11.69-10.07-20.23c-1.44-3.68-4.27-10.35-6.39-18.63c-1.57-6.13-2.67-14.25-2.98-16.87c-.63-5.31-.74-10.69-1.23-10.8c-1.6-.5-2.53 3.03-4.03 3.43c-2.4.7-4.5-1.9-3.5-4.2c1.1-2.3 3.74-4.41 5.34-5.59s3.2-1.49 4.7-.99c2.9 1 2.99 4.37 3.34 8.56c.33 3.87 1.35 14.84 3.6 24.6c1.56 6.79 4.89 14.63 6.61 18.41c2.41 5.29 8.4 17.2 9.7 19.3c.9 1.4.4 3.3-1 4.1c-.39.21-.99.31-1.49.31M45.52 24.61c-1.43-7.05-2.05-9-3.01-12.44c-.75-2.72-3.77-4.57-6.96-3.25c-2.25.92-5.82 4.29-7.12 5.39c-1.3 1.2-3.52 3.62-1.91 5.35s4.19.01 5.02-.6c.82-.6 1.91-1.67 3.39-2.79c1.01-.77 2.24-.17 2.54 1.03c1.24 6.19 1.95 8.25 2.25 9.46c.36 1.43 1.31 4.6 4.24 3.7s1.86-4.05 1.56-5.85"/></svg>
React
import type { SVGProps } from "react";
export function NotoPartAlternationMark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f2a600" d="M87.6 22.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-1-.3-2-.5-2.9-.5h-5s-2.4 3.3-4 5L58 27.4c-1.1 1.2-3 .7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-.6-.3-1.4-.4-2.2-.4h-4.7s-1.7 2-3.4 3.7L8.3 31.2c-1.5 1.4-1.7 3.7-.4 5.3l4.5 10.2c4-.1 4 0 5.1 0s2.2-.3 3.1-1.1L34 33.9c1.1-1.1 3-.5 3.3 1l4.2 17.6c.5 2.2 4.1 7.3 4.1 7.3h5.1c2.7 0 5.4-1.2 7.2-3.3L67 45.8c.6-.7 1.6-.3 1.8.5c2.4 20.2 36.9 77.6 36.9 77.6h5c1.1 0 2.2-.4 3-1.2L126 110c1.5-1.6 1.5-4.1-.1-5.7C95.7 75.5 87.5 36 87.6 22.7"/><path fill="#ffcc32" d="M82.6 22.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-3.8-1.5-7.7 0-11.8 4.5L53.1 27.4c-1.1 1.2-3 .7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-3-1.1-7.3.3-10.4 3.3L3.3 31.2c-1.5 1.4-1.7 3.7-.4 5.3l6.7 8.7c1.5 1.9 4.2 2.1 5.9.4L29 33.9c1.1-1.1 3-.5 3.3 1l4.2 17.6c.8 3.5 3.5 6.2 7 7c3.4.8 7.1-.4 9.4-3L62 45.8c.6-.7 1.6-.3 1.8.5c2.5 20.6 17.4 54.9 39.2 76.5c1.6 1.6 4.1 1.5 5.7-.1L121 110c1.5-1.6 1.5-4.1-.1-5.7C90.8 75.5 82.5 36 82.6 22.7"/><circle cx="102.4" cy="95" r="3.3" fill="#fff170"/><path fill="#fff170" d="M96 90.6c-1 0-2-.5-2.6-1.4c-1.3-2.1-6.58-11.69-10.07-20.23c-1.44-3.68-4.27-10.35-6.39-18.63c-1.57-6.13-2.67-14.25-2.98-16.87c-.63-5.31-.74-10.69-1.23-10.8c-1.6-.5-2.53 3.03-4.03 3.43c-2.4.7-4.5-1.9-3.5-4.2c1.1-2.3 3.74-4.41 5.34-5.59s3.2-1.49 4.7-.99c2.9 1 2.99 4.37 3.34 8.56c.33 3.87 1.35 14.84 3.6 24.6c1.56 6.79 4.89 14.63 6.61 18.41c2.41 5.29 8.4 17.2 9.7 19.3c.9 1.4.4 3.3-1 4.1c-.39.21-.99.31-1.49.31M45.52 24.61c-1.43-7.05-2.05-9-3.01-12.44c-.75-2.72-3.77-4.57-6.96-3.25c-2.25.92-5.82 4.29-7.12 5.39c-1.3 1.2-3.52 3.62-1.91 5.35s4.19.01 5.02-.6c.82-.6 1.91-1.67 3.39-2.79c1.01-.77 2.24-.17 2.54 1.03c1.24 6.19 1.95 8.25 2.25 9.46c.36 1.43 1.31 4.6 4.24 3.7s1.86-4.05 1.56-5.85"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f2a600" d="M87.6 22.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-1-.3-2-.5-2.9-.5h-5s-2.4 3.3-4 5L58 27.4c-1.1 1.2-3 .7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-.6-.3-1.4-.4-2.2-.4h-4.7s-1.7 2-3.4 3.7L8.3 31.2c-1.5 1.4-1.7 3.7-.4 5.3l4.5 10.2c4-.1 4 0 5.1 0s2.2-.3 3.1-1.1L34 33.9c1.1-1.1 3-.5 3.3 1l4.2 17.6c.5 2.2 4.1 7.3 4.1 7.3h5.1c2.7 0 5.4-1.2 7.2-3.3L67 45.8c.6-.7 1.6-.3 1.8.5c2.4 20.2 36.9 77.6 36.9 77.6h5c1.1 0 2.2-.4 3-1.2L126 110c1.5-1.6 1.5-4.1-.1-5.7C95.7 75.5 87.5 36 87.6 22.7"/><path fill="#ffcc32" d="M82.6 22.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-3.8-1.5-7.7 0-11.8 4.5L53.1 27.4c-1.1 1.2-3 .7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-3-1.1-7.3.3-10.4 3.3L3.3 31.2c-1.5 1.4-1.7 3.7-.4 5.3l6.7 8.7c1.5 1.9 4.2 2.1 5.9.4L29 33.9c1.1-1.1 3-.5 3.3 1l4.2 17.6c.8 3.5 3.5 6.2 7 7c3.4.8 7.1-.4 9.4-3L62 45.8c.6-.7 1.6-.3 1.8.5c2.5 20.6 17.4 54.9 39.2 76.5c1.6 1.6 4.1 1.5 5.7-.1L121 110c1.5-1.6 1.5-4.1-.1-5.7C90.8 75.5 82.5 36 82.6 22.7"/><circle cx="102.4" cy="95" r="3.3" fill="#fff170"/><path fill="#fff170" d="M96 90.6c-1 0-2-.5-2.6-1.4c-1.3-2.1-6.58-11.69-10.07-20.23c-1.44-3.68-4.27-10.35-6.39-18.63c-1.57-6.13-2.67-14.25-2.98-16.87c-.63-5.31-.74-10.69-1.23-10.8c-1.6-.5-2.53 3.03-4.03 3.43c-2.4.7-4.5-1.9-3.5-4.2c1.1-2.3 3.74-4.41 5.34-5.59s3.2-1.49 4.7-.99c2.9 1 2.99 4.37 3.34 8.56c.33 3.87 1.35 14.84 3.6 24.6c1.56 6.79 4.89 14.63 6.61 18.41c2.41 5.29 8.4 17.2 9.7 19.3c.9 1.4.4 3.3-1 4.1c-.39.21-.99.31-1.49.31M45.52 24.61c-1.43-7.05-2.05-9-3.01-12.44c-.75-2.72-3.77-4.57-6.96-3.25c-2.25.92-5.82 4.29-7.12 5.39c-1.3 1.2-3.52 3.62-1.91 5.35s4.19.01 5.02-.6c.82-.6 1.91-1.67 3.39-2.79c1.01-.77 2.24-.17 2.54 1.03c1.24 6.19 1.95 8.25 2.25 9.46c.36 1.43 1.31 4.6 4.24 3.7s1.86-4.05 1.56-5.85"/></svg> </template>
CSS
.icon-part-alternation-mark {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f2a600%22%20d%3D%22M87.6%2022.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-1-.3-2-.5-2.9-.5h-5s-2.4%203.3-4%205L58%2027.4c-1.1%201.2-3%20.7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-.6-.3-1.4-.4-2.2-.4h-4.7s-1.7%202-3.4%203.7L8.3%2031.2c-1.5%201.4-1.7%203.7-.4%205.3l4.5%2010.2c4-.1%204%200%205.1%200s2.2-.3%203.1-1.1L34%2033.9c1.1-1.1%203-.5%203.3%201l4.2%2017.6c.5%202.2%204.1%207.3%204.1%207.3h5.1c2.7%200%205.4-1.2%207.2-3.3L67%2045.8c.6-.7%201.6-.3%201.8.5c2.4%2020.2%2036.9%2077.6%2036.9%2077.6h5c1.1%200%202.2-.4%203-1.2L126%20110c1.5-1.6%201.5-4.1-.1-5.7C95.7%2075.5%2087.5%2036%2087.6%2022.7%22%2F%3E%3Cpath%20fill%3D%22%23ffcc32%22%20d%3D%22M82.6%2022.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-3.8-1.5-7.7%200-11.8%204.5L53.1%2027.4c-1.1%201.2-3%20.7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-3-1.1-7.3.3-10.4%203.3L3.3%2031.2c-1.5%201.4-1.7%203.7-.4%205.3l6.7%208.7c1.5%201.9%204.2%202.1%205.9.4L29%2033.9c1.1-1.1%203-.5%203.3%201l4.2%2017.6c.8%203.5%203.5%206.2%207%207c3.4.8%207.1-.4%209.4-3L62%2045.8c.6-.7%201.6-.3%201.8.5c2.5%2020.6%2017.4%2054.9%2039.2%2076.5c1.6%201.6%204.1%201.5%205.7-.1L121%20110c1.5-1.6%201.5-4.1-.1-5.7C90.8%2075.5%2082.5%2036%2082.6%2022.7%22%2F%3E%3Ccircle%20cx%3D%22102.4%22%20cy%3D%2295%22%20r%3D%223.3%22%20fill%3D%22%23fff170%22%2F%3E%3Cpath%20fill%3D%22%23fff170%22%20d%3D%22M96%2090.6c-1%200-2-.5-2.6-1.4c-1.3-2.1-6.58-11.69-10.07-20.23c-1.44-3.68-4.27-10.35-6.39-18.63c-1.57-6.13-2.67-14.25-2.98-16.87c-.63-5.31-.74-10.69-1.23-10.8c-1.6-.5-2.53%203.03-4.03%203.43c-2.4.7-4.5-1.9-3.5-4.2c1.1-2.3%203.74-4.41%205.34-5.59s3.2-1.49%204.7-.99c2.9%201%202.99%204.37%203.34%208.56c.33%203.87%201.35%2014.84%203.6%2024.6c1.56%206.79%204.89%2014.63%206.61%2018.41c2.41%205.29%208.4%2017.2%209.7%2019.3c.9%201.4.4%203.3-1%204.1c-.39.21-.99.31-1.49.31M45.52%2024.61c-1.43-7.05-2.05-9-3.01-12.44c-.75-2.72-3.77-4.57-6.96-3.25c-2.25.92-5.82%204.29-7.12%205.39c-1.3%201.2-3.52%203.62-1.91%205.35s4.19.01%205.02-.6c.82-.6%201.91-1.67%203.39-2.79c1.01-.77%202.24-.17%202.54%201.03c1.24%206.19%201.95%208.25%202.25%209.46c.36%201.43%201.31%204.6%204.24%203.7s1.86-4.05%201.56-5.85%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f2a600%22%20d%3D%22M87.6%2022.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-1-.3-2-.5-2.9-.5h-5s-2.4%203.3-4%205L58%2027.4c-1.1%201.2-3%20.7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-.6-.3-1.4-.4-2.2-.4h-4.7s-1.7%202-3.4%203.7L8.3%2031.2c-1.5%201.4-1.7%203.7-.4%205.3l4.5%2010.2c4-.1%204%200%205.1%200s2.2-.3%203.1-1.1L34%2033.9c1.1-1.1%203-.5%203.3%201l4.2%2017.6c.5%202.2%204.1%207.3%204.1%207.3h5.1c2.7%200%205.4-1.2%207.2-3.3L67%2045.8c.6-.7%201.6-.3%201.8.5c2.4%2020.2%2036.9%2077.6%2036.9%2077.6h5c1.1%200%202.2-.4%203-1.2L126%20110c1.5-1.6%201.5-4.1-.1-5.7C95.7%2075.5%2087.5%2036%2087.6%2022.7%22%2F%3E%3Cpath%20fill%3D%22%23ffcc32%22%20d%3D%22M82.6%2022.7v-3c-.1-3.8-.7-8.3-5.5-10.2c-3.8-1.5-7.7%200-11.8%204.5L53.1%2027.4c-1.1%201.2-3%20.7-3.4-.8l-3.9-14.7c-1.2-4.2-2.9-6.3-6-7.5c-3-1.1-7.3.3-10.4%203.3L3.3%2031.2c-1.5%201.4-1.7%203.7-.4%205.3l6.7%208.7c1.5%201.9%204.2%202.1%205.9.4L29%2033.9c1.1-1.1%203-.5%203.3%201l4.2%2017.6c.8%203.5%203.5%206.2%207%207c3.4.8%207.1-.4%209.4-3L62%2045.8c.6-.7%201.6-.3%201.8.5c2.5%2020.6%2017.4%2054.9%2039.2%2076.5c1.6%201.6%204.1%201.5%205.7-.1L121%20110c1.5-1.6%201.5-4.1-.1-5.7C90.8%2075.5%2082.5%2036%2082.6%2022.7%22%2F%3E%3Ccircle%20cx%3D%22102.4%22%20cy%3D%2295%22%20r%3D%223.3%22%20fill%3D%22%23fff170%22%2F%3E%3Cpath%20fill%3D%22%23fff170%22%20d%3D%22M96%2090.6c-1%200-2-.5-2.6-1.4c-1.3-2.1-6.58-11.69-10.07-20.23c-1.44-3.68-4.27-10.35-6.39-18.63c-1.57-6.13-2.67-14.25-2.98-16.87c-.63-5.31-.74-10.69-1.23-10.8c-1.6-.5-2.53%203.03-4.03%203.43c-2.4.7-4.5-1.9-3.5-4.2c1.1-2.3%203.74-4.41%205.34-5.59s3.2-1.49%204.7-.99c2.9%201%202.99%204.37%203.34%208.56c.33%203.87%201.35%2014.84%203.6%2024.6c1.56%206.79%204.89%2014.63%206.61%2018.41c2.41%205.29%208.4%2017.2%209.7%2019.3c.9%201.4.4%203.3-1%204.1c-.39.21-.99.31-1.49.31M45.52%2024.61c-1.43-7.05-2.05-9-3.01-12.44c-.75-2.72-3.77-4.57-6.96-3.25c-2.25.92-5.82%204.29-7.12%205.39c-1.3%201.2-3.52%203.62-1.91%205.35s4.19.01%205.02-.6c.82-.6%201.91-1.67%203.39-2.79c1.01-.77%202.24-.17%202.54%201.03c1.24%206.19%201.95%208.25%202.25%209.46c.36%201.43%201.31%204.6%204.24%203.7s1.86-4.05%201.56-5.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/part-alternation-mark.svg?color=%231a73e8&size=48