roller-coaster from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
roller-coaster
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the roller coaster emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 4.04a9.76 9.76 0 0 0-4.943 2.391a.66.66 0 0 0-.193-.773a1.32 1.32 0 0 0 .092-1.36a1.26 1.26 0 0 0-.622-.602l-.004.004a1.315 1.315 0 0 0-1.487.268l-2.5 2.5a1.315 1.315 0 0 0-.267 1.49l-.002.001c.06.13.128.25.238.36c.094.093.207.178.32.239a1.31 1.31 0 0 0 1.439-.097a.66.66 0 0 0 .74.2l-2.157 2.155a.66.66 0 0 0-.192-.775c.307-.44.318-1.02.033-1.464a1.27 1.27 0 0 0-.566-.496l-.002.002a1.315 1.315 0 0 0-1.486.268l-2.5 2.5c-.406.406-.495 1-.268 1.489l-.004.004c.04.087.084.17.142.247a1 1 0 0 0-.146-.091a1.315 1.315 0 0 0-1.589.216l-2.5 2.5c-.42.42-.5 1.043-.241 1.541c.055.115.12.222.22.321c.11.11.249.21.379.27l.003-.004c.439.213.966.168 1.367-.135a.66.66 0 0 0 .771.186l-.765.765c-3 3-7.54 3.74-11.31 1.93v9.35h1v-6.849q.992.291 2 .406v6.443h1v-6.373q.14.003.28.003q.864 0 1.72-.125v6.495h1v-6.685a12 12 0 0 0 2-.66v7.345h1v-7.834a12 12 0 0 0 2-1.374v9.208h1V19.29l2-2v12.15h1V16.29l2-2v15.15h1V13.29l2-2v18.15h1V10.29l2-2v21.15h1V7.42a7.9 7.9 0 0 1 2-1.063V29.44h1zm-6.99 3.5l.939-.939a.66.66 0 0 0 .731.19l-.01.01l-1.472 1.471a.66.66 0 0 0-.188-.731m-6.808 5.528l.001-.002a1.2 1.2 0 0 0-.14-.23c.072.055.15.102.224.137v-.001c.442.221.977.179 1.382-.127a.66.66 0 0 0 .77.186l-2.15 2.15a.66.66 0 0 0-.192-.776a1.32 1.32 0 0 0 .105-1.337m3.846-1.853q.14-.001.262-.054l-1.526 1.525a.66.66 0 0 0-.176-.762l.94-.94c.12.142.3.23.5.23m-4.365 4.364q.14 0 .262-.054l-1.526 1.526a.66.66 0 0 0-.176-.762l.94-.94c.12.141.3.23.5.23"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRollerCoaster(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="M30 4.04a9.76 9.76 0 0 0-4.943 2.391a.66.66 0 0 0-.193-.773a1.32 1.32 0 0 0 .092-1.36a1.26 1.26 0 0 0-.622-.602l-.004.004a1.315 1.315 0 0 0-1.487.268l-2.5 2.5a1.315 1.315 0 0 0-.267 1.49l-.002.001c.06.13.128.25.238.36c.094.093.207.178.32.239a1.31 1.31 0 0 0 1.439-.097a.66.66 0 0 0 .74.2l-2.157 2.155a.66.66 0 0 0-.192-.775c.307-.44.318-1.02.033-1.464a1.27 1.27 0 0 0-.566-.496l-.002.002a1.315 1.315 0 0 0-1.486.268l-2.5 2.5c-.406.406-.495 1-.268 1.489l-.004.004c.04.087.084.17.142.247a1 1 0 0 0-.146-.091a1.315 1.315 0 0 0-1.589.216l-2.5 2.5c-.42.42-.5 1.043-.241 1.541c.055.115.12.222.22.321c.11.11.249.21.379.27l.003-.004c.439.213.966.168 1.367-.135a.66.66 0 0 0 .771.186l-.765.765c-3 3-7.54 3.74-11.31 1.93v9.35h1v-6.849q.992.291 2 .406v6.443h1v-6.373q.14.003.28.003q.864 0 1.72-.125v6.495h1v-6.685a12 12 0 0 0 2-.66v7.345h1v-7.834a12 12 0 0 0 2-1.374v9.208h1V19.29l2-2v12.15h1V16.29l2-2v15.15h1V13.29l2-2v18.15h1V10.29l2-2v21.15h1V7.42a7.9 7.9 0 0 1 2-1.063V29.44h1zm-6.99 3.5l.939-.939a.66.66 0 0 0 .731.19l-.01.01l-1.472 1.471a.66.66 0 0 0-.188-.731m-6.808 5.528l.001-.002a1.2 1.2 0 0 0-.14-.23c.072.055.15.102.224.137v-.001c.442.221.977.179 1.382-.127a.66.66 0 0 0 .77.186l-2.15 2.15a.66.66 0 0 0-.192-.776a1.32 1.32 0 0 0 .105-1.337m3.846-1.853q.14-.001.262-.054l-1.526 1.525a.66.66 0 0 0-.176-.762l.94-.94c.12.142.3.23.5.23m-4.365 4.364q.14 0 .262-.054l-1.526 1.526a.66.66 0 0 0-.176-.762l.94-.94c.12.141.3.23.5.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 4.04a9.76 9.76 0 0 0-4.943 2.391a.66.66 0 0 0-.193-.773a1.32 1.32 0 0 0 .092-1.36a1.26 1.26 0 0 0-.622-.602l-.004.004a1.315 1.315 0 0 0-1.487.268l-2.5 2.5a1.315 1.315 0 0 0-.267 1.49l-.002.001c.06.13.128.25.238.36c.094.093.207.178.32.239a1.31 1.31 0 0 0 1.439-.097a.66.66 0 0 0 .74.2l-2.157 2.155a.66.66 0 0 0-.192-.775c.307-.44.318-1.02.033-1.464a1.27 1.27 0 0 0-.566-.496l-.002.002a1.315 1.315 0 0 0-1.486.268l-2.5 2.5c-.406.406-.495 1-.268 1.489l-.004.004c.04.087.084.17.142.247a1 1 0 0 0-.146-.091a1.315 1.315 0 0 0-1.589.216l-2.5 2.5c-.42.42-.5 1.043-.241 1.541c.055.115.12.222.22.321c.11.11.249.21.379.27l.003-.004c.439.213.966.168 1.367-.135a.66.66 0 0 0 .771.186l-.765.765c-3 3-7.54 3.74-11.31 1.93v9.35h1v-6.849q.992.291 2 .406v6.443h1v-6.373q.14.003.28.003q.864 0 1.72-.125v6.495h1v-6.685a12 12 0 0 0 2-.66v7.345h1v-7.834a12 12 0 0 0 2-1.374v9.208h1V19.29l2-2v12.15h1V16.29l2-2v15.15h1V13.29l2-2v18.15h1V10.29l2-2v21.15h1V7.42a7.9 7.9 0 0 1 2-1.063V29.44h1zm-6.99 3.5l.939-.939a.66.66 0 0 0 .731.19l-.01.01l-1.472 1.471a.66.66 0 0 0-.188-.731m-6.808 5.528l.001-.002a1.2 1.2 0 0 0-.14-.23c.072.055.15.102.224.137v-.001c.442.221.977.179 1.382-.127a.66.66 0 0 0 .77.186l-2.15 2.15a.66.66 0 0 0-.192-.776a1.32 1.32 0 0 0 .105-1.337m3.846-1.853q.14-.001.262-.054l-1.526 1.525a.66.66 0 0 0-.176-.762l.94-.94c.12.142.3.23.5.23m-4.365 4.364q.14 0 .262-.054l-1.526 1.526a.66.66 0 0 0-.176-.762l.94-.94c.12.141.3.23.5.23"/></svg>
</template>

