octopus emoji
octopus from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- octopus
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the octopus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.375 2c-5.21 0-9.49 3.985-9.958 9.074a2.53 2.53 0 0 0 .251 4.965q.134.537.323 1.05l-.049-.008a6 6 0 0 0-.766-.096h-.052c-.658.02-1.04.537-1.162.963c-.13.454-.05.945.144 1.416l.08.194l-1.522.396l-.007.002c-.502.134-1.23.45-1.34 1.273c-.042.313.035.58.077.709c.02.064.044.127.06.17l.004.011l.034.097c.166.54.515 1.077.915 1.548a8.5 8.5 0 0 0 2.916 2.188l-.532.47a1.5 1.5 0 0 0-.414.563a1.28 1.28 0 0 0-.054.81c.054.212.153.38.213.477c.045.072.103.157.147.221l.036.052c.375.554 1.036 1.081 1.807 1.484c.791.415 1.78.742 2.88.831c2.114.172 4.544-.545 6.663-2.984c2.12 2.44 4.55 3.156 6.663 2.984a7.6 7.6 0 0 0 2.88-.83c.771-.404 1.432-.931 1.807-1.485l.036-.052c.044-.064.103-.15.147-.221a1.7 1.7 0 0 0 .213-.477a1.28 1.28 0 0 0-.054-.81a1.5 1.5 0 0 0-.413-.562L26.87 26a8.5 8.5 0 0 0 3.028-2.236c.4-.471.749-1.008.915-1.548l.034-.097l.004-.011c.016-.043.039-.106.06-.17c.041-.13.119-.396.077-.709c-.11-.823-.838-1.139-1.34-1.273l-.007-.002l-1.523-.396l.08-.194c.194-.47.275-.962.145-1.416c-.122-.426-.505-.943-1.163-.963h-.051a6 6 0 0 0-.74.092q.2-.546.338-1.12a2.532 2.532 0 0 0 .24-4.766A9.997 9.997 0 0 0 17 2zm9.588 9.222a2.532 2.532 0 0 0-.24 4.496A8 8 0 0 1 17 21.624h-1.625a8 8 0 0 1-7.777-6.117a2.528 2.528 0 0 0-.202-4.097A8 8 0 0 1 15.375 4H17a8 8 0 0 1 7.963 7.222m-.793 9.374l4.657 1.213c-.086.173-.232.4-.454.66c-.3.354-.694.72-1.14 1.04c-.747.536-1.513.86-2.148.917a433 433 0 0 0-2.706-2.37a10 10 0 0 0 1.791-1.46m-3.634 2.386c.06.136.151.261.273.363c.55.461 3.234 2.827 4.826 4.233c-.18.19-.494.44-.95.68a5.6 5.6 0 0 1-2.115.609c-1.566.127-3.526-.398-5.33-2.716l-.006-.007a2 2 0 0 0-.392-.396a1.22 1.22 0 0 0-.773-.23a1.22 1.22 0 0 0-.773.23c-.19.136-.33.316-.392.396l-.005.007c-1.805 2.318-3.765 2.843-5.33 2.716a5.6 5.6 0 0 1-2.116-.61c-.456-.238-.77-.49-.95-.679l1.32-1.165q.067-.007.133-.017l-.013-.09a337 337 0 0 1 3.386-2.96a1 1 0 0 0 .305-.444a10 10 0 0 0 3.741.723H17a10 10 0 0 0 3.536-.643M9.86 21.968c-.521.447-1.656 1.443-2.788 2.44c-.605-.089-1.312-.403-2.002-.9a6.5 6.5 0 0 1-1.14-1.038a3.4 3.4 0 0 1-.453-.661L8.19 20.58c.503.52 1.063.986 1.67 1.387m-3.638 5.228l.002.005zm19.692 0l-.002.005z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastOctopus(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="M15.375 2c-5.21 0-9.49 3.985-9.958 9.074a2.53 2.53 0 0 0 .251 4.965q.134.537.323 1.05l-.049-.008a6 6 0 0 0-.766-.096h-.052c-.658.02-1.04.537-1.162.963c-.13.454-.05.945.144 1.416l.08.194l-1.522.396l-.007.002c-.502.134-1.23.45-1.34 1.273c-.042.313.035.58.077.709c.02.064.044.127.06.17l.004.011l.034.097c.166.54.515 1.077.915 1.548a8.5 8.5 0 0 0 2.916 2.188l-.532.47a1.5 1.5 0 0 0-.414.563a1.28 1.28 0 0 0-.054.81c.054.212.153.38.213.477c.045.072.103.157.147.221l.036.052c.375.554 1.036 1.081 1.807 1.484c.791.415 1.78.742 2.88.831c2.114.172 4.544-.545 6.663-2.984c2.12 2.44 4.55 3.156 6.663 2.984a7.6 7.6 0 0 0 2.88-.83c.771-.404 1.432-.931 1.807-1.485l.036-.052c.044-.064.103-.15.147-.221a1.7 1.7 0 0 0 .213-.477a1.28 1.28 0 0 0-.054-.81a1.5 1.5 0 0 0-.413-.562L26.87 26a8.5 8.5 0 0 0 3.028-2.236c.4-.471.749-1.008.915-1.548l.034-.097l.004-.011c.016-.043.039-.106.06-.17c.041-.13.119-.396.077-.709c-.11-.823-.838-1.139-1.34-1.273l-.007-.002l-1.523-.396l.08-.194c.194-.47.275-.962.145-1.416c-.122-.426-.505-.943-1.163-.963h-.051a6 6 0 0 0-.74.092q.2-.546.338-1.12a2.532 2.532 0 0 0 .24-4.766A9.997 9.997 0 0 0 17 2zm9.588 9.222a2.532 2.532 0 0 0-.24 4.496A8 8 0 0 1 17 21.624h-1.625a8 8 0 0 1-7.777-6.117a2.528 2.528 0 0 0-.202-4.097A8 8 0 0 1 15.375 4H17a8 8 0 0 1 7.963 7.222m-.793 9.374l4.657 1.213c-.086.173-.232.4-.454.66c-.3.354-.694.72-1.14 1.04c-.747.536-1.513.86-2.148.917a433 433 0 0 0-2.706-2.37a10 10 0 0 0 1.791-1.46m-3.634 2.386c.06.136.151.261.273.363c.55.461 3.234 2.827 4.826 4.233c-.18.19-.494.44-.95.68a5.6 5.6 0 0 1-2.115.609c-1.566.127-3.526-.398-5.33-2.716l-.006-.007a2 2 0 0 0-.392-.396a1.22 1.22 0 0 0-.773-.23a1.22 1.22 0 0 0-.773.23c-.19.136-.33.316-.392.396l-.005.007c-1.805 2.318-3.765 2.843-5.33 2.716a5.6 5.6 0 0 1-2.116-.61c-.456-.238-.77-.49-.95-.679l1.32-1.165q.067-.007.133-.017l-.013-.09a337 337 0 0 1 3.386-2.96a1 1 0 0 0 .305-.444a10 10 0 0 0 3.741.723H17a10 10 0 0 0 3.536-.643M9.86 21.968c-.521.447-1.656 1.443-2.788 2.44c-.605-.089-1.312-.403-2.002-.9a6.5 6.5 0 0 1-1.14-1.038a3.4 3.4 0 0 1-.453-.661L8.19 20.58c.503.52 1.063.986 1.67 1.387m-3.638 5.228l.002.005zm19.692 0l-.002.005z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.375 2c-5.21 0-9.49 3.985-9.958 9.074a2.53 2.53 0 0 0 .251 4.965q.134.537.323 1.05l-.049-.008a6 6 0 0 0-.766-.096h-.052c-.658.02-1.04.537-1.162.963c-.13.454-.05.945.144 1.416l.08.194l-1.522.396l-.007.002c-.502.134-1.23.45-1.34 1.273c-.042.313.035.58.077.709c.02.064.044.127.06.17l.004.011l.034.097c.166.54.515 1.077.915 1.548a8.5 8.5 0 0 0 2.916 2.188l-.532.47a1.5 1.5 0 0 0-.414.563a1.28 1.28 0 0 0-.054.81c.054.212.153.38.213.477c.045.072.103.157.147.221l.036.052c.375.554 1.036 1.081 1.807 1.484c.791.415 1.78.742 2.88.831c2.114.172 4.544-.545 6.663-2.984c2.12 2.44 4.55 3.156 6.663 2.984a7.6 7.6 0 0 0 2.88-.83c.771-.404 1.432-.931 1.807-1.485l.036-.052c.044-.064.103-.15.147-.221a1.7 1.7 0 0 0 .213-.477a1.28 1.28 0 0 0-.054-.81a1.5 1.5 0 0 0-.413-.562L26.87 26a8.5 8.5 0 0 0 3.028-2.236c.4-.471.749-1.008.915-1.548l.034-.097l.004-.011c.016-.043.039-.106.06-.17c.041-.13.119-.396.077-.709c-.11-.823-.838-1.139-1.34-1.273l-.007-.002l-1.523-.396l.08-.194c.194-.47.275-.962.145-1.416c-.122-.426-.505-.943-1.163-.963h-.051a6 6 0 0 0-.74.092q.2-.546.338-1.12a2.532 2.532 0 0 0 .24-4.766A9.997 9.997 0 0 0 17 2zm9.588 9.222a2.532 2.532 0 0 0-.24 4.496A8 8 0 0 1 17 21.624h-1.625a8 8 0 0 1-7.777-6.117a2.528 2.528 0 0 0-.202-4.097A8 8 0 0 1 15.375 4H17a8 8 0 0 1 7.963 7.222m-.793 9.374l4.657 1.213c-.086.173-.232.4-.454.66c-.3.354-.694.72-1.14 1.04c-.747.536-1.513.86-2.148.917a433 433 0 0 0-2.706-2.37a10 10 0 0 0 1.791-1.46m-3.634 2.386c.06.136.151.261.273.363c.55.461 3.234 2.827 4.826 4.233c-.18.19-.494.44-.95.68a5.6 5.6 0 0 1-2.115.609c-1.566.127-3.526-.398-5.33-2.716l-.006-.007a2 2 0 0 0-.392-.396a1.22 1.22 0 0 0-.773-.23a1.22 1.22 0 0 0-.773.23c-.19.136-.33.316-.392.396l-.005.007c-1.805 2.318-3.765 2.843-5.33 2.716a5.6 5.6 0 0 1-2.116-.61c-.456-.238-.77-.49-.95-.679l1.32-1.165q.067-.007.133-.017l-.013-.09a337 337 0 0 1 3.386-2.96a1 1 0 0 0 .305-.444a10 10 0 0 0 3.741.723H17a10 10 0 0 0 3.536-.643M9.86 21.968c-.521.447-1.656 1.443-2.788 2.44c-.605-.089-1.312-.403-2.002-.9a6.5 6.5 0 0 1-1.14-1.038a3.4 3.4 0 0 1-.453-.661L8.19 20.58c.503.52 1.063.986 1.67 1.387m-3.638 5.228l.002.005zm19.692 0l-.002.005z"/></svg> </template>
CSS
.icon-octopus {
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%22M15.375%202c-5.21%200-9.49%203.985-9.958%209.074a2.53%202.53%200%200%200%20.251%204.965q.134.537.323%201.05l-.049-.008a6%206%200%200%200-.766-.096h-.052c-.658.02-1.04.537-1.162.963c-.13.454-.05.945.144%201.416l.08.194l-1.522.396l-.007.002c-.502.134-1.23.45-1.34%201.273c-.042.313.035.58.077.709c.02.064.044.127.06.17l.004.011l.034.097c.166.54.515%201.077.915%201.548a8.5%208.5%200%200%200%202.916%202.188l-.532.47a1.5%201.5%200%200%200-.414.563a1.28%201.28%200%200%200-.054.81c.054.212.153.38.213.477c.045.072.103.157.147.221l.036.052c.375.554%201.036%201.081%201.807%201.484c.791.415%201.78.742%202.88.831c2.114.172%204.544-.545%206.663-2.984c2.12%202.44%204.55%203.156%206.663%202.984a7.6%207.6%200%200%200%202.88-.83c.771-.404%201.432-.931%201.807-1.485l.036-.052c.044-.064.103-.15.147-.221a1.7%201.7%200%200%200%20.213-.477a1.28%201.28%200%200%200-.054-.81a1.5%201.5%200%200%200-.413-.562L26.87%2026a8.5%208.5%200%200%200%203.028-2.236c.4-.471.749-1.008.915-1.548l.034-.097l.004-.011c.016-.043.039-.106.06-.17c.041-.13.119-.396.077-.709c-.11-.823-.838-1.139-1.34-1.273l-.007-.002l-1.523-.396l.08-.194c.194-.47.275-.962.145-1.416c-.122-.426-.505-.943-1.163-.963h-.051a6%206%200%200%200-.74.092q.2-.546.338-1.12a2.532%202.532%200%200%200%20.24-4.766A9.997%209.997%200%200%200%2017%202zm9.588%209.222a2.532%202.532%200%200%200-.24%204.496A8%208%200%200%201%2017%2021.624h-1.625a8%208%200%200%201-7.777-6.117a2.528%202.528%200%200%200-.202-4.097A8%208%200%200%201%2015.375%204H17a8%208%200%200%201%207.963%207.222m-.793%209.374l4.657%201.213c-.086.173-.232.4-.454.66c-.3.354-.694.72-1.14%201.04c-.747.536-1.513.86-2.148.917a433%20433%200%200%200-2.706-2.37a10%2010%200%200%200%201.791-1.46m-3.634%202.386c.06.136.151.261.273.363c.55.461%203.234%202.827%204.826%204.233c-.18.19-.494.44-.95.68a5.6%205.6%200%200%201-2.115.609c-1.566.127-3.526-.398-5.33-2.716l-.006-.007a2%202%200%200%200-.392-.396a1.22%201.22%200%200%200-.773-.23a1.22%201.22%200%200%200-.773.23c-.19.136-.33.316-.392.396l-.005.007c-1.805%202.318-3.765%202.843-5.33%202.716a5.6%205.6%200%200%201-2.116-.61c-.456-.238-.77-.49-.95-.679l1.32-1.165q.067-.007.133-.017l-.013-.09a337%20337%200%200%201%203.386-2.96a1%201%200%200%200%20.305-.444a10%2010%200%200%200%203.741.723H17a10%2010%200%200%200%203.536-.643M9.86%2021.968c-.521.447-1.656%201.443-2.788%202.44c-.605-.089-1.312-.403-2.002-.9a6.5%206.5%200%200%201-1.14-1.038a3.4%203.4%200%200%201-.453-.661L8.19%2020.58c.503.52%201.063.986%201.67%201.387m-3.638%205.228l.002.005zm19.692%200l-.002.005z%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%22M15.375%202c-5.21%200-9.49%203.985-9.958%209.074a2.53%202.53%200%200%200%20.251%204.965q.134.537.323%201.05l-.049-.008a6%206%200%200%200-.766-.096h-.052c-.658.02-1.04.537-1.162.963c-.13.454-.05.945.144%201.416l.08.194l-1.522.396l-.007.002c-.502.134-1.23.45-1.34%201.273c-.042.313.035.58.077.709c.02.064.044.127.06.17l.004.011l.034.097c.166.54.515%201.077.915%201.548a8.5%208.5%200%200%200%202.916%202.188l-.532.47a1.5%201.5%200%200%200-.414.563a1.28%201.28%200%200%200-.054.81c.054.212.153.38.213.477c.045.072.103.157.147.221l.036.052c.375.554%201.036%201.081%201.807%201.484c.791.415%201.78.742%202.88.831c2.114.172%204.544-.545%206.663-2.984c2.12%202.44%204.55%203.156%206.663%202.984a7.6%207.6%200%200%200%202.88-.83c.771-.404%201.432-.931%201.807-1.485l.036-.052c.044-.064.103-.15.147-.221a1.7%201.7%200%200%200%20.213-.477a1.28%201.28%200%200%200-.054-.81a1.5%201.5%200%200%200-.413-.562L26.87%2026a8.5%208.5%200%200%200%203.028-2.236c.4-.471.749-1.008.915-1.548l.034-.097l.004-.011c.016-.043.039-.106.06-.17c.041-.13.119-.396.077-.709c-.11-.823-.838-1.139-1.34-1.273l-.007-.002l-1.523-.396l.08-.194c.194-.47.275-.962.145-1.416c-.122-.426-.505-.943-1.163-.963h-.051a6%206%200%200%200-.74.092q.2-.546.338-1.12a2.532%202.532%200%200%200%20.24-4.766A9.997%209.997%200%200%200%2017%202zm9.588%209.222a2.532%202.532%200%200%200-.24%204.496A8%208%200%200%201%2017%2021.624h-1.625a8%208%200%200%201-7.777-6.117a2.528%202.528%200%200%200-.202-4.097A8%208%200%200%201%2015.375%204H17a8%208%200%200%201%207.963%207.222m-.793%209.374l4.657%201.213c-.086.173-.232.4-.454.66c-.3.354-.694.72-1.14%201.04c-.747.536-1.513.86-2.148.917a433%20433%200%200%200-2.706-2.37a10%2010%200%200%200%201.791-1.46m-3.634%202.386c.06.136.151.261.273.363c.55.461%203.234%202.827%204.826%204.233c-.18.19-.494.44-.95.68a5.6%205.6%200%200%201-2.115.609c-1.566.127-3.526-.398-5.33-2.716l-.006-.007a2%202%200%200%200-.392-.396a1.22%201.22%200%200%200-.773-.23a1.22%201.22%200%200%200-.773.23c-.19.136-.33.316-.392.396l-.005.007c-1.805%202.318-3.765%202.843-5.33%202.716a5.6%205.6%200%200%201-2.116-.61c-.456-.238-.77-.49-.95-.679l1.32-1.165q.067-.007.133-.017l-.013-.09a337%20337%200%200%201%203.386-2.96a1%201%200%200%200%20.305-.444a10%2010%200%200%200%203.741.723H17a10%2010%200%200%200%203.536-.643M9.86%2021.968c-.521.447-1.656%201.443-2.788%202.44c-.605-.089-1.312-.403-2.002-.9a6.5%206.5%200%200%201-1.14-1.038a3.4%203.4%200%200%201-.453-.661L8.19%2020.58c.503.52%201.063.986%201.67%201.387m-3.638%205.228l.002.005zm19.692%200l-.002.005z%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/octopus.svg?color=%231a73e8&size=48