orange circle emoji
orange-circle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- orange-circle
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji High Contrast
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 orange circle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1c8.284 0 15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16S7.716 1 16 1m-1.364 2.07L3.071 14.637a13.2 13.2 0 0 0 .101 3.485l14.949-14.95a13 13 0 0 0-3.485-.101m-1.708.295a13.02 13.02 0 0 0-9.563 9.563zM3.419 19.288c.237.909.57 1.779.987 2.599l17.48-17.48a13 13 0 0 0-2.598-.988zM22.793 4.914l-17.88 17.88c.45.73.968 1.412 1.548 2.038L24.832 6.461a13 13 0 0 0-2.039-1.547m2.746 2.254L7.168 25.539q.94.872 2.039 1.547l17.88-17.88a13 13 0 0 0-1.548-2.038m2.055 2.945l-17.48 17.48c.82.418 1.69.75 2.598.988l15.869-15.869a13 13 0 0 0-.987-2.599m1.234 3.766L13.879 28.828a13 13 0 0 0 3.484.101L28.93 17.364a13 13 0 0 0-.101-3.485m-.193 5.193l-9.563 9.563a13.02 13.02 0 0 0 9.563-9.563"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastOrangeCircle(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="M16 1c8.284 0 15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16S7.716 1 16 1m-1.364 2.07L3.071 14.637a13.2 13.2 0 0 0 .101 3.485l14.949-14.95a13 13 0 0 0-3.485-.101m-1.708.295a13.02 13.02 0 0 0-9.563 9.563zM3.419 19.288c.237.909.57 1.779.987 2.599l17.48-17.48a13 13 0 0 0-2.598-.988zM22.793 4.914l-17.88 17.88c.45.73.968 1.412 1.548 2.038L24.832 6.461a13 13 0 0 0-2.039-1.547m2.746 2.254L7.168 25.539q.94.872 2.039 1.547l17.88-17.88a13 13 0 0 0-1.548-2.038m2.055 2.945l-17.48 17.48c.82.418 1.69.75 2.598.988l15.869-15.869a13 13 0 0 0-.987-2.599m1.234 3.766L13.879 28.828a13 13 0 0 0 3.484.101L28.93 17.364a13 13 0 0 0-.101-3.485m-.193 5.193l-9.563 9.563a13.02 13.02 0 0 0 9.563-9.563"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1c8.284 0 15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16S7.716 1 16 1m-1.364 2.07L3.071 14.637a13.2 13.2 0 0 0 .101 3.485l14.949-14.95a13 13 0 0 0-3.485-.101m-1.708.295a13.02 13.02 0 0 0-9.563 9.563zM3.419 19.288c.237.909.57 1.779.987 2.599l17.48-17.48a13 13 0 0 0-2.598-.988zM22.793 4.914l-17.88 17.88c.45.73.968 1.412 1.548 2.038L24.832 6.461a13 13 0 0 0-2.039-1.547m2.746 2.254L7.168 25.539q.94.872 2.039 1.547l17.88-17.88a13 13 0 0 0-1.548-2.038m2.055 2.945l-17.48 17.48c.82.418 1.69.75 2.598.988l15.869-15.869a13 13 0 0 0-.987-2.599m1.234 3.766L13.879 28.828a13 13 0 0 0 3.484.101L28.93 17.364a13 13 0 0 0-.101-3.485m-.193 5.193l-9.563 9.563a13.02 13.02 0 0 0 9.563-9.563"/></svg> </template>
CSS
.icon-orange-circle {
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%22M16%201c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016S7.716%201%2016%201m-1.364%202.07L3.071%2014.637a13.2%2013.2%200%200%200%20.101%203.485l14.949-14.95a13%2013%200%200%200-3.485-.101m-1.708.295a13.02%2013.02%200%200%200-9.563%209.563zM3.419%2019.288c.237.909.57%201.779.987%202.599l17.48-17.48a13%2013%200%200%200-2.598-.988zM22.793%204.914l-17.88%2017.88c.45.73.968%201.412%201.548%202.038L24.832%206.461a13%2013%200%200%200-2.039-1.547m2.746%202.254L7.168%2025.539q.94.872%202.039%201.547l17.88-17.88a13%2013%200%200%200-1.548-2.038m2.055%202.945l-17.48%2017.48c.82.418%201.69.75%202.598.988l15.869-15.869a13%2013%200%200%200-.987-2.599m1.234%203.766L13.879%2028.828a13%2013%200%200%200%203.484.101L28.93%2017.364a13%2013%200%200%200-.101-3.485m-.193%205.193l-9.563%209.563a13.02%2013.02%200%200%200%209.563-9.563%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%22M16%201c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016S7.716%201%2016%201m-1.364%202.07L3.071%2014.637a13.2%2013.2%200%200%200%20.101%203.485l14.949-14.95a13%2013%200%200%200-3.485-.101m-1.708.295a13.02%2013.02%200%200%200-9.563%209.563zM3.419%2019.288c.237.909.57%201.779.987%202.599l17.48-17.48a13%2013%200%200%200-2.598-.988zM22.793%204.914l-17.88%2017.88c.45.73.968%201.412%201.548%202.038L24.832%206.461a13%2013%200%200%200-2.039-1.547m2.746%202.254L7.168%2025.539q.94.872%202.039%201.547l17.88-17.88a13%2013%200%200%200-1.548-2.038m2.055%202.945l-17.48%2017.48c.82.418%201.69.75%202.598.988l15.869-15.869a13%2013%200%200%200-.987-2.599m1.234%203.766L13.879%2028.828a13%2013%200%200%200%203.484.101L28.93%2017.364a13%2013%200%200%200-.101-3.485m-.193%205.193l-9.563%209.563a13.02%2013.02%200%200%200%209.563-9.563%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/orange-circle.svg?color=%231a73e8&size=48