unicorn-variant from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.

Name
unicorn-variant
Set
Material Design Icons
Style
Filled
Category
Animal
Viewbox
24×24
License
Apache 2.0
Aliases
fantasy-variant

More animal icons from Material Design Icons

Use the unicorn variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 12v7l-3 1l-3-4.67c-.29-.44-1-.19-.92.34L14 23L4 18l.96-5.25C5.56 9.42 8.46 7 11.84 7H13l6-6l-2 6h3l-1.58 2.37C19.36 9.88 20 10.86 20 12"/></svg>

React

import type { SVGProps } from "react";

export function MdiUnicornVariant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 12v7l-3 1l-3-4.67c-.29-.44-1-.19-.92.34L14 23L4 18l.96-5.25C5.56 9.42 8.46 7 11.84 7H13l6-6l-2 6h3l-1.58 2.37C19.36 9.88 20 10.86 20 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 12v7l-3 1l-3-4.67c-.29-.44-1-.19-.92.34L14 23L4 18l.96-5.25C5.56 9.42 8.46 7 11.84 7H13l6-6l-2 6h3l-1.58 2.37C19.36 9.88 20 10.86 20 12"/></svg>
</template>

CSS

.icon-unicorn-variant {
  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%20fill%3D%22currentColor%22%20d%3D%22M20%2012v7l-3%201l-3-4.67c-.29-.44-1-.19-.92.34L14%2023L4%2018l.96-5.25C5.56%209.42%208.46%207%2011.84%207H13l6-6l-2%206h3l-1.58%202.37C19.36%209.88%2020%2010.86%2020%2012%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%20fill%3D%22currentColor%22%20d%3D%22M20%2012v7l-3%201l-3-4.67c-.29-.44-1-.19-.92.34L14%2023L4%2018l.96-5.25C5.56%209.42%208.46%207%2011.84%207H13l6-6l-2%206h3l-1.58%202.37C19.36%209.88%2020%2010.86%2020%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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