hard drive call icon
hard-drive-call-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- hard-drive-call-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the hard drive call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.984 6.797A3.25 3.25 0 0 1 9.89 5h12.218a3.25 3.25 0 0 1 2.907 1.797l3.145 6.289a3.45 3.45 0 0 0-2.137.197l-2.797-5.592A1.25 1.25 0 0 0 22.11 7H9.891a1.25 1.25 0 0 0-1.118.691l-3.656 7.312Q5.183 15 5.25 15h19.001q-.077.165-.14.343l-.477 1.378a3 3 0 0 0-.083.279H5.25C4.56 17 4 17.56 4 18.25v4.5c0 .69.56 1.25 1.25 1.25h14.11l-.533.632c-.348.412-.584.88-.712 1.368H5.25A3.25 3.25 0 0 1 2 22.75v-4.983c0-.66.154-1.31.449-1.9zM25.05 17.213l.479-1.378a1.97 1.97 0 0 1 2.693-1.152l.515.238c.84.387 1.544 1.081 1.68 2.003c.672 4.515-2.881 10.76-7.07 12.427c-.855.34-1.8.07-2.55-.475l-.46-.334a2.03 2.03 0 0 1-.364-2.942l.937-1.11c.368-.436.95-.62 1.503-.476l2.021.53q2.292-1.498 2.424-4.26l-1.463-1.512a1.53 1.53 0 0 1-.345-1.56"/></svg>
React
import type { SVGProps } from "react";
export function FluentHardDriveCall32Regular(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="M6.984 6.797A3.25 3.25 0 0 1 9.89 5h12.218a3.25 3.25 0 0 1 2.907 1.797l3.145 6.289a3.45 3.45 0 0 0-2.137.197l-2.797-5.592A1.25 1.25 0 0 0 22.11 7H9.891a1.25 1.25 0 0 0-1.118.691l-3.656 7.312Q5.183 15 5.25 15h19.001q-.077.165-.14.343l-.477 1.378a3 3 0 0 0-.083.279H5.25C4.56 17 4 17.56 4 18.25v4.5c0 .69.56 1.25 1.25 1.25h14.11l-.533.632c-.348.412-.584.88-.712 1.368H5.25A3.25 3.25 0 0 1 2 22.75v-4.983c0-.66.154-1.31.449-1.9zM25.05 17.213l.479-1.378a1.97 1.97 0 0 1 2.693-1.152l.515.238c.84.387 1.544 1.081 1.68 2.003c.672 4.515-2.881 10.76-7.07 12.427c-.855.34-1.8.07-2.55-.475l-.46-.334a2.03 2.03 0 0 1-.364-2.942l.937-1.11c.368-.436.95-.62 1.503-.476l2.021.53q2.292-1.498 2.424-4.26l-1.463-1.512a1.53 1.53 0 0 1-.345-1.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.984 6.797A3.25 3.25 0 0 1 9.89 5h12.218a3.25 3.25 0 0 1 2.907 1.797l3.145 6.289a3.45 3.45 0 0 0-2.137.197l-2.797-5.592A1.25 1.25 0 0 0 22.11 7H9.891a1.25 1.25 0 0 0-1.118.691l-3.656 7.312Q5.183 15 5.25 15h19.001q-.077.165-.14.343l-.477 1.378a3 3 0 0 0-.083.279H5.25C4.56 17 4 17.56 4 18.25v4.5c0 .69.56 1.25 1.25 1.25h14.11l-.533.632c-.348.412-.584.88-.712 1.368H5.25A3.25 3.25 0 0 1 2 22.75v-4.983c0-.66.154-1.31.449-1.9zM25.05 17.213l.479-1.378a1.97 1.97 0 0 1 2.693-1.152l.515.238c.84.387 1.544 1.081 1.68 2.003c.672 4.515-2.881 10.76-7.07 12.427c-.855.34-1.8.07-2.55-.475l-.46-.334a2.03 2.03 0 0 1-.364-2.942l.937-1.11c.368-.436.95-.62 1.503-.476l2.021.53q2.292-1.498 2.424-4.26l-1.463-1.512a1.53 1.53 0 0 1-.345-1.56"/></svg> </template>
CSS
.icon-hard-drive-call-32-regular {
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%22M6.984%206.797A3.25%203.25%200%200%201%209.89%205h12.218a3.25%203.25%200%200%201%202.907%201.797l3.145%206.289a3.45%203.45%200%200%200-2.137.197l-2.797-5.592A1.25%201.25%200%200%200%2022.11%207H9.891a1.25%201.25%200%200%200-1.118.691l-3.656%207.312Q5.183%2015%205.25%2015h19.001q-.077.165-.14.343l-.477%201.378a3%203%200%200%200-.083.279H5.25C4.56%2017%204%2017.56%204%2018.25v4.5c0%20.69.56%201.25%201.25%201.25h14.11l-.533.632c-.348.412-.584.88-.712%201.368H5.25A3.25%203.25%200%200%201%202%2022.75v-4.983c0-.66.154-1.31.449-1.9zM25.05%2017.213l.479-1.378a1.97%201.97%200%200%201%202.693-1.152l.515.238c.84.387%201.544%201.081%201.68%202.003c.672%204.515-2.881%2010.76-7.07%2012.427c-.855.34-1.8.07-2.55-.475l-.46-.334a2.03%202.03%200%200%201-.364-2.942l.937-1.11c.368-.436.95-.62%201.503-.476l2.021.53q2.292-1.498%202.424-4.26l-1.463-1.512a1.53%201.53%200%200%201-.345-1.56%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%22M6.984%206.797A3.25%203.25%200%200%201%209.89%205h12.218a3.25%203.25%200%200%201%202.907%201.797l3.145%206.289a3.45%203.45%200%200%200-2.137.197l-2.797-5.592A1.25%201.25%200%200%200%2022.11%207H9.891a1.25%201.25%200%200%200-1.118.691l-3.656%207.312Q5.183%2015%205.25%2015h19.001q-.077.165-.14.343l-.477%201.378a3%203%200%200%200-.083.279H5.25C4.56%2017%204%2017.56%204%2018.25v4.5c0%20.69.56%201.25%201.25%201.25h14.11l-.533.632c-.348.412-.584.88-.712%201.368H5.25A3.25%203.25%200%200%201%202%2022.75v-4.983c0-.66.154-1.31.449-1.9zM25.05%2017.213l.479-1.378a1.97%201.97%200%200%201%202.693-1.152l.515.238c.84.387%201.544%201.081%201.68%202.003c.672%204.515-2.881%2010.76-7.07%2012.427c-.855.34-1.8.07-2.55-.475l-.46-.334a2.03%202.03%200%200%201-.364-2.942l.937-1.11c.368-.436.95-.62%201.503-.476l2.021.53q2.292-1.498%202.424-4.26l-1.463-1.512a1.53%201.53%200%200%201-.345-1.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hard-drive-call-32-regular.svg?color=%231a73e8&size=48