nikon logo
nikon from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- nikon
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the nikon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.267 8.681c-.69 0-1.054.463-1.054.873c0 .144.032.653.949.653c.762 0 1.057-.488 1.057-.854c0-.244-.2-.672-.952-.672m-6.87.215L0 15.146h1.72c.194-1 .455-2.056.711-3.138l1.206 3.136H5.27L6.681 8.9H5l-.715 3.176l-1.18-3.18Zm8.587.004L8.6 15.144h1.663l.558-2.375l.703 2.375h1.705l-.707-2.508l1.715-2.08h-1.91l-1.38 1.664l.743-3.32zm6.608 1.465c-2.582 0-2.962 2.01-3.034 2.379c-.19.93.02 2.137 1.235 2.457c.8.21 2.051.187 2.855-.47c.736-.6 1.1-1.619 1.088-2.575c-.012-.92-.79-1.791-2.144-1.791m6.193.072c-.573.038-1.156.35-1.486.807c.044-.188.088-.404.14-.658h-1.7l-.999 4.558h1.695l.563-2.586c.104-.476.488-.68.826-.591c.146.04.35.15.281.548l-.574 2.63h1.674l.767-3.51a.96.96 0 0 0-.627-1.14a1.6 1.6 0 0 0-.56-.058m-15.66.121l-1.02 4.586h1.676l1.022-4.586zm9.23 1.104c.372-.002.472.218.44.426c-.09.545-.245 1.081-.362 1.539c-.082.254-.321.4-.601.4c-.286 0-.458-.178-.432-.406c.04-.384.286-1.357.356-1.549c.12-.334.451-.408.6-.41z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsNikon(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="M8.267 8.681c-.69 0-1.054.463-1.054.873c0 .144.032.653.949.653c.762 0 1.057-.488 1.057-.854c0-.244-.2-.672-.952-.672m-6.87.215L0 15.146h1.72c.194-1 .455-2.056.711-3.138l1.206 3.136H5.27L6.681 8.9H5l-.715 3.176l-1.18-3.18Zm8.587.004L8.6 15.144h1.663l.558-2.375l.703 2.375h1.705l-.707-2.508l1.715-2.08h-1.91l-1.38 1.664l.743-3.32zm6.608 1.465c-2.582 0-2.962 2.01-3.034 2.379c-.19.93.02 2.137 1.235 2.457c.8.21 2.051.187 2.855-.47c.736-.6 1.1-1.619 1.088-2.575c-.012-.92-.79-1.791-2.144-1.791m6.193.072c-.573.038-1.156.35-1.486.807c.044-.188.088-.404.14-.658h-1.7l-.999 4.558h1.695l.563-2.586c.104-.476.488-.68.826-.591c.146.04.35.15.281.548l-.574 2.63h1.674l.767-3.51a.96.96 0 0 0-.627-1.14a1.6 1.6 0 0 0-.56-.058m-15.66.121l-1.02 4.586h1.676l1.022-4.586zm9.23 1.104c.372-.002.472.218.44.426c-.09.545-.245 1.081-.362 1.539c-.082.254-.321.4-.601.4c-.286 0-.458-.178-.432-.406c.04-.384.286-1.357.356-1.549c.12-.334.451-.408.6-.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.267 8.681c-.69 0-1.054.463-1.054.873c0 .144.032.653.949.653c.762 0 1.057-.488 1.057-.854c0-.244-.2-.672-.952-.672m-6.87.215L0 15.146h1.72c.194-1 .455-2.056.711-3.138l1.206 3.136H5.27L6.681 8.9H5l-.715 3.176l-1.18-3.18Zm8.587.004L8.6 15.144h1.663l.558-2.375l.703 2.375h1.705l-.707-2.508l1.715-2.08h-1.91l-1.38 1.664l.743-3.32zm6.608 1.465c-2.582 0-2.962 2.01-3.034 2.379c-.19.93.02 2.137 1.235 2.457c.8.21 2.051.187 2.855-.47c.736-.6 1.1-1.619 1.088-2.575c-.012-.92-.79-1.791-2.144-1.791m6.193.072c-.573.038-1.156.35-1.486.807c.044-.188.088-.404.14-.658h-1.7l-.999 4.558h1.695l.563-2.586c.104-.476.488-.68.826-.591c.146.04.35.15.281.548l-.574 2.63h1.674l.767-3.51a.96.96 0 0 0-.627-1.14a1.6 1.6 0 0 0-.56-.058m-15.66.121l-1.02 4.586h1.676l1.022-4.586zm9.23 1.104c.372-.002.472.218.44.426c-.09.545-.245 1.081-.362 1.539c-.082.254-.321.4-.601.4c-.286 0-.458-.178-.432-.406c.04-.384.286-1.357.356-1.549c.12-.334.451-.408.6-.41z"/></svg> </template>
CSS
.icon-nikon {
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%22M8.267%208.681c-.69%200-1.054.463-1.054.873c0%20.144.032.653.949.653c.762%200%201.057-.488%201.057-.854c0-.244-.2-.672-.952-.672m-6.87.215L0%2015.146h1.72c.194-1%20.455-2.056.711-3.138l1.206%203.136H5.27L6.681%208.9H5l-.715%203.176l-1.18-3.18Zm8.587.004L8.6%2015.144h1.663l.558-2.375l.703%202.375h1.705l-.707-2.508l1.715-2.08h-1.91l-1.38%201.664l.743-3.32zm6.608%201.465c-2.582%200-2.962%202.01-3.034%202.379c-.19.93.02%202.137%201.235%202.457c.8.21%202.051.187%202.855-.47c.736-.6%201.1-1.619%201.088-2.575c-.012-.92-.79-1.791-2.144-1.791m6.193.072c-.573.038-1.156.35-1.486.807c.044-.188.088-.404.14-.658h-1.7l-.999%204.558h1.695l.563-2.586c.104-.476.488-.68.826-.591c.146.04.35.15.281.548l-.574%202.63h1.674l.767-3.51a.96.96%200%200%200-.627-1.14a1.6%201.6%200%200%200-.56-.058m-15.66.121l-1.02%204.586h1.676l1.022-4.586zm9.23%201.104c.372-.002.472.218.44.426c-.09.545-.245%201.081-.362%201.539c-.082.254-.321.4-.601.4c-.286%200-.458-.178-.432-.406c.04-.384.286-1.357.356-1.549c.12-.334.451-.408.6-.41z%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%22M8.267%208.681c-.69%200-1.054.463-1.054.873c0%20.144.032.653.949.653c.762%200%201.057-.488%201.057-.854c0-.244-.2-.672-.952-.672m-6.87.215L0%2015.146h1.72c.194-1%20.455-2.056.711-3.138l1.206%203.136H5.27L6.681%208.9H5l-.715%203.176l-1.18-3.18Zm8.587.004L8.6%2015.144h1.663l.558-2.375l.703%202.375h1.705l-.707-2.508l1.715-2.08h-1.91l-1.38%201.664l.743-3.32zm6.608%201.465c-2.582%200-2.962%202.01-3.034%202.379c-.19.93.02%202.137%201.235%202.457c.8.21%202.051.187%202.855-.47c.736-.6%201.1-1.619%201.088-2.575c-.012-.92-.79-1.791-2.144-1.791m6.193.072c-.573.038-1.156.35-1.486.807c.044-.188.088-.404.14-.658h-1.7l-.999%204.558h1.695l.563-2.586c.104-.476.488-.68.826-.591c.146.04.35.15.281.548l-.574%202.63h1.674l.767-3.51a.96.96%200%200%200-.627-1.14a1.6%201.6%200%200%200-.56-.058m-15.66.121l-1.02%204.586h1.676l1.022-4.586zm9.23%201.104c.372-.002.472.218.44.426c-.09.545-.245%201.081-.362%201.539c-.082.254-.321.4-.601.4c-.286%200-.458-.178-.432-.406c.04-.384.286-1.357.356-1.549c.12-.334.451-.408.6-.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/nikon.svg?color=%231a73e8&size=48