CSS

.icon-roller-coaster {
  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%22M30%204.04a9.76%209.76%200%200%200-4.943%202.391a.66.66%200%200%200-.193-.773a1.32%201.32%200%200%200%20.092-1.36a1.26%201.26%200%200%200-.622-.602l-.004.004a1.315%201.315%200%200%200-1.487.268l-2.5%202.5a1.315%201.315%200%200%200-.267%201.49l-.002.001c.06.13.128.25.238.36c.094.093.207.178.32.239a1.31%201.31%200%200%200%201.439-.097a.66.66%200%200%200%20.74.2l-2.157%202.155a.66.66%200%200%200-.192-.775c.307-.44.318-1.02.033-1.464a1.27%201.27%200%200%200-.566-.496l-.002.002a1.315%201.315%200%200%200-1.486.268l-2.5%202.5c-.406.406-.495%201-.268%201.489l-.004.004c.04.087.084.17.142.247a1%201%200%200%200-.146-.091a1.315%201.315%200%200%200-1.589.216l-2.5%202.5c-.42.42-.5%201.043-.241%201.541c.055.115.12.222.22.321c.11.11.249.21.379.27l.003-.004c.439.213.966.168%201.367-.135a.66.66%200%200%200%20.771.186l-.765.765c-3%203-7.54%203.74-11.31%201.93v9.35h1v-6.849q.992.291%202%20.406v6.443h1v-6.373q.14.003.28.003q.864%200%201.72-.125v6.495h1v-6.685a12%2012%200%200%200%202-.66v7.345h1v-7.834a12%2012%200%200%200%202-1.374v9.208h1V19.29l2-2v12.15h1V16.29l2-2v15.15h1V13.29l2-2v18.15h1V10.29l2-2v21.15h1V7.42a7.9%207.9%200%200%201%202-1.063V29.44h1zm-6.99%203.5l.939-.939a.66.66%200%200%200%20.731.19l-.01.01l-1.472%201.471a.66.66%200%200%200-.188-.731m-6.808%205.528l.001-.002a1.2%201.2%200%200%200-.14-.23c.072.055.15.102.224.137v-.001c.442.221.977.179%201.382-.127a.66.66%200%200%200%20.77.186l-2.15%202.15a.66.66%200%200%200-.192-.776a1.32%201.32%200%200%200%20.105-1.337m3.846-1.853q.14-.001.262-.054l-1.526%201.525a.66.66%200%200%200-.176-.762l.94-.94c.12.142.3.23.5.23m-4.365%204.364q.14%200%20.262-.054l-1.526%201.526a.66.66%200%200%200-.176-.762l.94-.94c.12.141.3.23.5.23%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%22M30%204.04a9.76%209.76%200%200%200-4.943%202.391a.66.66%200%200%200-.193-.773a1.32%201.32%200%200%200%20.092-1.36a1.26%201.26%200%200%200-.622-.602l-.004.004a1.315%201.315%200%200%200-1.487.268l-2.5%202.5a1.315%201.315%200%200%200-.267%201.49l-.002.001c.06.13.128.25.238.36c.094.093.207.178.32.239a1.31%201.31%200%200%200%201.439-.097a.66.66%200%200%200%20.74.2l-2.157%202.155a.66.66%200%200%200-.192-.775c.307-.44.318-1.02.033-1.464a1.27%201.27%200%200%200-.566-.496l-.002.002a1.315%201.315%200%200%200-1.486.268l-2.5%202.5c-.406.406-.495%201-.268%201.489l-.004.004c.04.087.084.17.142.247a1%201%200%200%200-.146-.091a1.315%201.315%200%200%200-1.589.216l-2.5%202.5c-.42.42-.5%201.043-.241%201.541c.055.115.12.222.22.321c.11.11.249.21.379.27l.003-.004c.439.213.966.168%201.367-.135a.66.66%200%200%200%20.771.186l-.765.765c-3%203-7.54%203.74-11.31%201.93v9.35h1v-6.849q.992.291%202%20.406v6.443h1v-6.373q.14.003.28.003q.864%200%201.72-.125v6.495h1v-6.685a12%2012%200%200%200%202-.66v7.345h1v-7.834a12%2012%200%200%200%202-1.374v9.208h1V19.29l2-2v12.15h1V16.29l2-2v15.15h1V13.29l2-2v18.15h1V10.29l2-2v21.15h1V7.42a7.9%207.9%200%200%201%202-1.063V29.44h1zm-6.99%203.5l.939-.939a.66.66%200%200%200%20.731.19l-.01.01l-1.472%201.471a.66.66%200%200%200-.188-.731m-6.808%205.528l.001-.002a1.2%201.2%200%200%200-.14-.23c.072.055.15.102.224.137v-.001c.442.221.977.179%201.382-.127a.66.66%200%200%200%20.77.186l-2.15%202.15a.66.66%200%200%200-.192-.776a1.32%201.32%200%200%200%20.105-1.337m3.846-1.853q.14-.001.262-.054l-1.526%201.525a.66.66%200%200%200-.176-.762l.94-.94c.12.142.3.23.5.23m-4.365%204.364q.14%200%20.262-.054l-1.526%201.526a.66.66%200%200%200-.176-.762l.94-.94c.12.141.3.23.5.23%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/roller-coaster.svg?color=%231a73e8&size=48