apple dash icon
apple-dash from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- apple-dash
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storagebottles-01
Use the apple dash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.083 11.671L5.408 10.58C4.5 11.967 4.015 13.809 4 15.905l2 .014c.012-1.712.386-3.18 1.082-4.248m-.997 6.145l-1.99.194c.188 1.938.659 3.674 1.398 5.159l1.79-.891c-.63-1.266-1.033-2.768-1.198-4.461m2.153 5.979l-1.569 1.24c1.333 1.687 3.097 2.758 4.84 2.938l.206-1.99c-1.191-.123-2.491-.94-3.477-2.188M16 25c-.733 0-1.478.271-2.199.533q-.27.1-.547.194l.643 1.894q.296-.1.588-.209C15.042 27.21 15.619 27 16 27c.38 0 .957.21 1.515.412q.27.1.546.195l.648-1.892q-.256-.089-.51-.182c-.721-.262-1.466-.533-2.2-.533Zm4.255.988l.185 1.992c1.746-.164 3.518-1.223 4.862-2.908l-1.563-1.247c-.992 1.243-2.295 2.052-3.484 2.163m4.445-3.676l1.787.897c.745-1.483 1.221-3.218 1.414-5.156l-1.99-.199c-.169 1.694-.576 3.194-1.21 4.458M28 15.95c-.008-2.095-.485-3.937-1.382-5.332L24.936 11.7c.69 1.073 1.058 2.544 1.064 4.256zM20 4h-1a2 2 0 0 0-2 2v1h1a2 2 0 0 0 2-2z"/><path fill="currentColor" d="m23.813 10.53l1.103-1.667A5.2 5.2 0 0 0 22 8c-1.415 0-2.417.288-3.301.542c-.577.166-1.137.32-1.798.4C16.399 6.138 13.947 4 11 4v2c1.822 0 3.346 1.232 3.827 2.901a13 13 0 0 1-1.526-.359C12.417 8.288 11.416 8 10 8c-1.07 0-2.05.29-2.916.863l1.103 1.668A3.23 3.23 0 0 1 10 10c1.134 0 1.918.226 2.749.464c.917.264 1.865.536 3.25.536s2.335-.273 3.252-.536C20.081 10.226 20.866 10 22 10c.67 0 1.28.179 1.812.53"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAppleDash(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="M7.083 11.671L5.408 10.58C4.5 11.967 4.015 13.809 4 15.905l2 .014c.012-1.712.386-3.18 1.082-4.248m-.997 6.145l-1.99.194c.188 1.938.659 3.674 1.398 5.159l1.79-.891c-.63-1.266-1.033-2.768-1.198-4.461m2.153 5.979l-1.569 1.24c1.333 1.687 3.097 2.758 4.84 2.938l.206-1.99c-1.191-.123-2.491-.94-3.477-2.188M16 25c-.733 0-1.478.271-2.199.533q-.27.1-.547.194l.643 1.894q.296-.1.588-.209C15.042 27.21 15.619 27 16 27c.38 0 .957.21 1.515.412q.27.1.546.195l.648-1.892q-.256-.089-.51-.182c-.721-.262-1.466-.533-2.2-.533Zm4.255.988l.185 1.992c1.746-.164 3.518-1.223 4.862-2.908l-1.563-1.247c-.992 1.243-2.295 2.052-3.484 2.163m4.445-3.676l1.787.897c.745-1.483 1.221-3.218 1.414-5.156l-1.99-.199c-.169 1.694-.576 3.194-1.21 4.458M28 15.95c-.008-2.095-.485-3.937-1.382-5.332L24.936 11.7c.69 1.073 1.058 2.544 1.064 4.256zM20 4h-1a2 2 0 0 0-2 2v1h1a2 2 0 0 0 2-2z"/><path fill="currentColor" d="m23.813 10.53l1.103-1.667A5.2 5.2 0 0 0 22 8c-1.415 0-2.417.288-3.301.542c-.577.166-1.137.32-1.798.4C16.399 6.138 13.947 4 11 4v2c1.822 0 3.346 1.232 3.827 2.901a13 13 0 0 1-1.526-.359C12.417 8.288 11.416 8 10 8c-1.07 0-2.05.29-2.916.863l1.103 1.668A3.23 3.23 0 0 1 10 10c1.134 0 1.918.226 2.749.464c.917.264 1.865.536 3.25.536s2.335-.273 3.252-.536C20.081 10.226 20.866 10 22 10c.67 0 1.28.179 1.812.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.083 11.671L5.408 10.58C4.5 11.967 4.015 13.809 4 15.905l2 .014c.012-1.712.386-3.18 1.082-4.248m-.997 6.145l-1.99.194c.188 1.938.659 3.674 1.398 5.159l1.79-.891c-.63-1.266-1.033-2.768-1.198-4.461m2.153 5.979l-1.569 1.24c1.333 1.687 3.097 2.758 4.84 2.938l.206-1.99c-1.191-.123-2.491-.94-3.477-2.188M16 25c-.733 0-1.478.271-2.199.533q-.27.1-.547.194l.643 1.894q.296-.1.588-.209C15.042 27.21 15.619 27 16 27c.38 0 .957.21 1.515.412q.27.1.546.195l.648-1.892q-.256-.089-.51-.182c-.721-.262-1.466-.533-2.2-.533Zm4.255.988l.185 1.992c1.746-.164 3.518-1.223 4.862-2.908l-1.563-1.247c-.992 1.243-2.295 2.052-3.484 2.163m4.445-3.676l1.787.897c.745-1.483 1.221-3.218 1.414-5.156l-1.99-.199c-.169 1.694-.576 3.194-1.21 4.458M28 15.95c-.008-2.095-.485-3.937-1.382-5.332L24.936 11.7c.69 1.073 1.058 2.544 1.064 4.256zM20 4h-1a2 2 0 0 0-2 2v1h1a2 2 0 0 0 2-2z"/><path fill="currentColor" d="m23.813 10.53l1.103-1.667A5.2 5.2 0 0 0 22 8c-1.415 0-2.417.288-3.301.542c-.577.166-1.137.32-1.798.4C16.399 6.138 13.947 4 11 4v2c1.822 0 3.346 1.232 3.827 2.901a13 13 0 0 1-1.526-.359C12.417 8.288 11.416 8 10 8c-1.07 0-2.05.29-2.916.863l1.103 1.668A3.23 3.23 0 0 1 10 10c1.134 0 1.918.226 2.749.464c.917.264 1.865.536 3.25.536s2.335-.273 3.252-.536C20.081 10.226 20.866 10 22 10c.67 0 1.28.179 1.812.53"/></svg> </template>
CSS
.icon-apple-dash {
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%22M7.083%2011.671L5.408%2010.58C4.5%2011.967%204.015%2013.809%204%2015.905l2%20.014c.012-1.712.386-3.18%201.082-4.248m-.997%206.145l-1.99.194c.188%201.938.659%203.674%201.398%205.159l1.79-.891c-.63-1.266-1.033-2.768-1.198-4.461m2.153%205.979l-1.569%201.24c1.333%201.687%203.097%202.758%204.84%202.938l.206-1.99c-1.191-.123-2.491-.94-3.477-2.188M16%2025c-.733%200-1.478.271-2.199.533q-.27.1-.547.194l.643%201.894q.296-.1.588-.209C15.042%2027.21%2015.619%2027%2016%2027c.38%200%20.957.21%201.515.412q.27.1.546.195l.648-1.892q-.256-.089-.51-.182c-.721-.262-1.466-.533-2.2-.533Zm4.255.988l.185%201.992c1.746-.164%203.518-1.223%204.862-2.908l-1.563-1.247c-.992%201.243-2.295%202.052-3.484%202.163m4.445-3.676l1.787.897c.745-1.483%201.221-3.218%201.414-5.156l-1.99-.199c-.169%201.694-.576%203.194-1.21%204.458M28%2015.95c-.008-2.095-.485-3.937-1.382-5.332L24.936%2011.7c.69%201.073%201.058%202.544%201.064%204.256zM20%204h-1a2%202%200%200%200-2%202v1h1a2%202%200%200%200%202-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.813%2010.53l1.103-1.667A5.2%205.2%200%200%200%2022%208c-1.415%200-2.417.288-3.301.542c-.577.166-1.137.32-1.798.4C16.399%206.138%2013.947%204%2011%204v2c1.822%200%203.346%201.232%203.827%202.901a13%2013%200%200%201-1.526-.359C12.417%208.288%2011.416%208%2010%208c-1.07%200-2.05.29-2.916.863l1.103%201.668A3.23%203.23%200%200%201%2010%2010c1.134%200%201.918.226%202.749.464c.917.264%201.865.536%203.25.536s2.335-.273%203.252-.536C20.081%2010.226%2020.866%2010%2022%2010c.67%200%201.28.179%201.812.53%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%22M7.083%2011.671L5.408%2010.58C4.5%2011.967%204.015%2013.809%204%2015.905l2%20.014c.012-1.712.386-3.18%201.082-4.248m-.997%206.145l-1.99.194c.188%201.938.659%203.674%201.398%205.159l1.79-.891c-.63-1.266-1.033-2.768-1.198-4.461m2.153%205.979l-1.569%201.24c1.333%201.687%203.097%202.758%204.84%202.938l.206-1.99c-1.191-.123-2.491-.94-3.477-2.188M16%2025c-.733%200-1.478.271-2.199.533q-.27.1-.547.194l.643%201.894q.296-.1.588-.209C15.042%2027.21%2015.619%2027%2016%2027c.38%200%20.957.21%201.515.412q.27.1.546.195l.648-1.892q-.256-.089-.51-.182c-.721-.262-1.466-.533-2.2-.533Zm4.255.988l.185%201.992c1.746-.164%203.518-1.223%204.862-2.908l-1.563-1.247c-.992%201.243-2.295%202.052-3.484%202.163m4.445-3.676l1.787.897c.745-1.483%201.221-3.218%201.414-5.156l-1.99-.199c-.169%201.694-.576%203.194-1.21%204.458M28%2015.95c-.008-2.095-.485-3.937-1.382-5.332L24.936%2011.7c.69%201.073%201.058%202.544%201.064%204.256zM20%204h-1a2%202%200%200%200-2%202v1h1a2%202%200%200%200%202-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.813%2010.53l1.103-1.667A5.2%205.2%200%200%200%2022%208c-1.415%200-2.417.288-3.301.542c-.577.166-1.137.32-1.798.4C16.399%206.138%2013.947%204%2011%204v2c1.822%200%203.346%201.232%203.827%202.901a13%2013%200%200%201-1.526-.359C12.417%208.288%2011.416%208%2010%208c-1.07%200-2.05.29-2.916.863l1.103%201.668A3.23%203.23%200%200%201%2010%2010c1.134%200%201.918.226%202.749.464c.917.264%201.865.536%203.25.536s2.335-.273%203.252-.536C20.081%2010.226%2020.866%2010%2022%2010c.67%200%201.28.179%201.812.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/apple-dash.svg?color=%231a73e8&size=48