flying disc emoji
flying-disc from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- flying-disc
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the flying disc emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M8.42 11.104c-2.284.61-4.242 1.867-5.384 3.749v-.863C3.036 7.37 8.406 2 15.026 2h13.22c.43 0 .78.35.78.78s-.35.77-.77.78c-6.142.117-13.182 1.679-7.552 9.313a18 18 0 0 0-2.234-1.08c-3.58-1.445-7.28-1.66-10.05-.69"/><path d="M7.462 15.679c-.584 1.45-.054 3.085 1.067 4.507c1.132 1.433 2.928 2.745 5.112 3.624c2.185.88 4.389 1.18 6.198.93c1.793-.248 3.309-1.06 3.893-2.51s.054-3.086-1.068-4.507c-1.131-1.434-2.928-2.745-5.112-3.625s-4.388-1.179-6.197-.93c-1.794.249-3.31 1.06-3.893 2.51m6.553 7.204c-2.052-.827-3.696-2.043-4.7-3.317c-1.016-1.286-1.318-2.539-.926-3.514c.393-.975 1.48-1.668 3.102-1.892c1.608-.222 3.635.04 5.688.866s3.695 2.042 4.7 3.316c1.015 1.287 1.318 2.54.925 3.514c-.392.975-1.479 1.669-3.102 1.893c-1.607.222-3.635-.04-5.687-.866"/><path d="M3.446 16.26q.16-.395.368-.758c.974-1.695 2.73-2.87 4.902-3.442c2.488-.886 5.949-.725 9.38.66c3.452 1.393 6.067 3.694 7.239 6.072c1.307 2.173 1.691 4.533.85 6.618c-1.77 4.39-8.29 5.9-14.57 3.37c-5.515-2.213-9.01-6.81-8.58-10.871a6.2 6.2 0 0 1 .41-1.649m21.322 6.488c.525-1.309.204-2.978-1.055-4.7c-1.248-1.707-3.336-3.33-5.992-4.4c-2.654-1.072-5.284-1.35-7.367-.984c-2.1.37-3.486 1.351-4.01 2.658c-.525 1.309-.204 2.978 1.054 4.7c1.248 1.707 3.337 3.33 5.992 4.4c2.654 1.072 5.284 1.35 7.368.984c2.1-.37 3.485-1.351 4.01-2.658"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFlyingDisc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M8.42 11.104c-2.284.61-4.242 1.867-5.384 3.749v-.863C3.036 7.37 8.406 2 15.026 2h13.22c.43 0 .78.35.78.78s-.35.77-.77.78c-6.142.117-13.182 1.679-7.552 9.313a18 18 0 0 0-2.234-1.08c-3.58-1.445-7.28-1.66-10.05-.69"/><path d="M7.462 15.679c-.584 1.45-.054 3.085 1.067 4.507c1.132 1.433 2.928 2.745 5.112 3.624c2.185.88 4.389 1.18 6.198.93c1.793-.248 3.309-1.06 3.893-2.51s.054-3.086-1.068-4.507c-1.131-1.434-2.928-2.745-5.112-3.625s-4.388-1.179-6.197-.93c-1.794.249-3.31 1.06-3.893 2.51m6.553 7.204c-2.052-.827-3.696-2.043-4.7-3.317c-1.016-1.286-1.318-2.539-.926-3.514c.393-.975 1.48-1.668 3.102-1.892c1.608-.222 3.635.04 5.688.866s3.695 2.042 4.7 3.316c1.015 1.287 1.318 2.54.925 3.514c-.392.975-1.479 1.669-3.102 1.893c-1.607.222-3.635-.04-5.687-.866"/><path d="M3.446 16.26q.16-.395.368-.758c.974-1.695 2.73-2.87 4.902-3.442c2.488-.886 5.949-.725 9.38.66c3.452 1.393 6.067 3.694 7.239 6.072c1.307 2.173 1.691 4.533.85 6.618c-1.77 4.39-8.29 5.9-14.57 3.37c-5.515-2.213-9.01-6.81-8.58-10.871a6.2 6.2 0 0 1 .41-1.649m21.322 6.488c.525-1.309.204-2.978-1.055-4.7c-1.248-1.707-3.336-3.33-5.992-4.4c-2.654-1.072-5.284-1.35-7.367-.984c-2.1.37-3.486 1.351-4.01 2.658c-.525 1.309-.204 2.978 1.054 4.7c1.248 1.707 3.337 3.33 5.992 4.4c2.654 1.072 5.284 1.35 7.368.984c2.1-.37 3.485-1.351 4.01-2.658"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M8.42 11.104c-2.284.61-4.242 1.867-5.384 3.749v-.863C3.036 7.37 8.406 2 15.026 2h13.22c.43 0 .78.35.78.78s-.35.77-.77.78c-6.142.117-13.182 1.679-7.552 9.313a18 18 0 0 0-2.234-1.08c-3.58-1.445-7.28-1.66-10.05-.69"/><path d="M7.462 15.679c-.584 1.45-.054 3.085 1.067 4.507c1.132 1.433 2.928 2.745 5.112 3.624c2.185.88 4.389 1.18 6.198.93c1.793-.248 3.309-1.06 3.893-2.51s.054-3.086-1.068-4.507c-1.131-1.434-2.928-2.745-5.112-3.625s-4.388-1.179-6.197-.93c-1.794.249-3.31 1.06-3.893 2.51m6.553 7.204c-2.052-.827-3.696-2.043-4.7-3.317c-1.016-1.286-1.318-2.539-.926-3.514c.393-.975 1.48-1.668 3.102-1.892c1.608-.222 3.635.04 5.688.866s3.695 2.042 4.7 3.316c1.015 1.287 1.318 2.54.925 3.514c-.392.975-1.479 1.669-3.102 1.893c-1.607.222-3.635-.04-5.687-.866"/><path d="M3.446 16.26q.16-.395.368-.758c.974-1.695 2.73-2.87 4.902-3.442c2.488-.886 5.949-.725 9.38.66c3.452 1.393 6.067 3.694 7.239 6.072c1.307 2.173 1.691 4.533.85 6.618c-1.77 4.39-8.29 5.9-14.57 3.37c-5.515-2.213-9.01-6.81-8.58-10.871a6.2 6.2 0 0 1 .41-1.649m21.322 6.488c.525-1.309.204-2.978-1.055-4.7c-1.248-1.707-3.336-3.33-5.992-4.4c-2.654-1.072-5.284-1.35-7.367-.984c-2.1.37-3.486 1.351-4.01 2.658c-.525 1.309-.204 2.978 1.054 4.7c1.248 1.707 3.337 3.33 5.992 4.4c2.654 1.072 5.284 1.35 7.368.984c2.1-.37 3.485-1.351 4.01-2.658"/></g></svg> </template>
CSS
.icon-flying-disc {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.42%2011.104c-2.284.61-4.242%201.867-5.384%203.749v-.863C3.036%207.37%208.406%202%2015.026%202h13.22c.43%200%20.78.35.78.78s-.35.77-.77.78c-6.142.117-13.182%201.679-7.552%209.313a18%2018%200%200%200-2.234-1.08c-3.58-1.445-7.28-1.66-10.05-.69%22%2F%3E%3Cpath%20d%3D%22M7.462%2015.679c-.584%201.45-.054%203.085%201.067%204.507c1.132%201.433%202.928%202.745%205.112%203.624c2.185.88%204.389%201.18%206.198.93c1.793-.248%203.309-1.06%203.893-2.51s.054-3.086-1.068-4.507c-1.131-1.434-2.928-2.745-5.112-3.625s-4.388-1.179-6.197-.93c-1.794.249-3.31%201.06-3.893%202.51m6.553%207.204c-2.052-.827-3.696-2.043-4.7-3.317c-1.016-1.286-1.318-2.539-.926-3.514c.393-.975%201.48-1.668%203.102-1.892c1.608-.222%203.635.04%205.688.866s3.695%202.042%204.7%203.316c1.015%201.287%201.318%202.54.925%203.514c-.392.975-1.479%201.669-3.102%201.893c-1.607.222-3.635-.04-5.687-.866%22%2F%3E%3Cpath%20d%3D%22M3.446%2016.26q.16-.395.368-.758c.974-1.695%202.73-2.87%204.902-3.442c2.488-.886%205.949-.725%209.38.66c3.452%201.393%206.067%203.694%207.239%206.072c1.307%202.173%201.691%204.533.85%206.618c-1.77%204.39-8.29%205.9-14.57%203.37c-5.515-2.213-9.01-6.81-8.58-10.871a6.2%206.2%200%200%201%20.41-1.649m21.322%206.488c.525-1.309.204-2.978-1.055-4.7c-1.248-1.707-3.336-3.33-5.992-4.4c-2.654-1.072-5.284-1.35-7.367-.984c-2.1.37-3.486%201.351-4.01%202.658c-.525%201.309-.204%202.978%201.054%204.7c1.248%201.707%203.337%203.33%205.992%204.4c2.654%201.072%205.284%201.35%207.368.984c2.1-.37%203.485-1.351%204.01-2.658%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.42%2011.104c-2.284.61-4.242%201.867-5.384%203.749v-.863C3.036%207.37%208.406%202%2015.026%202h13.22c.43%200%20.78.35.78.78s-.35.77-.77.78c-6.142.117-13.182%201.679-7.552%209.313a18%2018%200%200%200-2.234-1.08c-3.58-1.445-7.28-1.66-10.05-.69%22%2F%3E%3Cpath%20d%3D%22M7.462%2015.679c-.584%201.45-.054%203.085%201.067%204.507c1.132%201.433%202.928%202.745%205.112%203.624c2.185.88%204.389%201.18%206.198.93c1.793-.248%203.309-1.06%203.893-2.51s.054-3.086-1.068-4.507c-1.131-1.434-2.928-2.745-5.112-3.625s-4.388-1.179-6.197-.93c-1.794.249-3.31%201.06-3.893%202.51m6.553%207.204c-2.052-.827-3.696-2.043-4.7-3.317c-1.016-1.286-1.318-2.539-.926-3.514c.393-.975%201.48-1.668%203.102-1.892c1.608-.222%203.635.04%205.688.866s3.695%202.042%204.7%203.316c1.015%201.287%201.318%202.54.925%203.514c-.392.975-1.479%201.669-3.102%201.893c-1.607.222-3.635-.04-5.687-.866%22%2F%3E%3Cpath%20d%3D%22M3.446%2016.26q.16-.395.368-.758c.974-1.695%202.73-2.87%204.902-3.442c2.488-.886%205.949-.725%209.38.66c3.452%201.393%206.067%203.694%207.239%206.072c1.307%202.173%201.691%204.533.85%206.618c-1.77%204.39-8.29%205.9-14.57%203.37c-5.515-2.213-9.01-6.81-8.58-10.871a6.2%206.2%200%200%201%20.41-1.649m21.322%206.488c.525-1.309.204-2.978-1.055-4.7c-1.248-1.707-3.336-3.33-5.992-4.4c-2.654-1.072-5.284-1.35-7.367-.984c-2.1.37-3.486%201.351-4.01%202.658c-.525%201.309-.204%202.978%201.054%204.7c1.248%201.707%203.337%203.33%205.992%204.4c2.654%201.072%205.284%201.35%207.368.984c2.1-.37%203.485-1.351%204.01-2.658%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/flying-disc.svg?color=%231a73e8&size=48