decreasefontsize emoji

decreasefontsize from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
decreasefontsize
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the decreasefontsize emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M505.261 448.199h-55.373a6.734 6.734 0 0 1-6.556-5.194l-11.435-48.682a6.734 6.734 0 0 0-6.556-5.194h-69.014a6.734 6.734 0 0 0-6.556 5.194l-11.435 48.682a6.734 6.734 0 0 1-6.556 5.194h-53.776c-4.519 0-7.755-4.363-6.445-8.687l79.173-261.269a6.73 6.73 0 0 1 6.445-4.781h69.29c2.97 0 5.59 1.946 6.447 4.79l78.795 261.269c1.303 4.322-1.933 8.678-6.448 8.678m-88.043-114.93l-19.983-84.371c-1.639-6.921-11.493-6.905-13.111.02l-19.705 84.371c-.987 4.224 2.22 8.266 6.558 8.266h39.688c4.346 0 7.554-4.056 6.553-8.286"/><path fill="#2B3B47" d="M326.694 448.199h-77.475a9.42 9.42 0 0 1-9.173-7.268l-16-68.114a9.42 9.42 0 0 0-9.173-7.268h-96.561a9.42 9.42 0 0 0-9.173 7.268l-16 68.114a9.42 9.42 0 0 1-9.173 7.268H8.728c-6.323 0-10.851-6.104-9.017-12.155L110.485 70.491a9.42 9.42 0 0 1 9.017-6.69h96.947a9.42 9.42 0 0 1 9.021 6.702l110.245 365.554c1.824 6.047-2.703 12.142-9.021 12.142M203.508 287.395l-27.959-118.047c-2.293-9.683-16.081-9.661-18.344.029l-27.57 118.047c-1.38 5.91 3.106 11.565 9.175 11.565h55.529c6.082-.001 10.571-5.676 9.169-11.594"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiDecreasefontsize(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M505.261 448.199h-55.373a6.734 6.734 0 0 1-6.556-5.194l-11.435-48.682a6.734 6.734 0 0 0-6.556-5.194h-69.014a6.734 6.734 0 0 0-6.556 5.194l-11.435 48.682a6.734 6.734 0 0 1-6.556 5.194h-53.776c-4.519 0-7.755-4.363-6.445-8.687l79.173-261.269a6.73 6.73 0 0 1 6.445-4.781h69.29c2.97 0 5.59 1.946 6.447 4.79l78.795 261.269c1.303 4.322-1.933 8.678-6.448 8.678m-88.043-114.93l-19.983-84.371c-1.639-6.921-11.493-6.905-13.111.02l-19.705 84.371c-.987 4.224 2.22 8.266 6.558 8.266h39.688c4.346 0 7.554-4.056 6.553-8.286"/><path fill="#2B3B47" d="M326.694 448.199h-77.475a9.42 9.42 0 0 1-9.173-7.268l-16-68.114a9.42 9.42 0 0 0-9.173-7.268h-96.561a9.42 9.42 0 0 0-9.173 7.268l-16 68.114a9.42 9.42 0 0 1-9.173 7.268H8.728c-6.323 0-10.851-6.104-9.017-12.155L110.485 70.491a9.42 9.42 0 0 1 9.017-6.69h96.947a9.42 9.42 0 0 1 9.021 6.702l110.245 365.554c1.824 6.047-2.703 12.142-9.021 12.142M203.508 287.395l-27.959-118.047c-2.293-9.683-16.081-9.661-18.344.029l-27.57 118.047c-1.38 5.91 3.106 11.565 9.175 11.565h55.529c6.082-.001 10.571-5.676 9.169-11.594"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M505.261 448.199h-55.373a6.734 6.734 0 0 1-6.556-5.194l-11.435-48.682a6.734 6.734 0 0 0-6.556-5.194h-69.014a6.734 6.734 0 0 0-6.556 5.194l-11.435 48.682a6.734 6.734 0 0 1-6.556 5.194h-53.776c-4.519 0-7.755-4.363-6.445-8.687l79.173-261.269a6.73 6.73 0 0 1 6.445-4.781h69.29c2.97 0 5.59 1.946 6.447 4.79l78.795 261.269c1.303 4.322-1.933 8.678-6.448 8.678m-88.043-114.93l-19.983-84.371c-1.639-6.921-11.493-6.905-13.111.02l-19.705 84.371c-.987 4.224 2.22 8.266 6.558 8.266h39.688c4.346 0 7.554-4.056 6.553-8.286"/><path fill="#2B3B47" d="M326.694 448.199h-77.475a9.42 9.42 0 0 1-9.173-7.268l-16-68.114a9.42 9.42 0 0 0-9.173-7.268h-96.561a9.42 9.42 0 0 0-9.173 7.268l-16 68.114a9.42 9.42 0 0 1-9.173 7.268H8.728c-6.323 0-10.851-6.104-9.017-12.155L110.485 70.491a9.42 9.42 0 0 1 9.017-6.69h96.947a9.42 9.42 0 0 1 9.021 6.702l110.245 365.554c1.824 6.047-2.703 12.142-9.021 12.142M203.508 287.395l-27.959-118.047c-2.293-9.683-16.081-9.661-18.344.029l-27.57 118.047c-1.38 5.91 3.106 11.565 9.175 11.565h55.529c6.082-.001 10.571-5.676 9.169-11.594"/></svg>
</template>

