bxs upside down icon

bxs-upside-down from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-upside-down
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs upside down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2zM8.507 15a1.494 1.494 0 1 1 .001-2.987A1.494 1.494 0 0 1 8.507 15zm4.301-6.919a4.108 4.108 0 0 0-1.616 0a4.12 4.12 0 0 0-.751.233c-.234.1-.463.224-.678.368a4.077 4.077 0 0 0-1.08 1.082L7.024 8.646a6.026 6.026 0 0 1 2.639-2.175a6.097 6.097 0 0 1 1.128-.35a6.061 6.061 0 0 1 2.415 0a5.919 5.919 0 0 1 2.148.903a6.078 6.078 0 0 1 1.621 1.622l-1.658 1.117a3.994 3.994 0 0 0-.488-.59a3.988 3.988 0 0 0-2.021-1.092zM15.5 15a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 15.5 15z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsUpsideDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2zM8.507 15a1.494 1.494 0 1 1 .001-2.987A1.494 1.494 0 0 1 8.507 15zm4.301-6.919a4.108 4.108 0 0 0-1.616 0a4.12 4.12 0 0 0-.751.233c-.234.1-.463.224-.678.368a4.077 4.077 0 0 0-1.08 1.082L7.024 8.646a6.026 6.026 0 0 1 2.639-2.175a6.097 6.097 0 0 1 1.128-.35a6.061 6.061 0 0 1 2.415 0a5.919 5.919 0 0 1 2.148.903a6.078 6.078 0 0 1 1.621 1.622l-1.658 1.117a3.994 3.994 0 0 0-.488-.59a3.988 3.988 0 0 0-2.021-1.092zM15.5 15a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 15.5 15z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2zM8.507 15a1.494 1.494 0 1 1 .001-2.987A1.494 1.494 0 0 1 8.507 15zm4.301-6.919a4.108 4.108 0 0 0-1.616 0a4.12 4.12 0 0 0-.751.233c-.234.1-.463.224-.678.368a4.077 4.077 0 0 0-1.08 1.082L7.024 8.646a6.026 6.026 0 0 1 2.639-2.175a6.097 6.097 0 0 1 1.128-.35a6.061 6.061 0 0 1 2.415 0a5.919 5.919 0 0 1 2.148.903a6.078 6.078 0 0 1 1.621 1.622l-1.658 1.117a3.994 3.994 0 0 0-.488-.59a3.988 3.988 0 0 0-2.021-1.092zM15.5 15a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 15.5 15z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-upside-down {
  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%2024%2024%22%3E%3Cpath%20d%3D%22M12%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010s10-4.486%2010-10S17.514%202%2012%202zM8.507%2015a1.494%201.494%200%201%201%20.001-2.987A1.494%201.494%200%200%201%208.507%2015zm4.301-6.919a4.108%204.108%200%200%200-1.616%200a4.12%204.12%200%200%200-.751.233c-.234.1-.463.224-.678.368a4.077%204.077%200%200%200-1.08%201.082L7.024%208.646a6.026%206.026%200%200%201%202.639-2.175a6.097%206.097%200%200%201%201.128-.35a6.061%206.061%200%200%201%202.415%200a5.919%205.919%200%200%201%202.148.903a6.078%206.078%200%200%201%201.621%201.622l-1.658%201.117a3.994%203.994%200%200%200-.488-.59a3.988%203.988%200%200%200-2.021-1.092zM15.5%2015a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2015.5%2015z%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20d%3D%22M12%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010s10-4.486%2010-10S17.514%202%2012%202zM8.507%2015a1.494%201.494%200%201%201%20.001-2.987A1.494%201.494%200%200%201%208.507%2015zm4.301-6.919a4.108%204.108%200%200%200-1.616%200a4.12%204.12%200%200%200-.751.233c-.234.1-.463.224-.678.368a4.077%204.077%200%200%200-1.08%201.082L7.024%208.646a6.026%206.026%200%200%201%202.639-2.175a6.097%206.097%200%200%201%201.128-.35a6.061%206.061%200%200%201%202.415%200a5.919%205.919%200%200%201%202.148.903a6.078%206.078%200%200%201%201.621%201.622l-1.658%201.117a3.994%203.994%200%200%200-.488-.59a3.988%203.988%200%200%200-2.021-1.092zM15.5%2015a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2015.5%2015z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-upside-down.svg?color=%231a73e8&size=48