seagate logo
seagate from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- seagate
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the seagate logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.228 22.684l-.776-2.955c.273-.132.498-.236.796-.384c1.239-.528 2.436-1.132 3.55-1.892c1.395-.952 2.698-2.015 3.833-3.268c.89-.983 1.632-2.068 2.056-3.342c.282-.848.42-1.715.296-2.609a4.75 4.75 0 0 0-.796-2.037a5.14 5.14 0 0 0-1.974-1.72c-1.007-.51-2.08-.697-3.198-.664c-.99.03-1.945.248-2.874.587c-1.71.625-3.278 1.518-4.783 2.528c-.44.295-.842.636-1.192 1.038c-.19.218-.336.46-.398.749c-.104.487.175.858.672.881c.348.017.658-.118.962-.262c.946-.446 1.8-1.049 2.683-1.6c.725-.452 1.458-.894 2.255-1.211c.786-.313 1.597-.485 2.447-.343c.925.155 1.67.592 2.122 1.442c.317.595.342 1.227.176 1.87c-.19.734-.615 1.33-1.117 1.877a10.2 10.2 0 0 1-2.372 1.899c-.924.542-1.84 1.1-2.788 1.598c-1.109.583-2.29.996-3.493 1.345c-1.01.293-2.038.426-3.086.333c-.88-.078-1.707-.334-2.437-.842a3.93 3.93 0 0 1-1.44-1.82c-.455-1.16-.431-2.343-.143-3.534C.534 9 1.217 7.838 2.059 6.757c.64-.821 1.376-1.547 2.17-2.215a24 24 0 0 1 3.596-2.524c.433-.246.873-.478 1.285-.702l.421.866c-.38.205-.757.401-1.127.608a20 20 0 0 0-4.36 3.241a9.2 9.2 0 0 0-1.757 2.367c-.474.928-.729 1.91-.617 2.958c.123 1.147.661 2.029 1.718 2.558c.63.316 1.303.41 1.997.395c.956-.02 1.858-.292 2.748-.611c1.328-.475 2.563-1.137 3.765-1.864c.706-.426 1.41-.86 2.007-1.436c.315-.305.63-.615.791-1.038c.286-.754-.12-1.406-.928-1.483c-.44-.041-.838.105-1.226.284c-1.026.475-1.949 1.125-2.905 1.72c-.73.453-1.469.894-2.273 1.208c-.557.218-1.132.354-1.736.284c-1.037-.118-1.685-.937-1.572-1.975c.088-.816.485-1.481 1.022-2.075c.593-.657 1.285-1.195 2.028-1.67c1.141-.729 2.3-1.428 3.539-1.983c1.436-.644 2.91-1.154 4.49-1.293c1.144-.101 2.275-.037 3.391.253a7.8 7.8 0 0 1 2.715 1.28A7 7 0 0 1 23.2 6.138c.446.796.7 1.65.775 2.559a7.5 7.5 0 0 1-.31 2.808a10.5 10.5 0 0 1-1.127 2.537a15.3 15.3 0 0 1-2.449 3.008c-.964.914-1.937 1.815-3.034 2.572c-1.427.984-2.913 1.86-4.52 2.519c-.43.176-.857.356-1.307.543"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSeagate(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="m11.228 22.684l-.776-2.955c.273-.132.498-.236.796-.384c1.239-.528 2.436-1.132 3.55-1.892c1.395-.952 2.698-2.015 3.833-3.268c.89-.983 1.632-2.068 2.056-3.342c.282-.848.42-1.715.296-2.609a4.75 4.75 0 0 0-.796-2.037a5.14 5.14 0 0 0-1.974-1.72c-1.007-.51-2.08-.697-3.198-.664c-.99.03-1.945.248-2.874.587c-1.71.625-3.278 1.518-4.783 2.528c-.44.295-.842.636-1.192 1.038c-.19.218-.336.46-.398.749c-.104.487.175.858.672.881c.348.017.658-.118.962-.262c.946-.446 1.8-1.049 2.683-1.6c.725-.452 1.458-.894 2.255-1.211c.786-.313 1.597-.485 2.447-.343c.925.155 1.67.592 2.122 1.442c.317.595.342 1.227.176 1.87c-.19.734-.615 1.33-1.117 1.877a10.2 10.2 0 0 1-2.372 1.899c-.924.542-1.84 1.1-2.788 1.598c-1.109.583-2.29.996-3.493 1.345c-1.01.293-2.038.426-3.086.333c-.88-.078-1.707-.334-2.437-.842a3.93 3.93 0 0 1-1.44-1.82c-.455-1.16-.431-2.343-.143-3.534C.534 9 1.217 7.838 2.059 6.757c.64-.821 1.376-1.547 2.17-2.215a24 24 0 0 1 3.596-2.524c.433-.246.873-.478 1.285-.702l.421.866c-.38.205-.757.401-1.127.608a20 20 0 0 0-4.36 3.241a9.2 9.2 0 0 0-1.757 2.367c-.474.928-.729 1.91-.617 2.958c.123 1.147.661 2.029 1.718 2.558c.63.316 1.303.41 1.997.395c.956-.02 1.858-.292 2.748-.611c1.328-.475 2.563-1.137 3.765-1.864c.706-.426 1.41-.86 2.007-1.436c.315-.305.63-.615.791-1.038c.286-.754-.12-1.406-.928-1.483c-.44-.041-.838.105-1.226.284c-1.026.475-1.949 1.125-2.905 1.72c-.73.453-1.469.894-2.273 1.208c-.557.218-1.132.354-1.736.284c-1.037-.118-1.685-.937-1.572-1.975c.088-.816.485-1.481 1.022-2.075c.593-.657 1.285-1.195 2.028-1.67c1.141-.729 2.3-1.428 3.539-1.983c1.436-.644 2.91-1.154 4.49-1.293c1.144-.101 2.275-.037 3.391.253a7.8 7.8 0 0 1 2.715 1.28A7 7 0 0 1 23.2 6.138c.446.796.7 1.65.775 2.559a7.5 7.5 0 0 1-.31 2.808a10.5 10.5 0 0 1-1.127 2.537a15.3 15.3 0 0 1-2.449 3.008c-.964.914-1.937 1.815-3.034 2.572c-1.427.984-2.913 1.86-4.52 2.519c-.43.176-.857.356-1.307.543"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.228 22.684l-.776-2.955c.273-.132.498-.236.796-.384c1.239-.528 2.436-1.132 3.55-1.892c1.395-.952 2.698-2.015 3.833-3.268c.89-.983 1.632-2.068 2.056-3.342c.282-.848.42-1.715.296-2.609a4.75 4.75 0 0 0-.796-2.037a5.14 5.14 0 0 0-1.974-1.72c-1.007-.51-2.08-.697-3.198-.664c-.99.03-1.945.248-2.874.587c-1.71.625-3.278 1.518-4.783 2.528c-.44.295-.842.636-1.192 1.038c-.19.218-.336.46-.398.749c-.104.487.175.858.672.881c.348.017.658-.118.962-.262c.946-.446 1.8-1.049 2.683-1.6c.725-.452 1.458-.894 2.255-1.211c.786-.313 1.597-.485 2.447-.343c.925.155 1.67.592 2.122 1.442c.317.595.342 1.227.176 1.87c-.19.734-.615 1.33-1.117 1.877a10.2 10.2 0 0 1-2.372 1.899c-.924.542-1.84 1.1-2.788 1.598c-1.109.583-2.29.996-3.493 1.345c-1.01.293-2.038.426-3.086.333c-.88-.078-1.707-.334-2.437-.842a3.93 3.93 0 0 1-1.44-1.82c-.455-1.16-.431-2.343-.143-3.534C.534 9 1.217 7.838 2.059 6.757c.64-.821 1.376-1.547 2.17-2.215a24 24 0 0 1 3.596-2.524c.433-.246.873-.478 1.285-.702l.421.866c-.38.205-.757.401-1.127.608a20 20 0 0 0-4.36 3.241a9.2 9.2 0 0 0-1.757 2.367c-.474.928-.729 1.91-.617 2.958c.123 1.147.661 2.029 1.718 2.558c.63.316 1.303.41 1.997.395c.956-.02 1.858-.292 2.748-.611c1.328-.475 2.563-1.137 3.765-1.864c.706-.426 1.41-.86 2.007-1.436c.315-.305.63-.615.791-1.038c.286-.754-.12-1.406-.928-1.483c-.44-.041-.838.105-1.226.284c-1.026.475-1.949 1.125-2.905 1.72c-.73.453-1.469.894-2.273 1.208c-.557.218-1.132.354-1.736.284c-1.037-.118-1.685-.937-1.572-1.975c.088-.816.485-1.481 1.022-2.075c.593-.657 1.285-1.195 2.028-1.67c1.141-.729 2.3-1.428 3.539-1.983c1.436-.644 2.91-1.154 4.49-1.293c1.144-.101 2.275-.037 3.391.253a7.8 7.8 0 0 1 2.715 1.28A7 7 0 0 1 23.2 6.138c.446.796.7 1.65.775 2.559a7.5 7.5 0 0 1-.31 2.808a10.5 10.5 0 0 1-1.127 2.537a15.3 15.3 0 0 1-2.449 3.008c-.964.914-1.937 1.815-3.034 2.572c-1.427.984-2.913 1.86-4.52 2.519c-.43.176-.857.356-1.307.543"/></svg> </template>
CSS
.icon-seagate {
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%22m11.228%2022.684l-.776-2.955c.273-.132.498-.236.796-.384c1.239-.528%202.436-1.132%203.55-1.892c1.395-.952%202.698-2.015%203.833-3.268c.89-.983%201.632-2.068%202.056-3.342c.282-.848.42-1.715.296-2.609a4.75%204.75%200%200%200-.796-2.037a5.14%205.14%200%200%200-1.974-1.72c-1.007-.51-2.08-.697-3.198-.664c-.99.03-1.945.248-2.874.587c-1.71.625-3.278%201.518-4.783%202.528c-.44.295-.842.636-1.192%201.038c-.19.218-.336.46-.398.749c-.104.487.175.858.672.881c.348.017.658-.118.962-.262c.946-.446%201.8-1.049%202.683-1.6c.725-.452%201.458-.894%202.255-1.211c.786-.313%201.597-.485%202.447-.343c.925.155%201.67.592%202.122%201.442c.317.595.342%201.227.176%201.87c-.19.734-.615%201.33-1.117%201.877a10.2%2010.2%200%200%201-2.372%201.899c-.924.542-1.84%201.1-2.788%201.598c-1.109.583-2.29.996-3.493%201.345c-1.01.293-2.038.426-3.086.333c-.88-.078-1.707-.334-2.437-.842a3.93%203.93%200%200%201-1.44-1.82c-.455-1.16-.431-2.343-.143-3.534C.534%209%201.217%207.838%202.059%206.757c.64-.821%201.376-1.547%202.17-2.215a24%2024%200%200%201%203.596-2.524c.433-.246.873-.478%201.285-.702l.421.866c-.38.205-.757.401-1.127.608a20%2020%200%200%200-4.36%203.241a9.2%209.2%200%200%200-1.757%202.367c-.474.928-.729%201.91-.617%202.958c.123%201.147.661%202.029%201.718%202.558c.63.316%201.303.41%201.997.395c.956-.02%201.858-.292%202.748-.611c1.328-.475%202.563-1.137%203.765-1.864c.706-.426%201.41-.86%202.007-1.436c.315-.305.63-.615.791-1.038c.286-.754-.12-1.406-.928-1.483c-.44-.041-.838.105-1.226.284c-1.026.475-1.949%201.125-2.905%201.72c-.73.453-1.469.894-2.273%201.208c-.557.218-1.132.354-1.736.284c-1.037-.118-1.685-.937-1.572-1.975c.088-.816.485-1.481%201.022-2.075c.593-.657%201.285-1.195%202.028-1.67c1.141-.729%202.3-1.428%203.539-1.983c1.436-.644%202.91-1.154%204.49-1.293c1.144-.101%202.275-.037%203.391.253a7.8%207.8%200%200%201%202.715%201.28A7%207%200%200%201%2023.2%206.138c.446.796.7%201.65.775%202.559a7.5%207.5%200%200%201-.31%202.808a10.5%2010.5%200%200%201-1.127%202.537a15.3%2015.3%200%200%201-2.449%203.008c-.964.914-1.937%201.815-3.034%202.572c-1.427.984-2.913%201.86-4.52%202.519c-.43.176-.857.356-1.307.543%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%22m11.228%2022.684l-.776-2.955c.273-.132.498-.236.796-.384c1.239-.528%202.436-1.132%203.55-1.892c1.395-.952%202.698-2.015%203.833-3.268c.89-.983%201.632-2.068%202.056-3.342c.282-.848.42-1.715.296-2.609a4.75%204.75%200%200%200-.796-2.037a5.14%205.14%200%200%200-1.974-1.72c-1.007-.51-2.08-.697-3.198-.664c-.99.03-1.945.248-2.874.587c-1.71.625-3.278%201.518-4.783%202.528c-.44.295-.842.636-1.192%201.038c-.19.218-.336.46-.398.749c-.104.487.175.858.672.881c.348.017.658-.118.962-.262c.946-.446%201.8-1.049%202.683-1.6c.725-.452%201.458-.894%202.255-1.211c.786-.313%201.597-.485%202.447-.343c.925.155%201.67.592%202.122%201.442c.317.595.342%201.227.176%201.87c-.19.734-.615%201.33-1.117%201.877a10.2%2010.2%200%200%201-2.372%201.899c-.924.542-1.84%201.1-2.788%201.598c-1.109.583-2.29.996-3.493%201.345c-1.01.293-2.038.426-3.086.333c-.88-.078-1.707-.334-2.437-.842a3.93%203.93%200%200%201-1.44-1.82c-.455-1.16-.431-2.343-.143-3.534C.534%209%201.217%207.838%202.059%206.757c.64-.821%201.376-1.547%202.17-2.215a24%2024%200%200%201%203.596-2.524c.433-.246.873-.478%201.285-.702l.421.866c-.38.205-.757.401-1.127.608a20%2020%200%200%200-4.36%203.241a9.2%209.2%200%200%200-1.757%202.367c-.474.928-.729%201.91-.617%202.958c.123%201.147.661%202.029%201.718%202.558c.63.316%201.303.41%201.997.395c.956-.02%201.858-.292%202.748-.611c1.328-.475%202.563-1.137%203.765-1.864c.706-.426%201.41-.86%202.007-1.436c.315-.305.63-.615.791-1.038c.286-.754-.12-1.406-.928-1.483c-.44-.041-.838.105-1.226.284c-1.026.475-1.949%201.125-2.905%201.72c-.73.453-1.469.894-2.273%201.208c-.557.218-1.132.354-1.736.284c-1.037-.118-1.685-.937-1.572-1.975c.088-.816.485-1.481%201.022-2.075c.593-.657%201.285-1.195%202.028-1.67c1.141-.729%202.3-1.428%203.539-1.983c1.436-.644%202.91-1.154%204.49-1.293c1.144-.101%202.275-.037%203.391.253a7.8%207.8%200%200%201%202.715%201.28A7%207%200%200%201%2023.2%206.138c.446.796.7%201.65.775%202.559a7.5%207.5%200%200%201-.31%202.808a10.5%2010.5%200%200%201-1.127%202.537a15.3%2015.3%200%200%201-2.449%203.008c-.964.914-1.937%201.815-3.034%202.572c-1.427.984-2.913%201.86-4.52%202.519c-.43.176-.857.356-1.307.543%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/seagate.svg?color=%231a73e8&size=48