yamahacorporation logo
yamahacorporation from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- yamahacorporation
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the yamahacorporation logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m-.412 1.377A10.65 10.65 0 0 1 22.664 12A10.65 10.65 0 0 1 12 22.664a10.648 10.648 0 0 1-.412-21.287M12 1.9a.18.18 0 0 0-.172.131l-.883 2.526a.4.4 0 0 0 0 .097a.3.3 0 0 0 .133.25a.926.926 0 0 1 .074 1.465a2.35 2.35 0 0 0-.82 1.79v.903L5.865 6.498l-.547.953l4.987 2.877v.692l-.602.347l-4.978-2.88l-.551.954L8.602 12l-.782.45a2.35 2.35 0 0 0-1.127 1.616a.93.93 0 0 1-1.312.668a.3.3 0 0 0-.277 0a.3.3 0 0 0-.079.063l-1.742 2.037a.188.188 0 0 0 .176.305l2.633-.493a.4.4 0 0 0 .09-.035a.3.3 0 0 0 .152-.238a.926.926 0 0 1 1.232-.781a2.35 2.35 0 0 0 1.954-.184l.78-.451v5.104h1.098v-5.756l.598-.344l.598.344v5.756h1.1v-5.123l.78.45a2.35 2.35 0 0 0 1.954.184a.926.926 0 0 1 1.234.782a.28.28 0 0 0 .149.238a.4.4 0 0 0 .09.035l2.634.492a.184.184 0 0 0 .176-.305l.004.02l-1.744-2.037a.4.4 0 0 0-.075-.063a.3.3 0 0 0-.28 0a.94.94 0 0 1-.864-.035a.93.93 0 0 1-.434-.633a2.37 2.37 0 0 0-1.14-1.609l-.782-.45l4.436-2.558l-.549-.955l-4.98 2.873l-.602-.347v-.692l4.985-2.877l-.547-.953L13.7 9.062v-.904a2.35 2.35 0 0 0-.803-1.789a.922.922 0 0 1 .079-1.465a.31.31 0 0 0 .128-.25a.3.3 0 0 0 0-.097L12.18 2.03A.184.184 0 0 0 12 1.9m.021 5.512a.6.6 0 0 1 .58.598V9.7l-.597.347l-.598-.348V8.01a.6.6 0 0 1 .615-.597zm-.017 3.818l.687.391v.781l-.687.391l-.688-.39v-.782zm2.299 1.403l1.46.847a.6.6 0 0 1 .223.817v.004a.6.6 0 0 1-.82.219l-1.465-.844v-.696zm-4.596.004l.602.347v.692l-1.465.844a.598.598 0 1 1-.598-1.036z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsYamahacorporation(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="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m-.412 1.377A10.65 10.65 0 0 1 22.664 12A10.65 10.65 0 0 1 12 22.664a10.648 10.648 0 0 1-.412-21.287M12 1.9a.18.18 0 0 0-.172.131l-.883 2.526a.4.4 0 0 0 0 .097a.3.3 0 0 0 .133.25a.926.926 0 0 1 .074 1.465a2.35 2.35 0 0 0-.82 1.79v.903L5.865 6.498l-.547.953l4.987 2.877v.692l-.602.347l-4.978-2.88l-.551.954L8.602 12l-.782.45a2.35 2.35 0 0 0-1.127 1.616a.93.93 0 0 1-1.312.668a.3.3 0 0 0-.277 0a.3.3 0 0 0-.079.063l-1.742 2.037a.188.188 0 0 0 .176.305l2.633-.493a.4.4 0 0 0 .09-.035a.3.3 0 0 0 .152-.238a.926.926 0 0 1 1.232-.781a2.35 2.35 0 0 0 1.954-.184l.78-.451v5.104h1.098v-5.756l.598-.344l.598.344v5.756h1.1v-5.123l.78.45a2.35 2.35 0 0 0 1.954.184a.926.926 0 0 1 1.234.782a.28.28 0 0 0 .149.238a.4.4 0 0 0 .09.035l2.634.492a.184.184 0 0 0 .176-.305l.004.02l-1.744-2.037a.4.4 0 0 0-.075-.063a.3.3 0 0 0-.28 0a.94.94 0 0 1-.864-.035a.93.93 0 0 1-.434-.633a2.37 2.37 0 0 0-1.14-1.609l-.782-.45l4.436-2.558l-.549-.955l-4.98 2.873l-.602-.347v-.692l4.985-2.877l-.547-.953L13.7 9.062v-.904a2.35 2.35 0 0 0-.803-1.789a.922.922 0 0 1 .079-1.465a.31.31 0 0 0 .128-.25a.3.3 0 0 0 0-.097L12.18 2.03A.184.184 0 0 0 12 1.9m.021 5.512a.6.6 0 0 1 .58.598V9.7l-.597.347l-.598-.348V8.01a.6.6 0 0 1 .615-.597zm-.017 3.818l.687.391v.781l-.687.391l-.688-.39v-.782zm2.299 1.403l1.46.847a.6.6 0 0 1 .223.817v.004a.6.6 0 0 1-.82.219l-1.465-.844v-.696zm-4.596.004l.602.347v.692l-1.465.844a.598.598 0 1 1-.598-1.036z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m-.412 1.377A10.65 10.65 0 0 1 22.664 12A10.65 10.65 0 0 1 12 22.664a10.648 10.648 0 0 1-.412-21.287M12 1.9a.18.18 0 0 0-.172.131l-.883 2.526a.4.4 0 0 0 0 .097a.3.3 0 0 0 .133.25a.926.926 0 0 1 .074 1.465a2.35 2.35 0 0 0-.82 1.79v.903L5.865 6.498l-.547.953l4.987 2.877v.692l-.602.347l-4.978-2.88l-.551.954L8.602 12l-.782.45a2.35 2.35 0 0 0-1.127 1.616a.93.93 0 0 1-1.312.668a.3.3 0 0 0-.277 0a.3.3 0 0 0-.079.063l-1.742 2.037a.188.188 0 0 0 .176.305l2.633-.493a.4.4 0 0 0 .09-.035a.3.3 0 0 0 .152-.238a.926.926 0 0 1 1.232-.781a2.35 2.35 0 0 0 1.954-.184l.78-.451v5.104h1.098v-5.756l.598-.344l.598.344v5.756h1.1v-5.123l.78.45a2.35 2.35 0 0 0 1.954.184a.926.926 0 0 1 1.234.782a.28.28 0 0 0 .149.238a.4.4 0 0 0 .09.035l2.634.492a.184.184 0 0 0 .176-.305l.004.02l-1.744-2.037a.4.4 0 0 0-.075-.063a.3.3 0 0 0-.28 0a.94.94 0 0 1-.864-.035a.93.93 0 0 1-.434-.633a2.37 2.37 0 0 0-1.14-1.609l-.782-.45l4.436-2.558l-.549-.955l-4.98 2.873l-.602-.347v-.692l4.985-2.877l-.547-.953L13.7 9.062v-.904a2.35 2.35 0 0 0-.803-1.789a.922.922 0 0 1 .079-1.465a.31.31 0 0 0 .128-.25a.3.3 0 0 0 0-.097L12.18 2.03A.184.184 0 0 0 12 1.9m.021 5.512a.6.6 0 0 1 .58.598V9.7l-.597.347l-.598-.348V8.01a.6.6 0 0 1 .615-.597zm-.017 3.818l.687.391v.781l-.687.391l-.688-.39v-.782zm2.299 1.403l1.46.847a.6.6 0 0 1 .223.817v.004a.6.6 0 0 1-.82.219l-1.465-.844v-.696zm-4.596.004l.602.347v.692l-1.465.844a.598.598 0 1 1-.598-1.036z"/></svg> </template>
CSS
.icon-yamahacorporation {
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%22M12%200a12%2012%200%201%200%2012%2012A12%2012%200%200%200%2012%200m-.412%201.377A10.65%2010.65%200%200%201%2022.664%2012A10.65%2010.65%200%200%201%2012%2022.664a10.648%2010.648%200%200%201-.412-21.287M12%201.9a.18.18%200%200%200-.172.131l-.883%202.526a.4.4%200%200%200%200%20.097a.3.3%200%200%200%20.133.25a.926.926%200%200%201%20.074%201.465a2.35%202.35%200%200%200-.82%201.79v.903L5.865%206.498l-.547.953l4.987%202.877v.692l-.602.347l-4.978-2.88l-.551.954L8.602%2012l-.782.45a2.35%202.35%200%200%200-1.127%201.616a.93.93%200%200%201-1.312.668a.3.3%200%200%200-.277%200a.3.3%200%200%200-.079.063l-1.742%202.037a.188.188%200%200%200%20.176.305l2.633-.493a.4.4%200%200%200%20.09-.035a.3.3%200%200%200%20.152-.238a.926.926%200%200%201%201.232-.781a2.35%202.35%200%200%200%201.954-.184l.78-.451v5.104h1.098v-5.756l.598-.344l.598.344v5.756h1.1v-5.123l.78.45a2.35%202.35%200%200%200%201.954.184a.926.926%200%200%201%201.234.782a.28.28%200%200%200%20.149.238a.4.4%200%200%200%20.09.035l2.634.492a.184.184%200%200%200%20.176-.305l.004.02l-1.744-2.037a.4.4%200%200%200-.075-.063a.3.3%200%200%200-.28%200a.94.94%200%200%201-.864-.035a.93.93%200%200%201-.434-.633a2.37%202.37%200%200%200-1.14-1.609l-.782-.45l4.436-2.558l-.549-.955l-4.98%202.873l-.602-.347v-.692l4.985-2.877l-.547-.953L13.7%209.062v-.904a2.35%202.35%200%200%200-.803-1.789a.922.922%200%200%201%20.079-1.465a.31.31%200%200%200%20.128-.25a.3.3%200%200%200%200-.097L12.18%202.03A.184.184%200%200%200%2012%201.9m.021%205.512a.6.6%200%200%201%20.58.598V9.7l-.597.347l-.598-.348V8.01a.6.6%200%200%201%20.615-.597zm-.017%203.818l.687.391v.781l-.687.391l-.688-.39v-.782zm2.299%201.403l1.46.847a.6.6%200%200%201%20.223.817v.004a.6.6%200%200%201-.82.219l-1.465-.844v-.696zm-4.596.004l.602.347v.692l-1.465.844a.598.598%200%201%201-.598-1.036z%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%22M12%200a12%2012%200%201%200%2012%2012A12%2012%200%200%200%2012%200m-.412%201.377A10.65%2010.65%200%200%201%2022.664%2012A10.65%2010.65%200%200%201%2012%2022.664a10.648%2010.648%200%200%201-.412-21.287M12%201.9a.18.18%200%200%200-.172.131l-.883%202.526a.4.4%200%200%200%200%20.097a.3.3%200%200%200%20.133.25a.926.926%200%200%201%20.074%201.465a2.35%202.35%200%200%200-.82%201.79v.903L5.865%206.498l-.547.953l4.987%202.877v.692l-.602.347l-4.978-2.88l-.551.954L8.602%2012l-.782.45a2.35%202.35%200%200%200-1.127%201.616a.93.93%200%200%201-1.312.668a.3.3%200%200%200-.277%200a.3.3%200%200%200-.079.063l-1.742%202.037a.188.188%200%200%200%20.176.305l2.633-.493a.4.4%200%200%200%20.09-.035a.3.3%200%200%200%20.152-.238a.926.926%200%200%201%201.232-.781a2.35%202.35%200%200%200%201.954-.184l.78-.451v5.104h1.098v-5.756l.598-.344l.598.344v5.756h1.1v-5.123l.78.45a2.35%202.35%200%200%200%201.954.184a.926.926%200%200%201%201.234.782a.28.28%200%200%200%20.149.238a.4.4%200%200%200%20.09.035l2.634.492a.184.184%200%200%200%20.176-.305l.004.02l-1.744-2.037a.4.4%200%200%200-.075-.063a.3.3%200%200%200-.28%200a.94.94%200%200%201-.864-.035a.93.93%200%200%201-.434-.633a2.37%202.37%200%200%200-1.14-1.609l-.782-.45l4.436-2.558l-.549-.955l-4.98%202.873l-.602-.347v-.692l4.985-2.877l-.547-.953L13.7%209.062v-.904a2.35%202.35%200%200%200-.803-1.789a.922.922%200%200%201%20.079-1.465a.31.31%200%200%200%20.128-.25a.3.3%200%200%200%200-.097L12.18%202.03A.184.184%200%200%200%2012%201.9m.021%205.512a.6.6%200%200%201%20.58.598V9.7l-.597.347l-.598-.348V8.01a.6.6%200%200%201%20.615-.597zm-.017%203.818l.687.391v.781l-.687.391l-.688-.39v-.782zm2.299%201.403l1.46.847a.6.6%200%200%201%20.223.817v.004a.6.6%200%200%201-.82.219l-1.465-.844v-.696zm-4.596.004l.602.347v.692l-1.465.844a.598.598%200%201%201-.598-1.036z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/yamahacorporation.svg?color=%231a73e8&size=48