CSS

.icon-decreasefontsize {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M505.261%20448.199h-55.373a6.734%206.734%200%200%201-6.556-5.194l-11.435-48.682a6.734%206.734%200%200%200-6.556-5.194h-69.014a6.734%206.734%200%200%200-6.556%205.194l-11.435%2048.682a6.734%206.734%200%200%201-6.556%205.194h-53.776c-4.519%200-7.755-4.363-6.445-8.687l79.173-261.269a6.73%206.73%200%200%201%206.445-4.781h69.29c2.97%200%205.59%201.946%206.447%204.79l78.795%20261.269c1.303%204.322-1.933%208.678-6.448%208.678m-88.043-114.93l-19.983-84.371c-1.639-6.921-11.493-6.905-13.111.02l-19.705%2084.371c-.987%204.224%202.22%208.266%206.558%208.266h39.688c4.346%200%207.554-4.056%206.553-8.286%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M326.694%20448.199h-77.475a9.42%209.42%200%200%201-9.173-7.268l-16-68.114a9.42%209.42%200%200%200-9.173-7.268h-96.561a9.42%209.42%200%200%200-9.173%207.268l-16%2068.114a9.42%209.42%200%200%201-9.173%207.268H8.728c-6.323%200-10.851-6.104-9.017-12.155L110.485%2070.491a9.42%209.42%200%200%201%209.017-6.69h96.947a9.42%209.42%200%200%201%209.021%206.702l110.245%20365.554c1.824%206.047-2.703%2012.142-9.021%2012.142M203.508%20287.395l-27.959-118.047c-2.293-9.683-16.081-9.661-18.344.029l-27.57%20118.047c-1.38%205.91%203.106%2011.565%209.175%2011.565h55.529c6.082-.001%2010.571-5.676%209.169-11.594%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M505.261%20448.199h-55.373a6.734%206.734%200%200%201-6.556-5.194l-11.435-48.682a6.734%206.734%200%200%200-6.556-5.194h-69.014a6.734%206.734%200%200%200-6.556%205.194l-11.435%2048.682a6.734%206.734%200%200%201-6.556%205.194h-53.776c-4.519%200-7.755-4.363-6.445-8.687l79.173-261.269a6.73%206.73%200%200%201%206.445-4.781h69.29c2.97%200%205.59%201.946%206.447%204.79l78.795%20261.269c1.303%204.322-1.933%208.678-6.448%208.678m-88.043-114.93l-19.983-84.371c-1.639-6.921-11.493-6.905-13.111.02l-19.705%2084.371c-.987%204.224%202.22%208.266%206.558%208.266h39.688c4.346%200%207.554-4.056%206.553-8.286%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M326.694%20448.199h-77.475a9.42%209.42%200%200%201-9.173-7.268l-16-68.114a9.42%209.42%200%200%200-9.173-7.268h-96.561a9.42%209.42%200%200%200-9.173%207.268l-16%2068.114a9.42%209.42%200%200%201-9.173%207.268H8.728c-6.323%200-10.851-6.104-9.017-12.155L110.485%2070.491a9.42%209.42%200%200%201%209.017-6.69h96.947a9.42%209.42%200%200%201%209.021%206.702l110.245%20365.554c1.824%206.047-2.703%2012.142-9.021%2012.142M203.508%20287.395l-27.959-118.047c-2.293-9.683-16.081-9.661-18.344.029l-27.57%20118.047c-1.38%205.91%203.106%2011.565%209.175%2011.565h55.529c6.082-.001%2010.571-5.676%209.169-11.594%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/decreasefontsize.svg?color=%231a73e8&size=48