shark emoji
shark from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- shark
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji Flat
Use the shark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M26 3c0-.59-.5-1.05-1.09-1c-2.001.185-4.011.865-5.613 1.873q-.435-.033-.877-.033h-1.61c-5.54 0-11.12 2.61-14.45 7.04c-.44.58-.48 1.38-.1 2c.47.78 1.081 1.48 1.79 2.071H17V16.8c0 1.3.73 2.49 1.89 3.08l.09.05A.7.7 0 0 0 20 19.3v-4.35h2.447c1.155.34 2.369.53 3.553.53v-.53h.033v5.885l-7.583 3.637l-.4-.76a10 10 0 0 1-.63.127a.8.8 0 0 1-.75-.28l-1.76-2.2A6.28 6.28 0 0 0 10.02 19H8.77c-.31 0-.49.35-.3.6l5.23 6.97c.19.25.2.6.02.87l-1.32 1.98c-.15.25.03.58.32.58h1.62c1.04 0 2.02-.52 2.6-1.39l.85-1.26a.79.79 0 0 1 .66-.35c.13 0 .26 0 .39-.01C25.04 26.77 30 21.68 30 15.42c0-3.5-1.55-6.635-4-8.758z"/><path fill="#d3d3d3" d="M23 13.92V11.5c0-.19.18-.33.39-.28c2.7.73 4.67 3.21 4.64 6.15c-.02 2.13-1.15 4.1-2.94 5.26l-.95.62c-1.85 1.2-3.94 1.99-6.11 2.32v-1.85c.1-.02.19-.05.29-.07c1.856-.7 5.681-2.065 5.681-4.64c0-1.552-1.52-1.987-2.281-2.01H9.15c-1.85-.09-3.68-.85-5.12-2.05l1.41-1.21C7.5 11.97 10.13 11 12.84 11h6.89c.15 0 .27.12.27.27c0 1.22.61 2.37 1.63 3.06l.28.18c.46.31 1.09-.03 1.09-.59"/><path fill="#636363" d="M15 12c0 .28.22.5.5.5c.27 0 .5-.22.5-.5V9.99c0-.27-.22-.5-.5-.5s-.5.22-.5.5zm2 0c0 .28.22.5.5.5c.27 0 .5-.22.5-.5V9.99c0-.28-.22-.5-.5-.5s-.5.22-.5.5z"/><path fill="#1c1c1c" d="M10.51 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatShark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M26 3c0-.59-.5-1.05-1.09-1c-2.001.185-4.011.865-5.613 1.873q-.435-.033-.877-.033h-1.61c-5.54 0-11.12 2.61-14.45 7.04c-.44.58-.48 1.38-.1 2c.47.78 1.081 1.48 1.79 2.071H17V16.8c0 1.3.73 2.49 1.89 3.08l.09.05A.7.7 0 0 0 20 19.3v-4.35h2.447c1.155.34 2.369.53 3.553.53v-.53h.033v5.885l-7.583 3.637l-.4-.76a10 10 0 0 1-.63.127a.8.8 0 0 1-.75-.28l-1.76-2.2A6.28 6.28 0 0 0 10.02 19H8.77c-.31 0-.49.35-.3.6l5.23 6.97c.19.25.2.6.02.87l-1.32 1.98c-.15.25.03.58.32.58h1.62c1.04 0 2.02-.52 2.6-1.39l.85-1.26a.79.79 0 0 1 .66-.35c.13 0 .26 0 .39-.01C25.04 26.77 30 21.68 30 15.42c0-3.5-1.55-6.635-4-8.758z"/><path fill="#d3d3d3" d="M23 13.92V11.5c0-.19.18-.33.39-.28c2.7.73 4.67 3.21 4.64 6.15c-.02 2.13-1.15 4.1-2.94 5.26l-.95.62c-1.85 1.2-3.94 1.99-6.11 2.32v-1.85c.1-.02.19-.05.29-.07c1.856-.7 5.681-2.065 5.681-4.64c0-1.552-1.52-1.987-2.281-2.01H9.15c-1.85-.09-3.68-.85-5.12-2.05l1.41-1.21C7.5 11.97 10.13 11 12.84 11h6.89c.15 0 .27.12.27.27c0 1.22.61 2.37 1.63 3.06l.28.18c.46.31 1.09-.03 1.09-.59"/><path fill="#636363" d="M15 12c0 .28.22.5.5.5c.27 0 .5-.22.5-.5V9.99c0-.27-.22-.5-.5-.5s-.5.22-.5.5zm2 0c0 .28.22.5.5.5c.27 0 .5-.22.5-.5V9.99c0-.28-.22-.5-.5-.5s-.5.22-.5.5z"/><path fill="#1c1c1c" d="M10.51 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M26 3c0-.59-.5-1.05-1.09-1c-2.001.185-4.011.865-5.613 1.873q-.435-.033-.877-.033h-1.61c-5.54 0-11.12 2.61-14.45 7.04c-.44.58-.48 1.38-.1 2c.47.78 1.081 1.48 1.79 2.071H17V16.8c0 1.3.73 2.49 1.89 3.08l.09.05A.7.7 0 0 0 20 19.3v-4.35h2.447c1.155.34 2.369.53 3.553.53v-.53h.033v5.885l-7.583 3.637l-.4-.76a10 10 0 0 1-.63.127a.8.8 0 0 1-.75-.28l-1.76-2.2A6.28 6.28 0 0 0 10.02 19H8.77c-.31 0-.49.35-.3.6l5.23 6.97c.19.25.2.6.02.87l-1.32 1.98c-.15.25.03.58.32.58h1.62c1.04 0 2.02-.52 2.6-1.39l.85-1.26a.79.79 0 0 1 .66-.35c.13 0 .26 0 .39-.01C25.04 26.77 30 21.68 30 15.42c0-3.5-1.55-6.635-4-8.758z"/><path fill="#d3d3d3" d="M23 13.92V11.5c0-.19.18-.33.39-.28c2.7.73 4.67 3.21 4.64 6.15c-.02 2.13-1.15 4.1-2.94 5.26l-.95.62c-1.85 1.2-3.94 1.99-6.11 2.32v-1.85c.1-.02.19-.05.29-.07c1.856-.7 5.681-2.065 5.681-4.64c0-1.552-1.52-1.987-2.281-2.01H9.15c-1.85-.09-3.68-.85-5.12-2.05l1.41-1.21C7.5 11.97 10.13 11 12.84 11h6.89c.15 0 .27.12.27.27c0 1.22.61 2.37 1.63 3.06l.28.18c.46.31 1.09-.03 1.09-.59"/><path fill="#636363" d="M15 12c0 .28.22.5.5.5c.27 0 .5-.22.5-.5V9.99c0-.27-.22-.5-.5-.5s-.5.22-.5.5zm2 0c0 .28.22.5.5.5c.27 0 .5-.22.5-.5V9.99c0-.28-.22-.5-.5-.5s-.5.22-.5.5z"/><path fill="#1c1c1c" d="M10.51 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg> </template>
CSS
.icon-shark {
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%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M26%203c0-.59-.5-1.05-1.09-1c-2.001.185-4.011.865-5.613%201.873q-.435-.033-.877-.033h-1.61c-5.54%200-11.12%202.61-14.45%207.04c-.44.58-.48%201.38-.1%202c.47.78%201.081%201.48%201.79%202.071H17V16.8c0%201.3.73%202.49%201.89%203.08l.09.05A.7.7%200%200%200%2020%2019.3v-4.35h2.447c1.155.34%202.369.53%203.553.53v-.53h.033v5.885l-7.583%203.637l-.4-.76a10%2010%200%200%201-.63.127a.8.8%200%200%201-.75-.28l-1.76-2.2A6.28%206.28%200%200%200%2010.02%2019H8.77c-.31%200-.49.35-.3.6l5.23%206.97c.19.25.2.6.02.87l-1.32%201.98c-.15.25.03.58.32.58h1.62c1.04%200%202.02-.52%202.6-1.39l.85-1.26a.79.79%200%200%201%20.66-.35c.13%200%20.26%200%20.39-.01C25.04%2026.77%2030%2021.68%2030%2015.42c0-3.5-1.55-6.635-4-8.758z%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M23%2013.92V11.5c0-.19.18-.33.39-.28c2.7.73%204.67%203.21%204.64%206.15c-.02%202.13-1.15%204.1-2.94%205.26l-.95.62c-1.85%201.2-3.94%201.99-6.11%202.32v-1.85c.1-.02.19-.05.29-.07c1.856-.7%205.681-2.065%205.681-4.64c0-1.552-1.52-1.987-2.281-2.01H9.15c-1.85-.09-3.68-.85-5.12-2.05l1.41-1.21C7.5%2011.97%2010.13%2011%2012.84%2011h6.89c.15%200%20.27.12.27.27c0%201.22.61%202.37%201.63%203.06l.28.18c.46.31%201.09-.03%201.09-.59%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M15%2012c0%20.28.22.5.5.5c.27%200%20.5-.22.5-.5V9.99c0-.27-.22-.5-.5-.5s-.5.22-.5.5zm2%200c0%20.28.22.5.5.5c.27%200%20.5-.22.5-.5V9.99c0-.28-.22-.5-.5-.5s-.5.22-.5.5z%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M10.51%2012a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M26%203c0-.59-.5-1.05-1.09-1c-2.001.185-4.011.865-5.613%201.873q-.435-.033-.877-.033h-1.61c-5.54%200-11.12%202.61-14.45%207.04c-.44.58-.48%201.38-.1%202c.47.78%201.081%201.48%201.79%202.071H17V16.8c0%201.3.73%202.49%201.89%203.08l.09.05A.7.7%200%200%200%2020%2019.3v-4.35h2.447c1.155.34%202.369.53%203.553.53v-.53h.033v5.885l-7.583%203.637l-.4-.76a10%2010%200%200%201-.63.127a.8.8%200%200%201-.75-.28l-1.76-2.2A6.28%206.28%200%200%200%2010.02%2019H8.77c-.31%200-.49.35-.3.6l5.23%206.97c.19.25.2.6.02.87l-1.32%201.98c-.15.25.03.58.32.58h1.62c1.04%200%202.02-.52%202.6-1.39l.85-1.26a.79.79%200%200%201%20.66-.35c.13%200%20.26%200%20.39-.01C25.04%2026.77%2030%2021.68%2030%2015.42c0-3.5-1.55-6.635-4-8.758z%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M23%2013.92V11.5c0-.19.18-.33.39-.28c2.7.73%204.67%203.21%204.64%206.15c-.02%202.13-1.15%204.1-2.94%205.26l-.95.62c-1.85%201.2-3.94%201.99-6.11%202.32v-1.85c.1-.02.19-.05.29-.07c1.856-.7%205.681-2.065%205.681-4.64c0-1.552-1.52-1.987-2.281-2.01H9.15c-1.85-.09-3.68-.85-5.12-2.05l1.41-1.21C7.5%2011.97%2010.13%2011%2012.84%2011h6.89c.15%200%20.27.12.27.27c0%201.22.61%202.37%201.63%203.06l.28.18c.46.31%201.09-.03%201.09-.59%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M15%2012c0%20.28.22.5.5.5c.27%200%20.5-.22.5-.5V9.99c0-.27-.22-.5-.5-.5s-.5.22-.5.5zm2%200c0%20.28.22.5.5.5c.27%200%20.5-.22.5-.5V9.99c0-.28-.22-.5-.5-.5s-.5.22-.5.5z%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M10.51%2012a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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-flat/shark.svg?color=%231a73e8&size=48